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 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()

View File

@@ -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>