1
0
Fork 0
godot/misc/dist/ios_xcode/godot_ios.xcodeproj
jpetersen 4036270f8d Support for XCode 8+ feature PROVISIONING_PROFILE_SPECIFIER
https://developer.apple.com/documentation/xcode/build-settings-reference\#Provisioning-Profile

Used to allow for specific provisioning profile to be specified by name instead of UUID.

Needed to solve this problem where uuid wasn’t disambiguating: https://stackoverflow.com/questions/45051712/signing-app-with-xcodebuild-command-line-with-provisioning-profile-fails

Allows for specification for release and debug versions through environment variables or through export template attributes.

Debug:
EnvironmentVariable: GODOT_IOS_PROFILE_SPECIFIER_DEBUG
Export template: “application/provisioning_profile_specifier_debug”

Release:
EnvironmentalVariable: GODOT_IOS_PROFILE_SPECIFIER_RELEASE
Export Template: “application/provisioning_profile_specifier_release”
2024-10-28 11:37:55 -07:00
..
project.xcworkspace Enhance iOS export 2017-09-26 00:18:08 +07:00
xcshareddata/xcschemes Set schemes' build config to debug/release in iOS Xcode export 2021-05-25 10:26:54 +02:00
project.pbxproj Support for XCode 8+ feature PROVISIONING_PROFILE_SPECIFIER 2024-10-28 11:37:55 -07:00