From 0e797eeb3f2da2e7e062bbb2e1f42ec6b0d449d0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 5 Feb 2020 14:39:42 +0200 Subject: Add some more core source files for breakpointing convenience Change-Id: I829534011e037aac1297a41cdb0e6bf008e1b28b --- ios/Mobile.xcodeproj/project.pbxproj | 58 ++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'ios') diff --git a/ios/Mobile.xcodeproj/project.pbxproj b/ios/Mobile.xcodeproj/project.pbxproj index 3c56346f6..243ef142c 100644 --- a/ios/Mobile.xcodeproj/project.pbxproj +++ b/ios/Mobile.xcodeproj/project.pbxproj @@ -1095,6 +1095,31 @@ BECBD41223D9C98400DA5582 /* svdedxv.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svdedxv.cxx; path = "../../ios-device/svx/source/svdraw/svdedxv.cxx"; sourceTree = ""; }; BECBD41323D9C98400DA5582 /* clonelist.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = clonelist.cxx; path = "../../ios-device/svx/source/svdraw/clonelist.cxx"; sourceTree = ""; }; BECBD41423D9C98500DA5582 /* svddrgmt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = svddrgmt.cxx; path = "../../ios-device/svx/source/svdraw/svddrgmt.cxx"; sourceTree = ""; }; + BEF755A723E8200A008A4BB2 /* drawdoc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drawdoc.cxx; path = "../../ios-device/sd/source/core/drawdoc.cxx"; sourceTree = ""; }; + BEF755A823E8200A008A4BB2 /* drawdoc3.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drawdoc3.cxx; path = "../../ios-device/sd/source/core/drawdoc3.cxx"; sourceTree = ""; }; + BEF755A923E8200A008A4BB2 /* sdiocmpt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sdiocmpt.cxx; path = "../../ios-device/sd/source/core/sdiocmpt.cxx"; sourceTree = ""; }; + BEF755AA23E8200A008A4BB2 /* drawdoc4.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drawdoc4.cxx; path = "../../ios-device/sd/source/core/drawdoc4.cxx"; sourceTree = ""; }; + BEF755AB23E8200A008A4BB2 /* typemap.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = typemap.cxx; path = "../../ios-device/sd/source/core/typemap.cxx"; sourceTree = ""; }; + BEF755AC23E8200A008A4BB2 /* shapelist.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = shapelist.cxx; path = "../../ios-device/sd/source/core/shapelist.cxx"; sourceTree = ""; }; + BEF755AD23E8200A008A4BB2 /* stlfamily.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = stlfamily.cxx; path = "../../ios-device/sd/source/core/stlfamily.cxx"; sourceTree = ""; }; + BEF755AE23E8200A008A4BB2 /* stlsheet.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = stlsheet.cxx; path = "../../ios-device/sd/source/core/stlsheet.cxx"; sourceTree = ""; }; + BEF755AF23E8200A008A4BB2 /* drawdoc2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drawdoc2.cxx; path = "../../ios-device/sd/source/core/drawdoc2.cxx"; sourceTree = ""; }; + BEF755B023E8200A008A4BB2 /* drawdoc_animations.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = drawdoc_animations.cxx; path = "../../ios-device/sd/source/core/drawdoc_animations.cxx"; sourceTree = ""; }; + BEF755B123E8200A008A4BB2 /* TransitionPreset.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = TransitionPreset.cxx; path = "../../ios-device/sd/source/core/TransitionPreset.cxx"; sourceTree = ""; }; + BEF755B223E8200A008A4BB2 /* stlpool.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = stlpool.cxx; path = "../../ios-device/sd/source/core/stlpool.cxx"; sourceTree = ""; }; + BEF755B323E8200A008A4BB2 /* anminfo.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = anminfo.cxx; path = "../../ios-device/sd/source/core/anminfo.cxx"; sourceTree = ""; }; + BEF755B423E8200B008A4BB2 /* CustomAnimationPreset.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CustomAnimationPreset.cxx; path = "../../ios-device/sd/source/core/CustomAnimationPreset.cxx"; sourceTree = ""; }; + BEF755B523E8200B008A4BB2 /* sdpage.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sdpage.cxx; path = "../../ios-device/sd/source/core/sdpage.cxx"; sourceTree = ""; }; + BEF755B623E8200B008A4BB2 /* CustomAnimationCloner.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CustomAnimationCloner.cxx; path = "../../ios-device/sd/source/core/CustomAnimationCloner.cxx"; sourceTree = ""; }; + BEF755B723E8200B008A4BB2 /* PageListWatcher.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = PageListWatcher.cxx; path = "../../ios-device/sd/source/core/PageListWatcher.cxx"; sourceTree = ""; }; + BEF755B823E8200B008A4BB2 /* cusshow.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = cusshow.cxx; path = "../../ios-device/sd/source/core/cusshow.cxx"; sourceTree = ""; }; + BEF755B923E8200B008A4BB2 /* sdpage2.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sdpage2.cxx; path = "../../ios-device/sd/source/core/sdpage2.cxx"; sourceTree = ""; }; + BEF755BA23E8200B008A4BB2 /* undoanim.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = undoanim.cxx; path = "../../ios-device/sd/source/core/undoanim.cxx"; sourceTree = ""; }; + BEF755BB23E8200B008A4BB2 /* PageListWatcher.hxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = PageListWatcher.hxx; path = "../../ios-device/sd/source/core/PageListWatcher.hxx"; sourceTree = ""; }; + BEF755BC23E8200B008A4BB2 /* CustomAnimationEffect.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = CustomAnimationEffect.cxx; path = "../../ios-device/sd/source/core/CustomAnimationEffect.cxx"; sourceTree = ""; }; + BEF755BD23E8200B008A4BB2 /* pglink.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = pglink.cxx; path = "../../ios-device/sd/source/core/pglink.cxx"; sourceTree = ""; }; + BEF755BE23E8200B008A4BB2 /* sdpage_animations.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = sdpage_animations.cxx; path = "../../ios-device/sd/source/core/sdpage_animations.cxx"; sourceTree = ""; }; + BEF755BF23E8200B008A4BB2 /* EffectMigration.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = EffectMigration.cxx; path = "../../ios-device/sd/source/core/EffectMigration.cxx"; sourceTree = ""; }; BEFB1EDF21C29CC70081D757 /* L10n.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = L10n.h; sourceTree = ""; }; BEFB1EE021C29CC70081D757 /* L10n.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = L10n.mm; sourceTree = ""; }; /* End PBXFileReference section */ @@ -1504,6 +1529,7 @@ BE3C8B2423CC8E60008302F8 /* sd */ = { isa = PBXGroup; children = ( + BEF755A623E81FEB008A4BB2 /* core */, BE3C8B2523CC8E6F008302F8 /* ui */, ); name = sd; @@ -2659,6 +2685,38 @@ name = engine3d; sourceTree = ""; }; + BEF755A623E81FEB008A4BB2 /* core */ = { + isa = PBXGroup; + children = ( + BEF755B323E8200A008A4BB2 /* anminfo.cxx */, + BEF755B823E8200B008A4BB2 /* cusshow.cxx */, + BEF755B623E8200B008A4BB2 /* CustomAnimationCloner.cxx */, + BEF755BC23E8200B008A4BB2 /* CustomAnimationEffect.cxx */, + BEF755B423E8200B008A4BB2 /* CustomAnimationPreset.cxx */, + BEF755B023E8200A008A4BB2 /* drawdoc_animations.cxx */, + BEF755A723E8200A008A4BB2 /* drawdoc.cxx */, + BEF755AF23E8200A008A4BB2 /* drawdoc2.cxx */, + BEF755A823E8200A008A4BB2 /* drawdoc3.cxx */, + BEF755AA23E8200A008A4BB2 /* drawdoc4.cxx */, + BEF755BF23E8200B008A4BB2 /* EffectMigration.cxx */, + BEF755B723E8200B008A4BB2 /* PageListWatcher.cxx */, + BEF755BB23E8200B008A4BB2 /* PageListWatcher.hxx */, + BEF755BD23E8200B008A4BB2 /* pglink.cxx */, + BEF755A923E8200A008A4BB2 /* sdiocmpt.cxx */, + BEF755BE23E8200B008A4BB2 /* sdpage_animations.cxx */, + BEF755B523E8200B008A4BB2 /* sdpage.cxx */, + BEF755B923E8200B008A4BB2 /* sdpage2.cxx */, + BEF755AC23E8200A008A4BB2 /* shapelist.cxx */, + BEF755AD23E8200A008A4BB2 /* stlfamily.cxx */, + BEF755B223E8200A008A4BB2 /* stlpool.cxx */, + BEF755AE23E8200A008A4BB2 /* stlsheet.cxx */, + BEF755B123E8200A008A4BB2 /* TransitionPreset.cxx */, + BEF755AB23E8200A008A4BB2 /* typemap.cxx */, + BEF755BA23E8200B008A4BB2 /* undoanim.cxx */, + ); + name = core; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ -- cgit v1.2.3