Skip to content

Commit

Permalink
Update StandardCyborgExample to the latest StandardCyborgFusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Thompson committed May 19, 2022
1 parent 4c97f12 commit 5d63275
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 98 deletions.
2 changes: 1 addition & 1 deletion StandardCyborgExample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ target 'StandardCyborgExample' do
# Pods for standard cyborg
pod 'StandardCyborgFusion'
pod 'StandardCyborgUI'
pod 'StandardCyborgNetworking'
end

27 changes: 3 additions & 24 deletions StandardCyborgExample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,42 +1,21 @@
PODS:
- PromiseKit (6.17.0):
- PromiseKit/CorePromise (= 6.17.0)
- PromiseKit/Foundation (= 6.17.0)
- PromiseKit/UIKit (= 6.17.0)
- PromiseKit/CorePromise (6.17.0)
- PromiseKit/Foundation (6.17.0):
- PromiseKit/CorePromise
- PromiseKit/UIKit (6.17.0):
- PromiseKit/CorePromise
- StandardCyborgFusion (2.1.2)
- StandardCyborgNetworking (2.1.2):
- PromiseKit (~> 6.0)
- PromiseKit/Foundation (~> 6.0)
- Zip (~> 1.1)
- StandardCyborgFusion (2.3.1)
- StandardCyborgUI (1.7.1):
- StandardCyborgFusion
- Zip (1.1.0)

DEPENDENCIES:
- StandardCyborgFusion
- StandardCyborgNetworking
- StandardCyborgUI

SPEC REPOS:
trunk:
- PromiseKit
- StandardCyborgFusion
- StandardCyborgNetworking
- StandardCyborgUI
- Zip

SPEC CHECKSUMS:
PromiseKit: 996202d4cae72b7801b312abef4cd2f995b2978a
StandardCyborgFusion: c5d03288bd71efe06105dc943bc10d28c0b6fcce
StandardCyborgNetworking: 6c68d9d10faa85932d5fbf6441a4e9664a83dd12
StandardCyborgFusion: addf61950fe03b35e6a0a512e6f796b23962772a
StandardCyborgUI: ab2fcc42898f4e16e782e2922dab273f97348164
Zip: 8877eede3dda76bcac281225c20e71c25270774c

PODFILE CHECKSUM: 959d387426a2c77af4d7b0733d861eaffd4a4bc0
PODFILE CHECKSUM: c744a9dafb0a548ac93e30bd38c9cfa7f7d72b35

