1
0
Fork 0
godot/misc/dist/ios_xcode
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
..
godot_ios [iOS] Change default iPad landscape orientation from "left" to "right". 2024-05-29 12:47:49 +03:00
godot_ios.xcodeproj Support for XCode 8+ feature PROVISIONING_PROFILE_SPECIFIER 2024-10-28 11:37:55 -07:00
libgodot.ios.debug.xcframework Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
libgodot.ios.release.xcframework Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
PrivacyInfo.xcprivacy [iOS export] Add support for privacy manifest configuration. 2024-04-16 12:10:12 +03:00
data.pck Remove redundant subfolder in iOS template 2017-03-26 22:03:58 +02:00