-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #992 from CocoaPods/amorde/revert-build-setting-ch…
…anges Revert Xcode 16 common build settings
- Loading branch information
Showing
30 changed files
with
79 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 1 addition & 5 deletions
6
spec/fixtures/CommonBuildSettings/configs/OSX_Bundle/OSX_Bundle_base.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
COMBINE_HIDPI_IMAGES = YES | ||
CURRENT_PROJECT_VERSION = 1 | ||
GENERATE_INFOPLIST_FILE = YES | ||
INFOPLIST_KEY_NSPrincipalClass = | ||
INFOPLIST_FILE = ___PACKAGENAME___/Info.plist | ||
INSTALL_PATH = $(LOCAL_LIBRARY_DIR)/Bundles | ||
MACOSX_DEPLOYMENT_TARGET = ___BESTMACOSVERSION___ | ||
MARKETING_VERSION = 1.0 | ||
PRODUCT_BUNDLE_IDENTIFIER = ___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___PACKAGENAMEASRFC1034IDENTIFIER___ | ||
SDKROOT = macosx | ||
SKIP_INSTALL = YES | ||
SWIFT_EMIT_LOC_STRINGS = YES | ||
WRAPPER_EXTENSION = bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
spec/fixtures/CommonBuildSettings/configs/Objc_iOS_Native/Objc_iOS_Native_base.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon | ||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor | ||
INFOPLIST_FILE = ___PACKAGENAME___/Info.plist | ||
IPHONEOS_DEPLOYMENT_TARGET = latest_iphoneos | ||
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks | ||
PRODUCT_BUNDLE_IDENTIFIER = ___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___PACKAGENAMEASRFC1034IDENTIFIER___ | ||
SDKROOT = iphoneos | ||
TARGETED_DEVICE_FAMILY = 1,2 |
1 change: 1 addition & 0 deletions
1
spec/fixtures/CommonBuildSettings/configs/Objc_iOS_Native/Objc_iOS_Native_debug.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include "Objc_iOS_Native/Objc_iOS_Native_base.xcconfig" |
2 changes: 2 additions & 0 deletions
2
spec/fixtures/CommonBuildSettings/configs/Objc_iOS_Native/Objc_iOS_Native_release.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include "Objc_iOS_Native/Objc_iOS_Native_base.xcconfig" | ||
VALIDATE_PRODUCT = YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 1 addition & 7 deletions
8
spec/fixtures/CommonBuildSettings/configs/Objc_tvOS_Native/Objc_tvOS_Native_base.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
ASSETCATALOG_COMPILER_APPICON_NAME = App Icon & Top Shelf Image | ||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor | ||
CURRENT_PROJECT_VERSION = 1 | ||
GENERATE_INFOPLIST_FILE = YES | ||
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen | ||
INFOPLIST_KEY_UIMainStoryboardFile = Main | ||
INFOPLIST_KEY_UIUserInterfaceStyle = Automatic | ||
INFOPLIST_FILE = ___PACKAGENAME___/Info.plist | ||
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks | ||
MARKETING_VERSION = 1.0 | ||
PRODUCT_BUNDLE_IDENTIFIER = ___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___PACKAGENAMEASRFC1034IDENTIFIER___ | ||
SDKROOT = appletvos | ||
SWIFT_EMIT_LOC_STRINGS = YES | ||
TARGETED_DEVICE_FAMILY = 3 | ||
TVOS_DEPLOYMENT_TARGET = latest_appletvos |
8 changes: 2 additions & 6 deletions
8
...s/CommonBuildSettings/configs/Objc_watchOS_Framework/Objc_watchOS_Framework_base.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...ettings/configs/Objc_watchOS_Native Extension/Objc_watchOS_Native Extension_base.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication | ||
INFOPLIST_FILE = ___PACKAGENAME___/Info.plist | ||
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @executable_path/../../Frameworks | ||
PRODUCT_BUNDLE_IDENTIFIER = ___ASSOCIATEDTARGET_bundleIdentifier___.watchkitapp.watchkitextension | ||
PRODUCT_NAME = ${TARGET_NAME} | ||
SDKROOT = watchos | ||
SKIP_INSTALL = YES | ||
TARGETED_DEVICE_FAMILY = 4 | ||
WATCHOS_DEPLOYMENT_TARGET = latest_watchos |
1 change: 1 addition & 0 deletions
1
...ttings/configs/Objc_watchOS_Native Extension/Objc_watchOS_Native Extension_debug.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include "Objc_watchOS_Native Extension/Objc_watchOS_Native Extension_base.xcconfig" |
2 changes: 2 additions & 0 deletions
2
...ings/configs/Objc_watchOS_Native Extension/Objc_watchOS_Native Extension_release.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#include "Objc_watchOS_Native Extension/Objc_watchOS_Native Extension_base.xcconfig" | ||
VALIDATE_PRODUCT = YES |
11 changes: 3 additions & 8 deletions
11
...ixtures/CommonBuildSettings/configs/Objc_watchOS_Native/Objc_watchOS_Native_base.xcconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon | ||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor | ||
CURRENT_PROJECT_VERSION = 1 | ||
ENABLE_PREVIEWS = YES | ||
GENERATE_INFOPLIST_FILE = YES | ||
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown | ||
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks | ||
MARKETING_VERSION = 1.0 | ||
PRODUCT_BUNDLE_IDENTIFIER = ___VARIABLE_bundleIdentifierPrefix:bundleIdentifier___.___VARIABLE_productName:RFC1034Identifier___.watchkitapp | ||
IBSC_MODULE = ___PACKAGENAMEASIDENTIFIER____Extension | ||
INFOPLIST_FILE = ___PACKAGENAME___/Info.plist | ||
PRODUCT_BUNDLE_IDENTIFIER = ___ASSOCIATEDTARGET_bundleIdentifier___.watchkitapp | ||
SDKROOT = watchos | ||
SKIP_INSTALL = YES | ||
SWIFT_EMIT_LOC_STRINGS = YES | ||
TARGETED_DEVICE_FAMILY = 4 | ||
WATCHOS_DEPLOYMENT_TARGET = latest_watchos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.