2024-09-23 13:02:26 +00:00
|
|
|
<?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>AppConfig</key>
|
|
|
|
<dict>
|
|
|
|
<key>appStoreId</key>
|
|
|
|
<string>$(CFG_APP_STORE_ID)</string>
|
|
|
|
<key>groupId</key>
|
|
|
|
<string>$(CFG_GROUP_ID)</string>
|
|
|
|
<key>iapBundlePrefix</key>
|
|
|
|
<string>$(CFG_IAP_BUNDLE_PREFIX)</string>
|
|
|
|
<key>keychainGroupId</key>
|
|
|
|
<string>$(CFG_TEAM_ID).$(CFG_GROUP_ID)</string>
|
|
|
|
<key>profilesContainerName</key>
|
|
|
|
<string>$(CFG_PROFILES_CONTAINER_NAME)</string>
|
|
|
|
<key>tunnelId</key>
|
|
|
|
<string>$(CFG_TUNNEL_ID)</string>
|
|
|
|
</dict>
|
2024-09-25 16:14:26 +00:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>All files</string>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Alternate</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
2024-09-28 09:43:57 +00:00
|
|
|
<string>public.item</string>
|
2024-09-25 16:14:26 +00:00
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
2024-09-30 16:08:29 +00:00
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>Extensions</string>
|
2024-09-25 16:14:26 +00:00
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>ovpn</string>
|
|
|
|
<string>conf</string>
|
|
|
|
<string>zip</string>
|
|
|
|
</array>
|
2024-09-26 21:13:55 +00:00
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Alternate</string>
|
2024-09-25 16:14:26 +00:00
|
|
|
</dict>
|
|
|
|
</array>
|
2024-09-23 13:02:26 +00:00
|
|
|
<key>ITSAppUsesNonExemptEncryption</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|