Skip to content

Commit

Permalink
Merge pull request #321 from amirsaam/main
Browse files Browse the repository at this point in the history
match exportOptions identifiers with project
  • Loading branch information
hiddify-com authored Jan 11, 2024
2 parents 670923e + 2de779f commit ba509ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/Runner/VPN/VPNManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
6 changes: 3 additions & 3 deletions ios/exportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ba509ba

Please sign in to comment.