forked from rive-app/rive-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexportOptions.plist
More file actions
25 lines (25 loc) · 792 Bytes
/
exportOptions.plist
File metadata and controls
25 lines (25 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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>destination</key>
<string>export</string>
<key>manageAppVersionAndBuildNumber</key>
<true/>
<key>method</key>
<string>ad-hoc</string>
<key>signingStyle</key>
<string>manual</string>
<key>teamID</key>
<string>NJ3JMFUNS9</string>
<key>provisioningProfiles</key>
<dict>
<key>rive.app.golden-test-app</key>
<string>Golden Test Ad Hoc Distribution</string>
</dict>
<key>stripSwiftSymbols</key>
<true/>
<key>uploadSymbols</key>
<false/>
</dict>
</plist>