Skip to content

Commit df77338

Browse files
committed
.
1 parent b8ccfdf commit df77338

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

V2rayU/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>$(CURRENT_PROJECT_VERSION)</string>
37+
<string>$(MARKETING_VERSION)</string>
3838
<key>LSApplicationCategoryType</key>
3939
<string>public.app-category.utilities</string>
4040
<key>LSMinimumSystemVersion</key>

V2rayU/V2rayCore.swift

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class V2rayCore {
3434
}
3535

3636
func check() {
37-
UserDefaults.set(forKey: .xRayCoreVersion,value: "v1.5.4")
3837
// 当前版本检测
3938
let oldVersion = UserDefaults.get(forKey: .xRayCoreVersion) ?? V2rayCore.version
4039
NSLog("check version", oldVersion)

0 commit comments

Comments
 (0)