Merge pull request #321 from amirsaam/main

match exportOptions identifiers with project
This commit is contained in:
Hiddify
2024-01-11 12:05:45 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ class VPNManager: ObservableObject {
let newManager = NETunnelProviderManager()
let `protocol` = NETunnelProviderProtocol()
`protocol`.providerBundleIdentifier = "\(Bundle.main.baseBundleIdentifier).SingBoxPacketTunnel"
`protocol`.serverAddress = "Hiddify"
`protocol`.serverAddress = "localhost"
newManager.protocolConfiguration = `protocol`
newManager.localizedDescription = "Hiddify"
try await newManager.saveToPreferences()

View File

@@ -6,10 +6,10 @@
<string>development</string>
<key>provisioningProfiles</key>
<dict>
<key>hiddify</key>
<string>iOS Team Provisioning Profile: hiddify</string>
<key>com.hiddify.ios</key>
<string>iOS Team Provisioning Profile: com.hiddify.ios</string>
<key>hiddify.SingBoxPacketTunnel</key>
<string>iOS Team Provisioning Profile: hiddify.SingBoxPacketTunnel</string>
<string>iOS Team Provisioning Profile: com.hiddify.ios.SingBoxPacketTunnel</string>
</dict>
<key>signingCertificate</key>
<string>Apple Development</string>