diff --git a/StandardCyborgExample/Podfile b/StandardCyborgExample/Podfile index 4f2246a..03edcef 100644 --- a/StandardCyborgExample/Podfile +++ b/StandardCyborgExample/Podfile @@ -5,5 +5,5 @@ target 'StandardCyborgExample' do # Pods for standard cyborg pod 'StandardCyborgFusion' pod 'StandardCyborgUI' - pod 'StandardCyborgNetworking' end + diff --git a/StandardCyborgExample/Podfile.lock b/StandardCyborgExample/Podfile.lock index eb9bb42..a311b27 100644 --- a/StandardCyborgExample/Podfile.lock +++ b/StandardCyborgExample/Podfile.lock @@ -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 diff --git a/StandardCyborgExample/README.md b/StandardCyborgExample/README.md index 9e79b1b..5faf2ce 100644 --- a/StandardCyborgExample/README.md +++ b/StandardCyborgExample/README.md @@ -17,12 +17,6 @@ This repo depends on Standard Cyborg's Cocoapods: StandardCyborgFusion, Standard git clone git@github.com: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 diff --git a/StandardCyborgExample/StandardCyborgExample.xcodeproj/project.pbxproj b/StandardCyborgExample/StandardCyborgExample.xcodeproj/project.pbxproj index 50c2eed..286a50f 100644 --- a/StandardCyborgExample/StandardCyborgExample.xcodeproj/project.pbxproj +++ b/StandardCyborgExample/StandardCyborgExample.xcodeproj/project.pbxproj @@ -7,27 +7,16 @@ 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 = ""; }; + 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 = ""; }; 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 = ""; }; 7642B7FD21E679E800BC45C7 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; @@ -35,9 +24,9 @@ 7642B80221E679E900BC45C7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 7642B80521E679E900BC45C7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 7642B80721E679E900BC45C7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 7642B81621E69B3400BC45C7 /* StandardCyborgUI.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = StandardCyborgUI.xcodeproj; path = ../StandardCyborgUI/StandardCyborgUI.xcodeproj; sourceTree = ""; }; - 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 = ""; }; + 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 = ""; }; + 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 */ @@ -45,7 +34,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6C080E594823F7326C4B57FB /* Pods_StandardCyborgExample.framework in Frameworks */, + B6EA80DF359DBBF1E0FD0388 /* Pods_StandardCyborgExample.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -87,25 +76,16 @@ isa = PBXGroup; children = ( 7642B82221E69CBB00BC45C7 /* StandardCyborgFusion.framework */, - 7642B81621E69B3400BC45C7 /* StandardCyborgUI.xcodeproj */, - 01886E50A1E566AC83217EFB /* Pods_StandardCyborgExample.framework */, + B50DDD1DFA4D956CADD98341 /* Pods_StandardCyborgExample.framework */, ); name = Frameworks; sourceTree = ""; }; - 7642B81721E69B3400BC45C7 /* Products */ = { - isa = PBXGroup; - children = ( - 7642B81B21E69B3500BC45C7 /* StandardCyborgUI.framework */, - ); - name = Products; - sourceTree = ""; - }; 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 = ""; @@ -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 = ( ); @@ -139,7 +119,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1010; - LastUpgradeCheck = 1010; + LastUpgradeCheck = 1330; ORGANIZATIONNAME = "Standard Cyborg"; TargetAttributes = { 7642B7F721E679E800BC45C7 = { @@ -159,12 +139,6 @@ mainGroup = 7642B7EF21E679E800BC45C7; productRefGroup = 7642B7F921E679E800BC45C7 /* Products */; projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 7642B81721E69B3400BC45C7 /* Products */; - ProjectRef = 7642B81621E69B3400BC45C7 /* StandardCyborgUI.xcodeproj */; - }, - ); projectRoot = ""; targets = ( 7642B7F721E679E800BC45C7 /* StandardCyborgExample */, @@ -172,16 +146,6 @@ }; /* 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; @@ -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 = ( @@ -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 = ( @@ -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; @@ -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; @@ -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; @@ -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; @@ -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; @@ -394,7 +360,6 @@ "$(inherited)", ); INFOPLIST_FILE = "$(SRCROOT)/StandardCyborgExample/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -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; @@ -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", diff --git a/StandardCyborgExample/StandardCyborgExample.xcodeproj/xcshareddata/xcschemes/StandardCyborgExample.xcscheme b/StandardCyborgExample/StandardCyborgExample.xcodeproj/xcshareddata/xcschemes/StandardCyborgExample.xcscheme index 84c5fc9..222b20e 100644 --- a/StandardCyborgExample/StandardCyborgExample.xcodeproj/xcshareddata/xcschemes/StandardCyborgExample.xcscheme +++ b/StandardCyborgExample/StandardCyborgExample.xcodeproj/xcshareddata/xcschemes/StandardCyborgExample.xcscheme @@ -1,6 +1,6 @@ - - - - + + - -