From 0a58a1fdc3bc7e7d2dec313b6e1e08c45767940f Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 1 Mar 2023 16:32:15 -0600 Subject: [PATCH] [Shared] Updates projects to recommended settings (Xcode 14.1) --- AltStore.xcodeproj/project.pbxproj | 10 +++++++--- .../xcshareddata/xcschemes/AltTests.xcscheme | 2 +- .../xcshareddata/xcschemes/SideStore.xcscheme | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/AltStore.xcodeproj/project.pbxproj b/AltStore.xcodeproj/project.pbxproj index a990384c..ae1dd2e3 100644 --- a/AltStore.xcodeproj/project.pbxproj +++ b/AltStore.xcodeproj/project.pbxproj @@ -238,7 +238,7 @@ BF8F69C222E659F700049BA1 /* AppContentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8F69C122E659F700049BA1 /* AppContentViewController.swift */; }; BF8F69C422E662D300049BA1 /* AppViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8F69C322E662D300049BA1 /* AppViewController.swift */; }; BF989171250AABF4002ACF50 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BF989170250AABF4002ACF50 /* Assets.xcassets */; }; - BF989177250AABF4002ACF50 /* AltWidgetExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = BF989167250AABF3002ACF50 /* AltWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + BF989177250AABF4002ACF50 /* AltWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = BF989167250AABF3002ACF50 /* AltWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; BF98917E250AAC4F002ACF50 /* Countdown.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF98917C250AAC4F002ACF50 /* Countdown.swift */; }; BF98917F250AAC4F002ACF50 /* AltWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF98917D250AAC4F002ACF50 /* AltWidget.swift */; }; BF989184250AACFC002ACF50 /* Date+RelativeDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFDB5B1522EE90D300F74113 /* Date+RelativeDate.swift */; }; @@ -527,9 +527,9 @@ dstPath = ""; dstSubfolderSpec = 13; files = ( - BF989177250AABF4002ACF50 /* AltWidgetExtension.appex in Embed App Extensions */, + BF989177250AABF4002ACF50 /* AltWidgetExtension.appex in Embed Foundation Extensions */, ); - name = "Embed App Extensions"; + name = "Embed Foundation Extensions"; runOnlyForDeploymentPostprocessing = 0; }; D561B2EC28EF5A4F006752E4 /* Embed Frameworks */ = { @@ -2100,6 +2100,8 @@ BFD247682284B9A500981D42 /* Resources */, BF088D2B2501A087008082D9 /* Embed Frameworks */, BF98917B250AABF4002ACF50 /* Embed App Extensions */, + 744AE3B03F6BF664FC5705C5 /* [CP] Embed Pods Frameworks */, + BF98917B250AABF4002ACF50 /* Embed Foundation Extensions */, ); buildRules = ( ); @@ -3477,6 +3479,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = 6XVY5G3U44; GENERATE_INFOPLIST_FILE = YES; @@ -3502,6 +3505,7 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = 6XVY5G3U44; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; diff --git a/AltStore.xcodeproj/xcshareddata/xcschemes/AltTests.xcscheme b/AltStore.xcodeproj/xcshareddata/xcschemes/AltTests.xcscheme index 228b1dd5..94f236bc 100644 --- a/AltStore.xcodeproj/xcshareddata/xcschemes/AltTests.xcscheme +++ b/AltStore.xcodeproj/xcshareddata/xcschemes/AltTests.xcscheme @@ -1,6 +1,6 @@