-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExportOptions.plist
More file actions
36 lines (36 loc) · 999 Bytes
/
ExportOptions.plist
File metadata and controls
36 lines (36 loc) · 999 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
26
27
28
29
30
31
32
33
34
35
36
<?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>compileBitcode</key>
<false/>
<key>destination</key>
<string>export</string>
<key>manifest</key>
<dict>
<key>appURL</key>
<string>https://joshgugu.github.io/mpos346.ipa</string>
<key>displayImageURL</key>
<string>https://joshgugu.github.io/image.57x57.png</string>
<key>fullSizeImageURL</key>
<string>https://joshgugu.github.io/image.512x512.png</string>
</dict>
<key>method</key>
<string>enterprise</string>
<key>provisioningProfiles</key>
<dict>
<key>com.taishinbank.mpos.test</key>
<string>forComAll</string>
</dict>
<key>signingCertificate</key>
<string>iPhone Distribution</string>
<key>signingStyle</key>
<string>manual</string>
<key>stripSwiftSymbols</key>
<true/>
<key>teamID</key>
<string>95E44WWFM7</string>
<key>thinning</key>
<string><none></string>
</dict>
</plist>