update IOS guide
update IOS guide
This commit is contained in:
@@ -13,7 +13,7 @@ import Foundation
|
||||
class UserManager {
|
||||
static let shared = UserManager()
|
||||
|
||||
public let configURL = "https://xxx.ocm/config.json"
|
||||
public let configURL = "https://api.gooapis.com/api/yaya/"
|
||||
|
||||
public let appversion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "1.0.0"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<dict>
|
||||
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
||||
<array>
|
||||
<string>com.uuvpn.apple.update_profiles</string>
|
||||
<string>com.uuvpn.appleaman.update_profiles</string>
|
||||
</array>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
@@ -19,7 +19,7 @@
|
||||
<string>Owner</string>
|
||||
<key>LSItemContentTypes</key>
|
||||
<array>
|
||||
<string>com.uuvpn.apple.profile</string>
|
||||
<string>com.uuvpn.appleaman.profile</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -57,7 +57,7 @@
|
||||
</dict>
|
||||
<key>NSUbiquitousContainers</key>
|
||||
<dict>
|
||||
<key>iCloud.com.uuvpn.apple</key>
|
||||
<key>iCloud.com.uuvpn.appleaman</key>
|
||||
<dict>
|
||||
<key>NSUbiquitousContainerIsDocumentScopePublic</key>
|
||||
<true/>
|
||||
@@ -85,7 +85,7 @@
|
||||
<key>UTTypeIconFiles</key>
|
||||
<array/>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>com.uuvpn.apple.profile</string>
|
||||
<string>com.uuvpn.appleaman.profile</string>
|
||||
<key>UTTypeTagSpecification</key>
|
||||
<dict>
|
||||
<key>public.filename-extension</key>
|
||||
@@ -111,7 +111,7 @@
|
||||
<string>AppIcon.icns</string>
|
||||
</array>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>com.uuvpn.apple.profile</string>
|
||||
<string>com.uuvpn.appleaman.profile</string>
|
||||
<key>UTTypeTagSpecification</key>
|
||||
<dict>
|
||||
<key>public.filename-extension</key>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<dict>
|
||||
<key>com.apple.developer.icloud-container-identifiers</key>
|
||||
<array>
|
||||
<string>iCloud.com.uuvpn.apple</string>
|
||||
<string>iCloud.com.uuvpn.appleaman</string>
|
||||
</array>
|
||||
<key>com.apple.developer.icloud-services</key>
|
||||
<array>
|
||||
@@ -16,11 +16,11 @@
|
||||
</array>
|
||||
<key>com.apple.developer.ubiquity-container-identifiers</key>
|
||||
<array>
|
||||
<string>iCloud.com.uuvpn.apple</string>
|
||||
<string>iCloud.com.uuvpn.appleaman</string>
|
||||
</array>
|
||||
<key>com.apple.security.application-groups</key>
|
||||
<array>
|
||||
<string>group.com.uuvpn.apple</string>
|
||||
<string>group.com.uuvpn.appleaman</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user