mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-07 18:39:37 +01:00
Fix iOS and tvOS builds
- Fix iOS and tvOS scheme names - Add iOS/tvOS Developer signing identities and development team to iOS and tvOS shared library schemes
This commit is contained in:
parent
cca16c9cb1
commit
645a3280ec
14
Xcode/SDL/SDL.xcodeproj/project.pbxproj
Normal file → Executable file
14
Xcode/SDL/SDL.xcodeproj/project.pbxproj
Normal file → Executable file
@ -8304,6 +8304,12 @@
|
|||||||
attributes = {
|
attributes = {
|
||||||
LastUpgradeCheck = 1130;
|
LastUpgradeCheck = 1130;
|
||||||
TargetAttributes = {
|
TargetAttributes = {
|
||||||
|
A75FCCFB23E25AB700529352 = {
|
||||||
|
DevelopmentTeam = MXGJJ98X76;
|
||||||
|
};
|
||||||
|
A75FCEB423E25AC700529352 = {
|
||||||
|
DevelopmentTeam = MXGJJ98X76;
|
||||||
|
};
|
||||||
A75FDB4823E399AC00529352 = {
|
A75FDB4823E399AC00529352 = {
|
||||||
CreatedOnToolsVersion = 11.3.1;
|
CreatedOnToolsVersion = 11.3.1;
|
||||||
};
|
};
|
||||||
@ -10461,6 +10467,8 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
DEVELOPMENT_TEAM = MXGJJ98X76;
|
||||||
EXECUTABLE_PREFIX = lib;
|
EXECUTABLE_PREFIX = lib;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||||
@ -10473,6 +10481,8 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
DEVELOPMENT_TEAM = MXGJJ98X76;
|
||||||
EXECUTABLE_PREFIX = lib;
|
EXECUTABLE_PREFIX = lib;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||||
@ -10485,6 +10495,8 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
|
||||||
|
DEVELOPMENT_TEAM = MXGJJ98X76;
|
||||||
EXECUTABLE_PREFIX = lib;
|
EXECUTABLE_PREFIX = lib;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||||
@ -10497,6 +10509,8 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
CLANG_ENABLE_OBJC_ARC = YES;
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "iPhone Developer";
|
||||||
|
DEVELOPMENT_TEAM = MXGJJ98X76;
|
||||||
EXECUTABLE_PREFIX = lib;
|
EXECUTABLE_PREFIX = lib;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
GCC_PREPROCESSOR_DEFINITIONS = "IOS_DYLIB=1";
|
||||||
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
||||||
|
Loading…
Reference in New Issue
Block a user