update version: 1.0.2

This commit is contained in:
yanue 2018-11-29 11:24:53 +08:00
parent d65121e9b3
commit d53769682d
2 changed files with 25 additions and 23 deletions

View File

@ -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 = "<group>"; };
664EB37B216C9A5F00B6AE0D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
664EB390216CA9E800B6AE0D /* ConfigWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigWindow.swift; sourceTree = "<group>"; };
664FC05121A6EDF000048FE3 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = "../../Downloads/Sparkle-1.20.0/Sparkle.framework"; sourceTree = "<group>"; };
664FC05321A70C4300048FE3 /* build.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = build.plist; sourceTree = "<group>"; };
6650AAAC21771E11000909D8 /* unzip.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = unzip.sh; sourceTree = "<group>"; };
6650AAAF21774A72000909D8 /* V2rayLaunch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = V2rayLaunch.swift; sourceTree = "<group>"; };
667029C921AF8E7A0079EF41 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = "../../Downloads/Sparkle-1.21.0/Sparkle.framework"; sourceTree = "<group>"; };
66784AFB2170486D00AD307F /* Util.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Util.swift; sourceTree = "<group>"; };
66784AFF21704E1300AD307F /* V2rayCore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = V2rayCore.swift; sourceTree = "<group>"; };
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 */,

View File

@ -17,9 +17,24 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>net.yanue.V2rayU</string>
<key>CFBundleURLSchemes</key>
<array>
<string>vmess</string>
<string>ss</string>
<string>ssr</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.0.1</string>
<string>1.0.2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
@ -32,22 +47,9 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>CFBundleURLName</key>
<string>net.yanue.V2rayU</string>
<key>CFBundleURLSchemes</key>
<array>
<string>vmess</string>
<string>ss</string>
<string>ssr</string>
</array>
</dict>
</array>
<key>SUFeedURL</key>
<string>https://gitee.com/yanue/appcast/raw/master/appcast.xml</string>
<key>SUFeedURL</key>
<string>https://gitee.com/yanue/appcast/raw/master/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>PW8pDnr5VZkmC93gZjUDlHI8gkJSspPoDU3DdhsMkps</string>
</dict>
</plist>