COCOAPODS: 1.11.3
6 changes: 0 additions & 6 deletions StandardCyborgExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ This repo depends on Standard Cyborg's Cocoapods: StandardCyborgFusion, Standard
git clone [email protected]:StandardCyborg/StandardCyborgCocoa.git
cd StandardCyborgCocoa/StandardCyborgExample
# Sign Up/Sign In into your SC Platform account to get your API Keys
open https://platform.standardcyborg.com
# Add your API keys to your Info.plist
plutil -replace SC_API_KEY -string YOUR_KEY StandardCyborgExample/Info.plist
# install pods
pod install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,34 @@
objects = {

/* Begin PBXBuildFile section */
6C080E594823F7326C4B57FB /* Pods_StandardCyborgExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01886E50A1E566AC83217EFB /* Pods_StandardCyborgExample.framework */; };
7642B7FC21E679E800BC45C7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7642B7FB21E679E800BC45C7 /* AppDelegate.swift */; };
7642B7FE21E679E800BC45C7 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7642B7FD21E679E800BC45C7 /* ViewController.swift */; };
7642B80121E679E800BC45C7 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7642B7FF21E679E800BC45C7 /* Main.storyboard */; };
7642B80321E679E900BC45C7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7642B80221E679E900BC45C7 /* Assets.xcassets */; };
7642B80621E679E900BC45C7 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7642B80421E679E900BC45C7 /* LaunchScreen.storyboard */; };
B6EA80DF359DBBF1E0FD0388 /* Pods_StandardCyborgExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B50DDD1DFA4D956CADD98341 /* Pods_StandardCyborgExample.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
7642B81A21E69B3500BC45C7 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7642B81621E69B3400BC45C7 /* StandardCyborgUI.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 7620D24721CDACEA008D0095;
remoteInfo = StandardCyborgUI;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
01886E50A1E566AC83217EFB /* Pods_StandardCyborgExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StandardCyborgExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
0403BD285ABFBA7F96667BC3 /* Pods-StandardCyborgExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StandardCyborgExample.release.xcconfig"; path = "Target Support Files/Pods-StandardCyborgExample/Pods-StandardCyborgExample.release.xcconfig"; sourceTree = "<group>"; };
26C5CCCD46A1AE252F80187B /* Pods-StandardCyborgExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StandardCyborgExample.debug.xcconfig"; path = "Target Support Files/Pods-StandardCyborgExample/Pods-StandardCyborgExample.debug.xcconfig"; sourceTree = "<group>"; };
7642B7F821E679E800BC45C7 /* StandardCyborgExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StandardCyborgExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
7642B7FB21E679E800BC45C7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
7642B7FD21E679E800BC45C7 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
7642B80021E679E800BC45C7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
7642B80221E679E900BC45C7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
7642B80521E679E900BC45C7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
7642B80721E679E900BC45C7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7642B81621E69B3400BC45C7 /* StandardCyborgUI.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = StandardCyborgUI.xcodeproj; path = ../StandardCyborgUI/StandardCyborgUI.xcodeproj; sourceTree = "<group>"; };
7642B82221E69CBB00BC45C7 /* StandardCyborgFusion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StandardCyborgFusion.framework; path = ../StandardCyborgFusion/StandardCyborgFusion.framework; sourceTree = SOURCE_ROOT; };
FBD3AAC9CA3ACA9DC2D88CEA /* Pods-StandardCyborgExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StandardCyborgExample.debug.xcconfig"; path = "Target Support Files/Pods-StandardCyborgExample/Pods-StandardCyborgExample.debug.xcconfig"; sourceTree = "<group>"; };
7642B82221E69CBB00BC45C7 /* StandardCyborgFusion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StandardCyborgFusion.framework; path = ../StandardCyborgFusion/ios/StandardCyborgFusion.framework; sourceTree = SOURCE_ROOT; };
93776F5951AA9E69D2B97DEC /* Pods-StandardCyborgExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StandardCyborgExample.release.xcconfig"; path = "Target Support Files/Pods-StandardCyborgExample/Pods-StandardCyborgExample.release.xcconfig"; sourceTree = "<group>"; };
B50DDD1DFA4D956CADD98341 /* Pods_StandardCyborgExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StandardCyborgExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
7642B7F521E679E800BC45C7 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6C080E594823F7326C4B57FB /* Pods_StandardCyborgExample.framework in Frameworks */,
B6EA80DF359DBBF1E0FD0388 /* Pods_StandardCyborgExample.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -87,25 +76,16 @@
isa = PBXGroup;
children = (
7642B82221E69CBB00BC45C7 /* StandardCyborgFusion.framework */,
7642B81621E69B3400BC45C7 /* StandardCyborgUI.xcodeproj */,
01886E50A1E566AC83217EFB /* Pods_StandardCyborgExample.framework */,
B50DDD1DFA4D956CADD98341 /* Pods_StandardCyborgExample.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
7642B81721E69B3400BC45C7 /* Products */ = {
isa = PBXGroup;
children = (
7642B81B21E69B3500BC45C7 /* StandardCyborgUI.framework */,
);
name = Products;
sourceTree = "<group>";
};
A52D23C77C82A59D20A847DC /* Pods */ = {
isa = PBXGroup;
children = (
FBD3AAC9CA3ACA9DC2D88CEA /* Pods-StandardCyborgExample.debug.xcconfig */,
0403BD285ABFBA7F96667BC3 /* Pods-StandardCyborgExample.release.xcconfig */,
26C5CCCD46A1AE252F80187B /* Pods-StandardCyborgExample.debug.xcconfig */,
93776F5951AA9E69D2B97DEC /* Pods-StandardCyborgExample.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
Expand All @@ -117,11 +97,11 @@
isa = PBXNativeTarget;
buildConfigurationList = 7642B80A21E679E900BC45C7 /* Build configuration list for PBXNativeTarget "StandardCyborgExample" */;
buildPhases = (
741CD5063CD9F96C8C04A9D3 /* [CP] Check Pods Manifest.lock */,
5D61098A534153540EAEE870 /* [CP] Check Pods Manifest.lock */,
7642B7F421E679E800BC45C7 /* Sources */,
7642B7F521E679E800BC45C7 /* Frameworks */,
7642B7F621E679E800BC45C7 /* Resources */,
B679C19CBC4CDF541C1542CD /* [CP] Embed Pods Frameworks */,
722A9F3E50B4E714D7579FB4 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand All @@ -139,7 +119,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1010;
LastUpgradeCheck = 1330;
ORGANIZATIONNAME = "Standard Cyborg";
TargetAttributes = {
7642B7F721E679E800BC45C7 = {
Expand All @@ -159,29 +139,13 @@
mainGroup = 7642B7EF21E679E800BC45C7;
productRefGroup = 7642B7F921E679E800BC45C7 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 7642B81721E69B3400BC45C7 /* Products */;
ProjectRef = 7642B81621E69B3400BC45C7 /* StandardCyborgUI.xcodeproj */;
},
);
projectRoot = "";
targets = (
7642B7F721E679E800BC45C7 /* StandardCyborgExample */,
);
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
7642B81B21E69B3500BC45C7 /* StandardCyborgUI.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = StandardCyborgUI.framework;
remoteRef = 7642B81A21E69B3500BC45C7 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
7642B7F621E679E800BC45C7 /* Resources */ = {
isa = PBXResourcesBuildPhase;
Expand All @@ -196,7 +160,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
741CD5063CD9F96C8C04A9D3 /* [CP] Check Pods Manifest.lock */ = {
5D61098A534153540EAEE870 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -218,7 +182,7 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
B679C19CBC4CDF541C1542CD /* [CP] Embed Pods Frameworks */ = {
722A9F3E50B4E714D7579FB4 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down Expand Up @@ -295,6 +259,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
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;
Expand All @@ -319,7 +284,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -354,6 +319,7 @@
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = NO;
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;
Expand All @@ -373,7 +339,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SWIFT_COMPILATION_MODE = wholemodule;
Expand All @@ -384,7 +350,7 @@
};
7642B80B21E679E900BC45C7 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = FBD3AAC9CA3ACA9DC2D88CEA /* Pods-StandardCyborgExample.debug.xcconfig */;
baseConfigurationReference = 26C5CCCD46A1AE252F80187B /* Pods-StandardCyborgExample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
Expand All @@ -394,7 +360,6 @@
"$(inherited)",
);
INFOPLIST_FILE = "$(SRCROOT)/StandardCyborgExample/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -412,7 +377,7 @@
};
7642B80C21E679E900BC45C7 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0403BD285ABFBA7F96667BC3 /* Pods-StandardCyborgExample.release.xcconfig */;
baseConfigurationReference = 93776F5951AA9E69D2B97DEC /* Pods-StandardCyborgExample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
Expand All @@ -422,7 +387,6 @@
"$(PROJECT_DIR)",
);
INFOPLIST_FILE = "$(SRCROOT)/StandardCyborgExample/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
LastUpgradeVersion = "1330"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -27,8 +27,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
Expand All @@ -38,8 +36,8 @@
ReferencedContainer = "container:StandardCyborgExample.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
Expand All @@ -61,8 +59,6 @@
ReferencedContainer = "container:StandardCyborgExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
8 changes: 5 additions & 3 deletions StandardCyborgUI/StandardCyborgUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
7620D25E21CDADA5008D0095 /* ScanningViewRenderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScanningViewRenderer.swift; sourceTree = "<group>"; };
7620D25F21CDADA5008D0095 /* PointCloudCommandEncoder.metal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.metal; path = PointCloudCommandEncoder.metal; sourceTree = "<group>"; };
7620D26121CDADA5008D0095 /* PointCloudCommandEncoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PointCloudCommandEncoder.swift; sourceTree = "<group>"; };
7620D26B21CE0A89008D0095 /* StandardCyborgFusion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StandardCyborgFusion.framework; path = ../StandardCyborgFusion/StandardCyborgFusion.framework; sourceTree = SOURCE_ROOT; };
7620D26B21CE0A89008D0095 /* StandardCyborgFusion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StandardCyborgFusion.framework; path = ../StandardCyborgFusion/ios/StandardCyborgFusion.framework; sourceTree = SOURCE_ROOT; };
7623164121EDA5D2004D1AFB /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
7623164321EDA5F1004D1AFB /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
7642B7D021E4558200BC45C7 /* ScanningViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScanningViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -353,8 +353,9 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../StandardCyborgFusion";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../StandardCyborgFusion/ios";
INFOPLIST_FILE = StandardCyborgUI/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -380,8 +381,9 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../StandardCyborgFusion";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/../StandardCyborgFusion/ios";
INFOPLIST_FILE = StandardCyborgUI/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1230"
LastUpgradeVersion = "1330"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down

0 comments on commit 5d63275

Please sign in to comment.