mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
build ipa with given profile: https://jtmuller5.medium.com/flutter-build-an-ipa-90520e813a96
This commit is contained in:
15
flutter/ios/exportOptions.plist
Normal file
15
flutter/ios/exportOptions.plist
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version=”1.0" encoding=”UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version=”1.0">
|
||||
<dict>
|
||||
<key>method</key>
|
||||
<string>app-store</string>
|
||||
<key>teamID</key>
|
||||
<string>HZF9JMC8YN</string>
|
||||
<key>provisioningProfiles</key>
|
||||
<dict>
|
||||
<key>com.carriez.flutterHbb</key>
|
||||
<string>rustdesk-ios-prod-app-store</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user