Adds GPGXDeltaCore dependency

Links indirectly via new Systems.framework to avoid conflicts between Cocoapods and SwiftPM.
This commit is contained in:
Riley Testut 2021-02-09 16:51:47 -06:00
parent 945ffb1ed7
commit 6a01a74608
27 changed files with 3331 additions and 2493 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
## Build generated ## Build generated
build/ build/
DerivedData DerivedData
.build
## Various settings ## Various settings
*.pbxuser *.pbxuser

3
.gitmodules vendored
View File

@ -28,3 +28,6 @@
[submodule "Cores/MelonDSDeltaCore"] [submodule "Cores/MelonDSDeltaCore"]
path = Cores/MelonDSDeltaCore path = Cores/MelonDSDeltaCore
url = https://github.com/rileytestut/MelonDSDeltaCore.git url = https://github.com/rileytestut/MelonDSDeltaCore.git
[submodule "Cores/GPGXDeltaCore"]
path = Cores/GPGXDeltaCore
url = https://github.com/rileytestut/GPGXDeltaCore.git

@ -1 +1 @@
Subproject commit a2c954a60796b6c036a2c1fcf4bf5df0facbfb5e Subproject commit eeefb30bd78fb130f1113e823afbce6f4f767cfb

1
Cores/GPGXDeltaCore Submodule

@ -0,0 +1 @@
Subproject commit f1ed7964d2419549afd51ce90008cfb37d42bd28

View File

