s
This commit is contained in:
parent
52181d369a
commit
66c5202be8
@ -34,6 +34,8 @@
|
||||
/* Begin PBXBuildFile section */
|
||||
0018BD0D2C11519C0066717C /* FirstBootGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0018BD0C2C11519C0066717C /* FirstBootGuide.swift */; };
|
||||
0018BD102C11664A0066717C /* lx_Pong.gba in Resources */ = {isa = PBXBuildFile; fileRef = 0018BD0F2C11664A0066717C /* lx_Pong.gba */; };
|
||||
004B366A2C1C4E8E00C6A578 /* Settings.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 004B36682C1C4E8E00C6A578 /* Settings.storyboard */; };
|
||||
004B366D2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 004B366B2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib */; };
|
||||
0051DBF52C0DD6560004D88C /* Guide.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 0051DBF42C0DD6560004D88C /* Guide.pdf */; };
|
||||
0051DBF82C0DD67D0004D88C /* UserGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0051DBF72C0DD67D0004D88C /* UserGuide.swift */; };
|
||||
009FDD582C19AE0A000FE022 /* ZZHGameVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 009FDD572C19AE0A000FE022 /* ZZHGameVC.swift */; };
|
||||
@ -83,7 +85,6 @@
|
||||
BF353FF61C5D837600C1184C /* PauseMenu.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BF353FF41C5D837600C1184C /* PauseMenu.storyboard */; };
|
||||
BF353FF91C5D870B00C1184C /* MenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF353FF81C5D870B00C1184C /* MenuItem.swift */; };
|
||||
BF353FFF1C5DA3C500C1184C /* PausePresentationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF353FFD1C5DA3C500C1184C /* PausePresentationController.swift */; };
|
||||
BF3540001C5DA3C500C1184C /* PausePresentationControllerContentView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BF353FFE1C5DA3C500C1184C /* PausePresentationControllerContentView.xib */; };
|
||||
BF3540021C5DA3D500C1184C /* PauseStoryboardSegue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3540011C5DA3D500C1184C /* PauseStoryboardSegue.swift */; };
|
||||
BF3540081C5DAFAD00C1184C /* PauseTransitionCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3540071C5DAFAD00C1184C /* PauseTransitionCoordinator.swift */; };
|
||||
BF3D6C512202865F0083E05A /* Delta2ToDelta3.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = BF3D6C502202865F0083E05A /* Delta2ToDelta3.xcmappingmodel */; };
|
||||
@ -116,7 +117,6 @@
|
||||
BF5942941E09BD1A0051894B /* NSManagedObject+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5942911E09BD1A0051894B /* NSManagedObject+Conveniences.swift */; };
|
||||
BF5942951E09BD1A0051894B /* NSManagedObjectContext+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5942921E09BD1A0051894B /* NSManagedObjectContext+Conveniences.swift */; };
|
||||
BF5E7F441B9A650B00AE44F8 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5E7F431B9A650B00AE44F8 /* SettingsViewController.swift */; };
|
||||
BF5E7F461B9A652600AE44F8 /* Settings.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BF5E7F451B9A652600AE44F8 /* Settings.storyboard */; };
|
||||
BF63A1A321A4AAAE00EE8F61 /* RecordSyncStatusViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF63A1A221A4AAAE00EE8F61 /* RecordSyncStatusViewController.swift */; };
|
||||
BF63A1B521A4B76E00EE8F61 /* RecordVersionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF63A1B421A4B76E00EE8F61 /* RecordVersionsViewController.swift */; };
|
||||
BF6424831F5B8F3F00D6AB44 /* ListMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6424821F5B8F3F00D6AB44 /* ListMenuViewController.swift */; };
|
||||
@ -285,6 +285,8 @@
|
||||
/* Begin PBXFileReference section */
|
||||
0018BD0C2C11519C0066717C /* FirstBootGuide.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstBootGuide.swift; sourceTree = "<group>"; };
|
||||
0018BD0F2C11664A0066717C /* lx_Pong.gba */ = {isa = PBXFileReference; lastKnownFileType = file; path = lx_Pong.gba; sourceTree = "<group>"; };
|
||||
004B36692C1C4E8E00C6A578 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = CGame/Base.lproj/Settings.storyboard; sourceTree = SOURCE_ROOT; };
|
||||
004B366C2C1C4EC100C6A578 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = CGame/Base.lproj/PausePresentationControllerContentView.xib; sourceTree = SOURCE_ROOT; };
|
||||
0051DBF42C0DD6560004D88C /* Guide.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = Guide.pdf; sourceTree = "<group>"; };
|
||||
0051DBF72C0DD67D0004D88C /* UserGuide.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserGuide.swift; sourceTree = "<group>"; };
|
||||
009FDD572C19AE0A000FE022 /* ZZHGameVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZZHGameVC.swift; sourceTree = "<group>"; };
|
||||
@ -347,7 +349,6 @@
|
||||
BF353FF51C5D837600C1184C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/PauseMenu.storyboard; sourceTree = "<group>"; };
|
||||
BF353FF81C5D870B00C1184C /* MenuItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuItem.swift; sourceTree = "<group>"; };
|
||||
BF353FFD1C5DA3C500C1184C /* PausePresentationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PausePresentationController.swift; sourceTree = "<group>"; };
|
||||
BF353FFE1C5DA3C500C1184C /* PausePresentationControllerContentView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = PausePresentationControllerContentView.xib; path = Delta/Base.lproj/PausePresentationControllerContentView.xib; sourceTree = SOURCE_ROOT; };
|
||||
BF3540011C5DA3D500C1184C /* PauseStoryboardSegue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PauseStoryboardSegue.swift; sourceTree = "<group>"; };
|
||||
BF3540041C5DA70400C1184C /* SaveStatesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SaveStatesViewController.swift; sourceTree = "<group>"; };
|
||||
BF3540071C5DAFAD00C1184C /* PauseTransitionCoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PauseTransitionCoordinator.swift; sourceTree = "<group>"; };
|
||||
@ -388,7 +389,6 @@
|
||||
BF5942921E09BD1A0051894B /* NSManagedObjectContext+Conveniences.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+Conveniences.swift"; sourceTree = "<group>"; };
|
||||
BF5ACE3823E23D6500BD0F20 /* libVBA-M.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libVBA-M.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
BF5E7F431B9A650B00AE44F8 /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
|
||||
BF5E7F451B9A652600AE44F8 /* Settings.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Settings.storyboard; path = Delta/Base.lproj/Settings.storyboard; sourceTree = SOURCE_ROOT; };
|
||||
BF616A121F08184A0077F8B2 /* ControllerInputsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControllerInputsViewController.swift; sourceTree = "<group>"; };
|
||||
BF63A1A221A4AAAE00EE8F61 /* RecordSyncStatusViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordSyncStatusViewController.swift; sourceTree = "<group>"; };
|
||||
BF63A1B421A4B76E00EE8F61 /* RecordVersionsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordVersionsViewController.swift; sourceTree = "<group>"; };
|
||||
@ -650,8 +650,8 @@
|
||||
BF353FFB1C5DA2F600C1184C /* Presentation Controller */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
004B366B2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib */,
|
||||
BF353FFD1C5DA3C500C1184C /* PausePresentationController.swift */,
|
||||
BF353FFE1C5DA3C500C1184C /* PausePresentationControllerContentView.xib */,
|
||||
);
|
||||
path = "Presentation Controller";
|
||||
sourceTree = "<group>";
|
||||
@ -936,8 +936,8 @@
|
||||
BFAA1FEB1B8AA4E800495943 /* Settings */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
004B36682C1C4E8E00C6A578 /* Settings.storyboard */,
|
||||
BFAA1FEC1B8AA4FA00495943 /* Settings.swift */,
|
||||
BF5E7F451B9A652600AE44F8 /* Settings.storyboard */,
|
||||
BF5E7F431B9A650B00AE44F8 /* SettingsViewController.swift */,
|
||||
BFB3645723245A6000CD0EB1 /* LicensesViewController.swift */,
|
||||
BFE9907E24451DE6006409A7 /* Cores */,
|
||||
@ -1037,7 +1037,7 @@
|
||||
BFFA71CE1AAC406100EE9DD1 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
BFFA71D91AAC406100EE9DD1 /* Delta */,
|
||||
BFFA71D91AAC406100EE9DD1 /* CGame */,
|
||||
D539103029E88B6C0006B350 /* DeltaPreviews */,
|
||||
D5D7C1F229E60E0000663793 /* DeltaFeatures */,
|
||||
BF9F4FCD1AAD7B25004C9500 /* Frameworks */,
|
||||
@ -1057,7 +1057,7 @@
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BFFA71D91AAC406100EE9DD1 /* Delta */ = {
|
||||
BFFA71D91AAC406100EE9DD1 /* CGame */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
0018BD0B2C11514E0066717C /* FirstBootGuide */,
|
||||
@ -1081,7 +1081,7 @@
|
||||
BF090CEE1B490C1A00DCAB45 /* Extensions */,
|
||||
BFFA71DA1AAC406100EE9DD1 /* Supporting Files */,
|
||||
);
|
||||
path = Delta;
|
||||
path = CGame;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BFFA71DA1AAC406100EE9DD1 /* Supporting Files */ = {
|
||||
@ -1444,12 +1444,11 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D5D797E9298DCC7300738869 /* cheatbase.zip in Resources */,
|
||||
004B366A2C1C4E8E00C6A578 /* Settings.storyboard in Resources */,
|
||||
BFFA71E21AAC406100EE9DD1 /* Main.storyboard in Resources */,
|
||||
7509F8252BEC7FAB00E45B9E /* AboutVC.xib in Resources */,
|
||||
BF6BF3211EB82362008E83CD /* GamesDatabase.storyboard in Resources */,
|
||||
BFAB9F88219A4B670080EC7D /* GoogleService-Info.plist in Resources */,
|
||||
BF3540001C5DA3C500C1184C /* PausePresentationControllerContentView.xib in Resources */,
|
||||
BF5E7F461B9A652600AE44F8 /* Settings.storyboard in Resources */,
|
||||
BF02D5DA1DDEBB3000A5E131 /* openvgdb.sqlite in Resources */,
|
||||
D53415A7298C78BC00FD67B1 /* Contributors.plist in Resources */,
|
||||
BF71CF8A1FE904B1001F1613 /* GameTableViewCell.xib in Resources */,
|
||||
@ -1462,6 +1461,7 @@
|
||||
00B4EDC82C12E65800BA19DB /* lx_AirCombat.gba in Resources */,
|
||||
0018BD102C11664A0066717C /* lx_Pong.gba in Resources */,
|
||||
0051DBF52C0DD6560004D88C /* Guide.pdf in Resources */,
|
||||
004B366D2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -1818,13 +1818,29 @@
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
004B36682C1C4E8E00C6A578 /* Settings.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
004B36692C1C4E8E00C6A578 /* Base */,
|
||||
);
|
||||
name = Settings.storyboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
004B366B2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
004B366C2C1C4EC100C6A578 /* Base */,
|
||||
);
|
||||
name = PausePresentationControllerContentView.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
BF353FF41C5D837600C1184C /* PauseMenu.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
BF353FF51C5D837600C1184C /* Base */,
|
||||
);
|
||||
name = PauseMenu.storyboard;
|
||||
path = Delta;
|
||||
path = CGame;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
BF6BF31F1EB82362008E83CD /* GamesDatabase.storyboard */ = {
|
||||
@ -1833,7 +1849,7 @@
|
||||
BF6BF3201EB82362008E83CD /* Base */,
|
||||
);
|
||||
name = GamesDatabase.storyboard;
|
||||
path = Delta;
|
||||
path = CGame;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
BFFA71E01AAC406100EE9DD1 /* Main.storyboard */ = {
|
||||
@ -1842,7 +1858,7 @@
|
||||
BFFA71E11AAC406100EE9DD1 /* Base */,
|
||||
);
|
||||
name = Main.storyboard;
|
||||
path = Delta;
|
||||
path = CGame;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
BFFC46441D59861000AF2CC6 /* LaunchScreen.storyboard */ = {
|
||||
@ -1851,7 +1867,7 @@
|
||||
BFFC46451D59861000AF2CC6 /* Base */,
|
||||
);
|
||||
name = LaunchScreen.storyboard;
|
||||
path = Delta;
|
||||
path = CGame;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
@ -2019,7 +2035,7 @@
|
||||
CURRENT_PROJECT_VERSION = 1.0;
|
||||
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
||||
EXCLUDED_ARCHS = "";
|
||||
INFOPLIST_FILE = "Delta/Supporting Files/Info.plist";
|
||||
INFOPLIST_FILE = "CGame/Supporting Files/Info.plist";
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "Retro GameTime";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
@ -2043,7 +2059,7 @@
|
||||
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = BETA;
|
||||
SWIFT_INCLUDE_PATHS = "$(inherited) \"$(SRCROOT)/Cores/GPGXDeltaCore/Sources/GPGXBridge\"";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Delta/Supporting Files/Delta-Bridging-Header.h";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "CGame/Supporting Files/Delta-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
@ -2065,7 +2081,7 @@
|
||||
CURRENT_PROJECT_VERSION = 1.0;
|
||||
DEVELOPMENT_TEAM = 8DQD6BV6H9;
|
||||
EXCLUDED_ARCHS = "";
|
||||
INFOPLIST_FILE = "Delta/Supporting Files/Info.plist";
|
||||
INFOPLIST_FILE = "CGame/Supporting Files/Info.plist";
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "Retro GameTime";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
@ -2089,7 +2105,7 @@
|
||||
SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
SWIFT_INCLUDE_PATHS = "$(inherited) \"$(SRCROOT)/Cores/GPGXDeltaCore/Sources/GPGXBridge\"";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Delta/Supporting Files/Delta-Bridging-Header.h";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "CGame/Supporting Files/Delta-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
|
||||
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user