Skip to content

Commit

Permalink
Fix iOS and tvOS builds
Browse files Browse the repository at this point in the history
- Fix iOS and tvOS scheme names

- Add iOS/tvOS Developer signing identities and development team to iOS and
  tvOS shared library schemes
  • Loading branch information
slouken committed Oct 15, 2020
1 parent cca16c9 commit 645a328
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Xcode/SDL/SDL.xcodeproj/project.pbxproj 100644 → 100755
Expand Up @@ -8304,6 +8304,12 @@
attributes = {
LastUpgradeCheck = 1130;
TargetAttributes = {
A75FCCFB23E25AB700529352 = {
DevelopmentTeam = MXGJJ98X76;
};
A75FCEB423E25AC700529352 = {
DevelopmentTeam = MXGJJ98X76;
};
A75FDB4823E399AC00529352 = {
CreatedOnToolsVersion = 11.3.1;
};
Expand Down Expand Up @@ -10461,6 +10467,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = MXGJJ98X76;
EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Expand All @@ -10473,6 +10481,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = MXGJJ98X76;
EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Expand All @@ -10485,6 +10495,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = MXGJJ98X76;
EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Expand All @@ -10497,6 +10509,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = YES;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = MXGJJ98X76;
EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
Expand Down

0 comments on commit 645a328

Please sign in to comment.