@ -18,6 +18,17 @@
name = mogenerator; name = mogenerator;
productName = mogenerator; productName = mogenerator;
}; };
BF6E70B925D2187800E41CD1 /* Systems */ = {
isa = PBXAggregateTarget;
buildConfigurationList = BF6E70BA25D2187800E41CD1 /* Build configuration list for PBXAggregateTarget "Systems" */;
buildPhases = (
BF6E70BD25D2187F00E41CD1 /* ShellScript */,
);
dependencies = (
);
name = Systems;
productName = Systems;
};
/* End PBXAggregateTarget section */ /* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@ -123,6 +134,8 @@
BFC3628021ADE2BA00EF2BE6 /* UIAlertController+Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFC3627F21ADE2BA00EF2BE6 /* UIAlertController+Error.swift */; }; BFC3628021ADE2BA00EF2BE6 /* UIAlertController+Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFC3627F21ADE2BA00EF2BE6 /* UIAlertController+Error.swift */; };
BFC6F7B81F435BC500221B96 /* Input+Display.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFC6F7B71F435BC500221B96 /* Input+Display.swift */; }; BFC6F7B81F435BC500221B96 /* Input+Display.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFC6F7B71F435BC500221B96 /* Input+Display.swift */; };
BFC9B7391CEFCD34008629BB /* CheatsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFC9B7381CEFCD34008629BB /* CheatsViewController.swift */; }; BFC9B7391CEFCD34008629BB /* CheatsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFC9B7381CEFCD34008629BB /* CheatsViewController.swift */; };
BFCADF1E25D22FE2008D78FB /* Systems.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF6E70C225D22F7600E41CD1 /* Systems.framework */; };
BFCADF1F25D22FE2008D78FB /* Systems.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = BF6E70C225D22F7600E41CD1 /* Systems.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
BFCEA67E1D56FF640061A534 /* UIViewControllerContextTransitioning+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFCEA67D1D56FF640061A534 /* UIViewControllerContextTransitioning+Conveniences.swift */; }; BFCEA67E1D56FF640061A534 /* UIViewControllerContextTransitioning+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFCEA67D1D56FF640061A534 /* UIViewControllerContextTransitioning+Conveniences.swift */; };
BFD097211D3A01B8005A44C2 /* SaveStatesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3540041C5DA70400C1184C /* SaveStatesViewController.swift */; }; BFD097211D3A01B8005A44C2 /* SaveStatesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3540041C5DA70400C1184C /* SaveStatesViewController.swift */; };
BFD1EF402336BD8800D197CF /* UIDevice+Processor.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFD1EF3F2336BD8800D197CF /* UIDevice+Processor.swift */; }; BFD1EF402336BD8800D197CF /* UIDevice+Processor.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFD1EF3F2336BD8800D197CF /* UIDevice+Processor.swift */; };
@ -155,6 +168,30 @@
BFFDF04623E3D3A600931B96 /* libMupen64Plus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BFFDF04523E3D3A600931B96 /* libMupen64Plus.a */; }; BFFDF04623E3D3A600931B96 /* libMupen64Plus.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BFFDF04523E3D3A600931B96 /* libMupen64Plus.a */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
BFEBE58225D3388F00222319 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFFA71CF1AAC406100EE9DD1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = BF6E70B925D2187800E41CD1;
remoteInfo = Systems;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
BF08DC3325CE07C3007A9CF4 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
BFCADF1F25D22FE2008D78FB /* Systems.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
22506DA00971C4300AF90A35 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 22506DA00971C4300AF90A35 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
A19FF50F55441BC2B2248241 /* Pods-Delta.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Delta.release.xcconfig"; path = "Pods/Target Support Files/Pods-Delta/Pods-Delta.release.xcconfig"; sourceTree = "<group>"; }; A19FF50F55441BC2B2248241 /* Pods-Delta.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Delta.release.xcconfig"; path = "Pods/Target Support Files/Pods-Delta/Pods-Delta.release.xcconfig"; sourceTree = "<group>"; };
@ -252,6 +289,7 @@
BF6BF31B1EB821A0008E83CD /* GamesDatabaseImportOption.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GamesDatabaseImportOption.swift; sourceTree = "<group>"; }; BF6BF31B1EB821A0008E83CD /* GamesDatabaseImportOption.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GamesDatabaseImportOption.swift; sourceTree = "<group>"; };
BF6BF3201EB82362008E83CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/GamesDatabase.storyboard; sourceTree = "<group>"; }; BF6BF3201EB82362008E83CD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/GamesDatabase.storyboard; sourceTree = "<group>"; };
BF6BF3261EB87EB8008E83CD /* PhotoLibraryImportOption.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoLibraryImportOption.swift; sourceTree = "<group>"; }; BF6BF3261EB87EB8008E83CD /* PhotoLibraryImportOption.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoLibraryImportOption.swift; sourceTree = "<group>"; };
BF6E70C225D22F7600E41CD1 /* Systems.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Systems.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BF6EE5E81F7C5F860051AD6C /* _GameControllerInputMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _GameControllerInputMapping.swift; sourceTree = "<group>"; }; BF6EE5E81F7C5F860051AD6C /* _GameControllerInputMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _GameControllerInputMapping.swift; sourceTree = "<group>"; };
BF6EE5EA1F7C5F8F0051AD6C /* GameControllerInputMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameControllerInputMapping.swift; sourceTree = "<group>"; }; BF6EE5EA1F7C5F8F0051AD6C /* GameControllerInputMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameControllerInputMapping.swift; sourceTree = "<group>"; };
BF70798B1B6B464B0019077C /* ZipZap.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ZipZap.framework; sourceTree = BUILT_PRODUCTS_DIR; }; BF70798B1B6B464B0019077C /* ZipZap.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ZipZap.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@ -335,6 +373,7 @@
BF69FBA223E375A20051BEEA /* libVBA-M.a in Frameworks */, BF69FBA223E375A20051BEEA /* libVBA-M.a in Frameworks */,
BFFDF04623E3D3A600931B96 /* libMupen64Plus.a in Frameworks */, BFFDF04623E3D3A600931B96 /* libMupen64Plus.a in Frameworks */,
BFDCA1E6244EBAA900B8FBDB /* liblibDeSmuME.a in Frameworks */, BFDCA1E6244EBAA900B8FBDB /* liblibDeSmuME.a in Frameworks */,
BFCADF1E25D22FE2008D78FB /* Systems.framework in Frameworks */,
BF69FBC923E3A8380051BEEA /* libNestopia.a in Frameworks */, BF69FBC923E3A8380051BEEA /* libNestopia.a in Frameworks */,
1FA4ABA79AB72914FE414A61 /* libPods-Delta.a in Frameworks */, 1FA4ABA79AB72914FE414A61 /* libPods-Delta.a in Frameworks */,
BFFDF03F23E3C28A00931B96 /* libGambatte.a in Frameworks */, BFFDF03F23E3C28A00931B96 /* libGambatte.a in Frameworks */,
@ -633,6 +672,7 @@
BF9F4FCD1AAD7B25004C9500 /* Frameworks */ = { BF9F4FCD1AAD7B25004C9500 /* Frameworks */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
BF6E70C225D22F7600E41CD1 /* Systems.framework */,
BFDCA1E5244EBAA900B8FBDB /* liblibDeSmuME.a */, BFDCA1E5244EBAA900B8FBDB /* liblibDeSmuME.a */,
BF30AC25244E88BE00F0C744 /* libMelonDSDeltaCore.a */, BF30AC25244E88BE00F0C744 /* libMelonDSDeltaCore.a */,
BFFDF04523E3D3A600931B96 /* libMupen64Plus.a */, BFFDF04523E3D3A600931B96 /* libMupen64Plus.a */,
@ -862,12 +902,16 @@
BFFA71D51AAC406100EE9DD1 /* Resources */, BFFA71D51AAC406100EE9DD1 /* Resources */,
BF6BF3281EB897F6008E83CD /* Fabric */, BF6BF3281EB897F6008E83CD /* Fabric */,
0E0279E4F38215820BB0C9A0 /* [CP] Copy Pods Resources */, 0E0279E4F38215820BB0C9A0 /* [CP] Copy Pods Resources */,
BF08DC3325CE07C3007A9CF4 /* Embed Frameworks */,
); );
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
BFEBE58325D3388F00222319 /* PBXTargetDependency */,
); );
name = Delta; name = Delta;
packageProductDependencies = (
);
productName = Delta; productName = Delta;
productReference = BFFA71D71AAC406100EE9DD1 /* Delta.app */; productReference = BFFA71D71AAC406100EE9DD1 /* Delta.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
@ -879,7 +923,7 @@
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
DefaultBuildSystemTypeForWorkspace = Original; DefaultBuildSystemTypeForWorkspace = Original;
LastSwiftUpdateCheck = 0700; LastSwiftUpdateCheck = 1230;
LastUpgradeCheck = 1010; LastUpgradeCheck = 1010;
ORGANIZATIONNAME = "Riley Testut"; ORGANIZATIONNAME = "Riley Testut";
TargetAttributes = { TargetAttributes = {
@ -888,6 +932,11 @@
DevelopmentTeam = 6XVY5G3U44; DevelopmentTeam = 6XVY5G3U44;
ProvisioningStyle = Automatic; ProvisioningStyle = Automatic;
}; };
BF6E70B925D2187800E41CD1 = {
CreatedOnToolsVersion = 12.5;
DevelopmentTeam = 6XVY5G3U44;
ProvisioningStyle = Automatic;
};
BFFA71D61AAC406100EE9DD1 = { BFFA71D61AAC406100EE9DD1 = {
CreatedOnToolsVersion = 6.3; CreatedOnToolsVersion = 6.3;
DevelopmentTeam = 6XVY5G3U44; DevelopmentTeam = 6XVY5G3U44;
@ -917,6 +966,7 @@
targets = ( targets = (
BFFA71D61AAC406100EE9DD1 /* Delta */, BFFA71D61AAC406100EE9DD1 /* Delta */,
BF14D8941DE7A512002CA1BE /* mogenerator */, BF14D8941DE7A512002CA1BE /* mogenerator */,
BF6E70B925D2187800E41CD1 /* Systems */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
@ -1014,6 +1064,23 @@
shellPath = /bin/sh; shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Fabric/run\" d542629b4f6625cfd5564d27318550321272076d 333118df9345dcec21e4ba0bb7fa8f6c67c4eb41734374e24f6c71a8dcd5c870"; shellScript = "\"${PODS_ROOT}/Fabric/run\" d542629b4f6625cfd5564d27318550321272076d 333118df9345dcec21e4ba0bb7fa8f6c67c4eb41734374e24f6c71a8dcd5c870";
}; };
BF6E70BD25D2187F00E41CD1 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Manually build Systems.framework to prevent conflicts between Cocoapods' and SwiftPM's DeltaCore.\n\ncd $SRCROOT/Systems\n./build.sh\n";
};
DBD91E7D7EC2729786B4C5B1 /* [CP] Check Pods Manifest.lock */ = { DBD91E7D7EC2729786B4C5B1 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase; isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
@ -1155,6 +1222,14 @@
}; };
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
BFEBE58325D3388F00222319 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = BF6E70B925D2187800E41CD1 /* Systems */;
targetProxy = BFEBE58225D3388F00222319 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */ /* Begin PBXVariantGroup section */
BF353FF41C5D837600C1184C /* PauseMenu.storyboard */ = { BF353FF41C5D837600C1184C /* PauseMenu.storyboard */ = {
isa = PBXVariantGroup; isa = PBXVariantGroup;
@ -1211,6 +1286,24 @@
}; };
name = Release; name = Release;
}; };
BF6E70BB25D2187800E41CD1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6XVY5G3U44;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
BF6E70BC25D2187800E41CD1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6XVY5G3U44;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
BFFA71F41AAC406100EE9DD1 /* Debug */ = { BFFA71F41AAC406100EE9DD1 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
@ -1345,6 +1438,7 @@
STRIP_INSTALLED_PRODUCT = YES; STRIP_INSTALLED_PRODUCT = YES;
STRIP_STYLE = "non-global"; STRIP_STYLE = "non-global";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = BETA; 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 = "Delta/Supporting Files/Delta-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@ -1372,6 +1466,7 @@
PROVISIONING_PROFILE_SPECIFIER = ""; PROVISIONING_PROFILE_SPECIFIER = "";
STRIP_INSTALLED_PRODUCT = YES; STRIP_INSTALLED_PRODUCT = YES;
STRIP_STYLE = "non-global"; STRIP_STYLE = "non-global";
SWIFT_INCLUDE_PATHS = "$(inherited) \"$(SRCROOT)/Cores/GPGXDeltaCore/Sources/GPGXBridge\"";
SWIFT_OBJC_BRIDGING_HEADER = "Delta/Supporting Files/Delta-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Delta/Supporting Files/Delta-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@ -1390,6 +1485,15 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
BF6E70BA25D2187800E41CD1 /* Build configuration list for PBXAggregateTarget "Systems" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BF6E70BB25D2187800E41CD1 /* Debug */,
BF6E70BC25D2187800E41CD1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
BFFA71D21AAC406100EE9DD1 /* Build configuration list for PBXProject "Delta" */ = { BFFA71D21AAC406100EE9DD1 /* Build configuration list for PBXProject "Delta" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (

View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1250"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BF6E70B925D2187800E41CD1"
BuildableName = "Systems"
BlueprintName = "Systems"
ReferencedContainer = "container:Delta.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BF6E70B925D2187800E41CD1"
BuildableName = "Systems"
BlueprintName = "Systems"
ReferencedContainer = "container:Delta.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -28,6 +28,9 @@
<FileRef <FileRef
location = "group:Cores/DSDeltaCore/DSDeltaCore.xcodeproj"> location = "group:Cores/DSDeltaCore/DSDeltaCore.xcodeproj">
</FileRef> </FileRef>
<FileRef
location = "group:Cores/GPGXDeltaCore">
</FileRef>
<FileRef <FileRef
location = "group:External/Harmony/Harmony.xcodeproj"> location = "group:External/Harmony/Harmony.xcodeproj">
</FileRef> </FileRef>

View File

@ -0,0 +1,25 @@
{
"object": {
"pins": [
{
"package": "DeltaCore",
"repositoryURL": "https://github.com/rileytestut/DeltaCore.git",
"state": {
"branch": "main",
"revision": "eeefb30bd78fb130f1113e823afbce6f4f767cfb",
"version": null
}
},
{
"package": "ZIPFoundation",
"repositoryURL": "https://github.com/weichsel/ZIPFoundation.git",
"state": {
"branch": null,
"revision": "ec32d62d412578542c0ffb7a6ce34d3e64b43b94",
"version": "0.9.11"
}
}
]
},
"version": 1
}

View File

@ -127,7 +127,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568 Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
Crashlytics: e156f27e43abaa331f9b7afed091bda37e1052cc Crashlytics: e156f27e43abaa331f9b7afed091bda37e1052cc
DeltaCore: be1ed931bf8dba0bd1d9f85310dcc99eeae10517 DeltaCore: 86a78ac8fb0d40190231b5fb64d109f7516de187
DSDeltaCore: c113b64288d253fafe350ee23df143c76a11e173 DSDeltaCore: c113b64288d253fafe350ee23df143c76a11e173
Fabric: be0459577cee96fe21f68de24588be2dd71482b8 Fabric: be0459577cee96fe21f68de24588be2dd71482b8
GBADeltaCore: 55e32d21508ce7383a1b1587e425ccc60620ad66 GBADeltaCore: 55e32d21508ce7383a1b1587e425ccc60620ad66

View File

@ -1 +1 @@
../../../../Cores/DeltaCore/DeltaCore/Emulator Core/Audio/DLTAMuteSwitchMonitor.h ../../../../Cores/DeltaCore/DeltaCore/include/DLTAMuteSwitchMonitor.h

View File

@ -1 +1 @@
../../../../Cores/DeltaCore/DeltaCore/DeltaTypes.h ../../../../Cores/DeltaCore/DeltaCore/include/DeltaTypes.h

View File

@ -1 +1 @@
../../../../Cores/DeltaCore/DeltaCore/Emulator Core/Audio/DLTAMuteSwitchMonitor.h ../../../../Cores/DeltaCore/DeltaCore/include/DLTAMuteSwitchMonitor.h

View File

@ -1 +1 @@
../../../../Cores/DeltaCore/DeltaCore/DeltaTypes.h ../../../../Cores/DeltaCore/DeltaCore/include/DeltaTypes.h

View File

@ -15,10 +15,11 @@
}, },
"social_media_url": "https://twitter.com/rileytestut", "social_media_url": "https://twitter.com/rileytestut",
"source_files": "DeltaCore/**/*.{h,m,swift}", "source_files": "DeltaCore/**/*.{h,m,swift}",
"public_header_files": [ "exclude_files": [
"DeltaCore/DeltaTypes.h", "DeltaCore/DeltaTypes.h",
"DeltaCore/Emulator Core/Audio/DLTAMuteSwitchMonitor.h" "DeltaCore/Emulator Core/Audio/DLTAMuteSwitchMonitor.h"
], ],
"public_header_files": "DeltaCore/include/*.h",
"resource_bundles": { "resource_bundles": {
"DeltaCore": [ "DeltaCore": [
"DeltaCore/**/*.deltamapping" "DeltaCore/**/*.deltamapping"

2
Pods/Manifest.lock generated
View File

@ -127,7 +127,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568 Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
Crashlytics: e156f27e43abaa331f9b7afed091bda37e1052cc Crashlytics: e156f27e43abaa331f9b7afed091bda37e1052cc
DeltaCore: be1ed931bf8dba0bd1d9f85310dcc99eeae10517 DeltaCore: 86a78ac8fb0d40190231b5fb64d109f7516de187
DSDeltaCore: c113b64288d253fafe350ee23df143c76a11e173 DSDeltaCore: c113b64288d253fafe350ee23df143c76a11e173
Fabric: be0459577cee96fe21f68de24588be2dd71482b8 Fabric: be0459577cee96fe21f68de24588be2dd71482b8
GBADeltaCore: 55e32d21508ce7383a1b1587e425ccc60620ad66 GBADeltaCore: 55e32d21508ce7383a1b1587e425ccc60620ad66

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,403 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objects = {
/* Begin PBXBuildFile section */
BF08DC0625CDF690007A9CF4 /* Systems.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF08DC0525CDF690007A9CF4 /* Systems.swift */; };
BF08DC4B25CE10A7007A9CF4 /* GPGXDeltaCore in Frameworks */ = {isa = PBXBuildFile; productRef = BF08DC4A25CE10A7007A9CF4 /* GPGXDeltaCore */; };
BF2EF87625D308F1005EA349 /* GPGXDeltaCore_GPGXDeltaCore.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BF2EF87525D308DD005EA349 /* GPGXDeltaCore_GPGXDeltaCore.bundle */; };
BF2EF87825D30922005EA349 /* DeltaCore_DeltaCore.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BF2EF87725D30922005EA349 /* DeltaCore_DeltaCore.bundle */; };
BF639C3D25CDD88000B53517 /* Systems.h in Headers */ = {isa = PBXBuildFile; fileRef = BF639C3B25CDD88000B53517 /* Systems.h */; settings = {ATTRIBUTES = (Public, ); }; };
BF6E70B125D210B400E41CD1 /* DeltaCore in Frameworks */ = {isa = PBXBuildFile; productRef = BF6E70B025D210B400E41CD1 /* DeltaCore */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
BF08DBA725CDDA25007A9CF4 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
BF08DC0525CDF690007A9CF4 /* Systems.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Systems.swift; sourceTree = "<group>"; };
BF2EF87525D308DD005EA349 /* GPGXDeltaCore_GPGXDeltaCore.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = GPGXDeltaCore_GPGXDeltaCore.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
BF2EF87725D30922005EA349 /* DeltaCore_DeltaCore.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = DeltaCore_DeltaCore.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
BF639C3825CDD88000B53517 /* Systems.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Systems.framework; sourceTree = BUILT_PRODUCTS_DIR; };
BF639C3B25CDD88000B53517 /* Systems.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Systems.h; sourceTree = "<group>"; };
BF639C3C25CDD88000B53517 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
BF639C3525CDD88000B53517 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
BF6E70B125D210B400E41CD1 /* DeltaCore in Frameworks */,
BF08DC4B25CE10A7007A9CF4 /* GPGXDeltaCore in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
BF08DBA325CDDA25007A9CF4 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
BF2EF87425D308D9005EA349 /* Bundles */ = {
isa = PBXGroup;
children = (
BF2EF87725D30922005EA349 /* DeltaCore_DeltaCore.bundle */,
BF2EF87525D308DD005EA349 /* GPGXDeltaCore_GPGXDeltaCore.bundle */,
);
name = Bundles;
sourceTree = "<group>";
};
BF639C2E25CDD88000B53517 = {
isa = PBXGroup;
children = (
BF639C3A25CDD88000B53517 /* Systems */,
BF639C3925CDD88000B53517 /* Products */,
BF08DBA325CDDA25007A9CF4 /* Frameworks */,
);
sourceTree = "<group>";
};
BF639C3925CDD88000B53517 /* Products */ = {
isa = PBXGroup;
children = (
BF639C3825CDD88000B53517 /* Systems.framework */,
);
name = Products;
sourceTree = "<group>";
};
BF639C3A25CDD88000B53517 /* Systems */ = {
isa = PBXGroup;
children = (
BF639C3B25CDD88000B53517 /* Systems.h */,
BF08DC0525CDF690007A9CF4 /* Systems.swift */,
BF639C3C25CDD88000B53517 /* Info.plist */,
BF2EF87425D308D9005EA349 /* Bundles */,
);
path = Systems;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
BF639C3325CDD88000B53517 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
BF639C3D25CDD88000B53517 /* Systems.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
BF639C3725CDD88000B53517 /* Systems */ = {
isa = PBXNativeTarget;
buildConfigurationList = BF639C4025CDD88000B53517 /* Build configuration list for PBXNativeTarget "Systems" */;
buildPhases = (
BF639C3325CDD88000B53517 /* Headers */,
BF639C3425CDD88000B53517 /* Sources */,
BF639C3525CDD88000B53517 /* Frameworks */,
BF639C3625CDD88000B53517 /* Resources */,
BF08DBA725CDDA25007A9CF4 /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = Systems;
packageProductDependencies = (
BF08DC4A25CE10A7007A9CF4 /* GPGXDeltaCore */,
BF6E70B025D210B400E41CD1 /* DeltaCore */,
);
productName = Systems;
productReference = BF639C3825CDD88000B53517 /* Systems.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
BF639C2F25CDD88000B53517 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1250;
TargetAttributes = {
BF639C3725CDD88000B53517 = {
CreatedOnToolsVersion = 12.5;
LastSwiftMigration = 1250;
};
};
};
buildConfigurationList = BF639C3225CDD88000B53517 /* Build configuration list for PBXProject "Systems" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = BF639C2E25CDD88000B53517;
productRefGroup = BF639C3925CDD88000B53517 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
BF639C3725CDD88000B53517 /* Systems */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
BF639C3625CDD88000B53517 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BF2EF87625D308F1005EA349 /* GPGXDeltaCore_GPGXDeltaCore.bundle in Resources */,
BF2EF87825D30922005EA349 /* DeltaCore_DeltaCore.bundle in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
BF639C3425CDD88000B53517 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
BF08DC0625CDF690007A9CF4 /* Systems.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
BF639C3E25CDD88000B53517 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
BF639C3F25CDD88000B53517 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
BF639C4125CDD88000B53517 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6XVY5G3U44;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"SWIFT_PACKAGE=1",
);
INFOPLIST_FILE = Systems/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.Delta.Systems;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
BF639C4225CDD88000B53517 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6XVY5G3U44;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_PREPROCESSOR_DEFINITIONS = "SWIFT_PACKAGE=1";
INFOPLIST_FILE = Systems/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.rileytestut.Delta.Systems;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
BF639C3225CDD88000B53517 /* Build configuration list for PBXProject "Systems" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BF639C3E25CDD88000B53517 /* Debug */,
BF639C3F25CDD88000B53517 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
BF639C4025CDD88000B53517 /* Build configuration list for PBXNativeTarget "Systems" */ = {
isa = XCConfigurationList;
buildConfigurations = (
BF639C4125CDD88000B53517 /* Debug */,
BF639C4225CDD88000B53517 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCSwiftPackageProductDependency section */
BF08DC4A25CE10A7007A9CF4 /* GPGXDeltaCore */ = {
isa = XCSwiftPackageProductDependency;
productName = GPGXDeltaCore;
};
BF6E70B025D210B400E41CD1 /* DeltaCore */ = {
isa = XCSwiftPackageProductDependency;
productName = DeltaCore;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = BF639C2F25CDD88000B53517 /* Project object */;
}

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1250"
version = "1.3">
<BuildAction
parallelizeBuildables = "NO"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BF639C3725CDD88000B53517"
BuildableName = "Systems.framework"
BlueprintName = "Systems"
ReferencedContainer = "container:Systems.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BF639C3725CDD88000B53517"
BuildableName = "Systems.framework"
BlueprintName = "Systems"
ReferencedContainer = "container:Systems.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "container:Systems.xcodeproj">
</FileRef>
<FileRef
location = "group:../Cores/DeltaCore">
</FileRef>
<FileRef
location = "group:../Cores/GPGXDeltaCore">
</FileRef>
</Workspace>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist>

View File

@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "ZIPFoundation",
"repositoryURL": "https://github.com/weichsel/ZIPFoundation.git",
"state": {
"branch": null,
"revision": "ec32d62d412578542c0ffb7a6ce34d3e64b43b94",
"version": "0.9.11"
}
}
]
},
"version": 1
}

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
</plist>

19
Systems/Systems/Systems.h Normal file
View File

@ -0,0 +1,19 @@
//
// Systems.h
// Systems
//
// Created by Riley Testut on 2/5/21.
// Copyright © 2021 Riley Testut. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for Systems.
FOUNDATION_EXPORT double SystemsVersionNumber;
//! Project version string for Systems.
FOUNDATION_EXPORT const unsigned char SystemsVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <Systems/PublicHeader.h>

View File

@ -0,0 +1,9 @@
//
// Systems.swift
// Systems
//
// Created by Riley Testut on 1/28/21.
// Copyright © 2021 Riley Testut. All rights reserved.
//
@_exported import GPGXDeltaCore

24
Systems/build.sh Executable file
View File

@ -0,0 +1,24 @@
#!/bin/bash
# Fail if error occurs
set -e
SCHEME="Systems"
PLATFORM="iOS"
BUILD_DIR=".build"
case $PLATFORM in
"iOS")
CONFIG_FOLDER="${CONFIGURATION}-iphoneos"
;;
"iOS Simulator")
CONFIG_FOLDER="${CONFIGURATION}-iphonesimulator"
;;
esac
OUTPUT_DIR="$BUILD_DIR/Build/Products/$CONFIG_FOLDER"
xcodebuild -workspace Systems.xcworkspace -scheme $SCHEME -configuration ${CONFIGURATION} -destination "generic/platform=$PLATFORM" -derivedDataPath $BUILD_DIR
cp -Rf "$OUTPUT_DIR/Systems.framework" "${BUILT_PRODUCTS_DIR}/"