update IOS guide

update IOS guide
This commit is contained in:
zeus
2025-08-02 06:42:45 +08:00
parent 69411c73a8
commit 311dbf71d4
16 changed files with 709 additions and 86 deletions
@@ -102,5 +102,5 @@ public struct TypedProfile: Transferable, Codable {
}
public extension UTType {
static var profile: UTType { .init(exportedAs: "com.uuvpn.apple.profile") }
static var profile: UTType { .init(exportedAs: "com.uuvpn.appleaman.profile") }
}
@@ -1,7 +1,7 @@
import Foundation
public enum FilePath {
public static let packageName = "com.uuvpn.apple"
public static let packageName = "com.uuvpn.appleaman"
}
public extension FilePath {