diff --git a/V2rayU.xcodeproj/project.pbxproj b/V2rayU.xcodeproj/project.pbxproj index 71c4150..260dca4 100644 --- a/V2rayU.xcodeproj/project.pbxproj +++ b/V2rayU.xcodeproj/project.pbxproj @@ -21,9 +21,9 @@ 664EB375216C9A5E00B6AE0D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 664EB374216C9A5E00B6AE0D /* AppDelegate.swift */; }; 664EB377216C9A5F00B6AE0D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 664EB376216C9A5F00B6AE0D /* Assets.xcassets */; }; 664EB392216CA9E800B6AE0D /* ConfigWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 664EB390216CA9E800B6AE0D /* ConfigWindow.swift */; }; - 664FC05221A6EDF000048FE3 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 664FC05121A6EDF000048FE3 /* Sparkle.framework */; }; 6650AAAD21771E11000909D8 /* unzip.sh in Resources */ = {isa = PBXBuildFile; fileRef = 6650AAAC21771E11000909D8 /* unzip.sh */; }; 6650AAB021774A72000909D8 /* V2rayLaunch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6650AAAF21774A72000909D8 /* V2rayLaunch.swift */; }; + 667029CA21AF8E7A0079EF41 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 667029C921AF8E7A0079EF41 /* Sparkle.framework */; }; 66784AFC2170486D00AD307F /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66784AFB2170486D00AD307F /* Util.swift */; }; 66784B0021704E1300AD307F /* V2rayCore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66784AFF21704E1300AD307F /* V2rayCore.swift */; }; 66973EB721797719001FEA1E /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66973EB621797719001FEA1E /* ServiceManagement.framework */; }; @@ -85,10 +85,10 @@ 664EB379216C9A5F00B6AE0D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; 664EB37B216C9A5F00B6AE0D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 664EB390216CA9E800B6AE0D /* ConfigWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigWindow.swift; sourceTree = ""; }; - 664FC05121A6EDF000048FE3 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = "../../Downloads/Sparkle-1.20.0/Sparkle.framework"; sourceTree = ""; }; 664FC05321A70C4300048FE3 /* build.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = build.plist; sourceTree = ""; }; 6650AAAC21771E11000909D8 /* unzip.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = unzip.sh; sourceTree = ""; }; 6650AAAF21774A72000909D8 /* V2rayLaunch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = V2rayLaunch.swift; sourceTree = ""; }; + 667029C921AF8E7A0079EF41 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = "../../Downloads/Sparkle-1.21.0/Sparkle.framework"; sourceTree = ""; }; 66784AFB2170486D00AD307F /* Util.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Util.swift; sourceTree = ""; }; 66784AFF21704E1300AD307F /* V2rayCore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = V2rayCore.swift; sourceTree = ""; }; 66973EB621797719001FEA1E /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; }; @@ -126,8 +126,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 667029CA21AF8E7A0079EF41 /* Sparkle.framework in Frameworks */, 66973EB721797719001FEA1E /* ServiceManagement.framework in Frameworks */, - 664FC05221A6EDF000048FE3 /* Sparkle.framework in Frameworks */, F260898E336CFA5EAB07ADC9 /* Pods_V2rayU.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -230,7 +230,7 @@ 956412AC8DEB3D3D182A5D49 /* Frameworks */ = { isa = PBXGroup; children = ( - 664FC05121A6EDF000048FE3 /* Sparkle.framework */, + 667029C921AF8E7A0079EF41 /* Sparkle.framework */, 66973EB621797719001FEA1E /* ServiceManagement.framework */, 66A5CE4521706B5A009B08B2 /* Pods_V2rayU.framework */, 664B95DD217062A500DBC941 /* Alamofire */, diff --git a/V2rayU/Info.plist b/V2rayU/Info.plist index 4ed49c2..8529374 100644 --- a/V2rayU/Info.plist +++ b/V2rayU/Info.plist @@ -17,9 +17,24 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.1 + 1.0.2 + CFBundleURLTypes + + + CFBundleTypeRole + Viewer + CFBundleURLName + net.yanue.V2rayU + CFBundleURLSchemes + + vmess + ss + ssr + + + CFBundleVersion - 1.0.1 + 1.0.2 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion @@ -32,22 +47,9 @@ MainMenu NSPrincipalClass NSApplication - CFBundleURLTypes - - - CFBundleTypeRole - Viewer - CFBundleURLName - net.yanue.V2rayU - CFBundleURLSchemes - - vmess - ss - ssr - - - - SUFeedURL - https://gitee.com/yanue/appcast/raw/master/appcast.xml + SUFeedURL + https://gitee.com/yanue/appcast/raw/master/appcast.xml + SUPublicEDKey + PW8pDnr5VZkmC93gZjUDlHI8gkJSspPoDU3DdhsMkps