From 8002d8dcefa672965598ca0e879c9d035d8e5a78 Mon Sep 17 00:00:00 2001 From: Aaron Thompson Date: Mon, 29 May 2023 21:17:25 -0700 Subject: [PATCH] Fix StandardCyborgExample build --- StandardCyborgExample/Podfile.lock | 6 ++--- .../project.pbxproj | 7 +++-- .../xcschemes/StandardCyborgExample.xcscheme | 2 +- .../ViewController.swift | 2 +- .../project.pbxproj | 27 ++++++++++++++----- .../xcschemes/StandardCyborgUI.xcscheme | 2 +- 6 files changed, 32 insertions(+), 14 deletions(-) diff --git a/StandardCyborgExample/Podfile.lock b/StandardCyborgExample/Podfile.lock index a311b27..86bdf02 100644 --- a/StandardCyborgExample/Podfile.lock +++ b/StandardCyborgExample/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - StandardCyborgFusion (2.3.1) + - StandardCyborgFusion (2.3.2) - StandardCyborgUI (1.7.1): - StandardCyborgFusion @@ -13,9 +13,9 @@ SPEC REPOS: - StandardCyborgUI SPEC CHECKSUMS: - StandardCyborgFusion: addf61950fe03b35e6a0a512e6f796b23962772a + StandardCyborgFusion: f5c03dbf55f6c899924f887c76a424785c084513 StandardCyborgUI: ab2fcc42898f4e16e782e2922dab273f97348164 PODFILE CHECKSUM: c744a9dafb0a548ac93e30bd38c9cfa7f7d72b35 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1 diff --git a/StandardCyborgExample/StandardCyborgExample.xcodeproj/project.pbxproj b/StandardCyborgExample/StandardCyborgExample.xcodeproj/project.pbxproj index 286a50f..4dfe33e 100644 --- a/StandardCyborgExample/StandardCyborgExample.xcodeproj/project.pbxproj +++ b/StandardCyborgExample/StandardCyborgExample.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 51; + objectVersion = 53; objects = { /* Begin PBXBuildFile section */ @@ -118,8 +118,9 @@ 7642B7F021E679E800BC45C7 /* Project object */ = { isa = PBXProject; attributes = { + BuildIndependentTargetsInParallel = YES; LastSwiftUpdateCheck = 1010; - LastUpgradeCheck = 1330; + LastUpgradeCheck = 1430; ORGANIZATIONNAME = "Standard Cyborg"; TargetAttributes = { 7642B7F721E679E800BC45C7 = { @@ -268,6 +269,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -328,6 +330,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; diff --git a/StandardCyborgExample/StandardCyborgExample.xcodeproj/xcshareddata/xcschemes/StandardCyborgExample.xcscheme b/StandardCyborgExample/StandardCyborgExample.xcodeproj/xcshareddata/xcschemes/StandardCyborgExample.xcscheme index 222b20e..f0071fa 100644 --- a/StandardCyborgExample/StandardCyborgExample.xcodeproj/xcshareddata/xcschemes/StandardCyborgExample.xcscheme +++ b/StandardCyborgExample/StandardCyborgExample.xcodeproj/xcshareddata/xcschemes/StandardCyborgExample.xcscheme @@ -1,6 +1,6 @@