Merge pull request #321 from amirsaam/main
match exportOptions identifiers with project
This commit is contained in:
@@ -95,7 +95,7 @@ class VPNManager: ObservableObject {
|
|||||||
let newManager = NETunnelProviderManager()
|
let newManager = NETunnelProviderManager()
|
||||||
let `protocol` = NETunnelProviderProtocol()
|
let `protocol` = NETunnelProviderProtocol()
|
||||||
`protocol`.providerBundleIdentifier = "\(Bundle.main.baseBundleIdentifier).SingBoxPacketTunnel"
|
`protocol`.providerBundleIdentifier = "\(Bundle.main.baseBundleIdentifier).SingBoxPacketTunnel"
|
||||||
`protocol`.serverAddress = "Hiddify"
|
`protocol`.serverAddress = "localhost"
|
||||||
newManager.protocolConfiguration = `protocol`
|
newManager.protocolConfiguration = `protocol`
|
||||||
newManager.localizedDescription = "Hiddify"
|
newManager.localizedDescription = "Hiddify"
|
||||||
try await newManager.saveToPreferences()
|
try await newManager.saveToPreferences()
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
<string>development</string>
|
<string>development</string>
|
||||||
<key>provisioningProfiles</key>
|
<key>provisioningProfiles</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hiddify</key>
|
<key>com.hiddify.ios</key>
|
||||||
<string>iOS Team Provisioning Profile: hiddify</string>
|
<string>iOS Team Provisioning Profile: com.hiddify.ios</string>
|
||||||
<key>hiddify.SingBoxPacketTunnel</key>
|
<key>hiddify.SingBoxPacketTunnel</key>
|
||||||
<string>iOS Team Provisioning Profile: hiddify.SingBoxPacketTunnel</string>
|
<string>iOS Team Provisioning Profile: com.hiddify.ios.SingBoxPacketTunnel</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>signingCertificate</key>
|
<key>signingCertificate</key>
|
||||||
<string>Apple Development</string>
|
<string>Apple Development</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user