Skip to content

Commit 4d035fc

Browse files
author
scy
committed
1.5.4
1 parent a1c3060 commit 4d035fc

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

Guozaoke.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
450450
CODE_SIGN_IDENTITY = "Apple Development";
451451
CODE_SIGN_STYLE = Manual;
452-
CURRENT_PROJECT_VERSION = 135;
452+
CURRENT_PROJECT_VERSION = 136;
453453
DEVELOPMENT_ASSET_PATHS = "\"Guozaoke/Preview Content\"";
454454
DEVELOPMENT_TEAM = "";
455455
ENABLE_PREVIEWS = YES;
@@ -488,10 +488,10 @@
488488
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
489489
CODE_SIGN_ENTITLEMENTS = Guozaoke/GuozaokeRelease.entitlements;
490490
CODE_SIGN_IDENTITY = "Apple Development";
491-
CODE_SIGN_STYLE = Manual;
492-
CURRENT_PROJECT_VERSION = 135;
491+
CODE_SIGN_STYLE = Automatic;
492+
CURRENT_PROJECT_VERSION = 136;
493493
DEVELOPMENT_ASSET_PATHS = "\"Guozaoke/Preview Content\"";
494-
DEVELOPMENT_TEAM = "";
494+
DEVELOPMENT_TEAM = 63K948ZA2P;
495495
ENABLE_PREVIEWS = YES;
496496
GENERATE_INFOPLIST_FILE = YES;
497497
INFOPLIST_FILE = Guozaoke/Info.plist;

Guozaoke/AppDelegate.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,12 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
3939
print("App 点击通知了")
4040
}
4141

42-
// 进入后台
4342
func applicationDidEnterBackground(_ application: UIApplication) {
4443
print("App 进入后台")
4544
}
4645

47-
// 进入前台
4846
func applicationWillEnterForeground(_ application: UIApplication) {
4947
print("App 进入前台")
50-
5148
}
5249

5350
private func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserInterfaceStyle]?) -> Void) -> Bool {

Guozaoke/Common/KeychainHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class PurchaseAppState: ObservableObject {
3737
isPurchased = false
3838
}
3939

40-
log("[app][version][iap]1 currentVersion \(currentVersion) purchasedVersion \(purchasedVersion) isPurchased \(isPurchased)")
40+
//log("[app][version][iap]1 currentVersion \(currentVersion) purchasedVersion \(purchasedVersion) isPurchased \(isPurchased)")
4141
}
4242

4343
func savePurchaseStatus(isPurchased: Bool) {

Guozaoke/View/Me/Setting/FontSizePreviewView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct FontSizePreviewView: View {
4747
hapticFeedback()
4848
if !purchaseAppState.isPurchased {
4949
showPurchaseView.toggle()
50-
ToastView.purchaseText("需要您内购或打赏才可以解锁")
50+
//ToastView.purchaseText("需要您内购或打赏才可以解锁")
5151
return
5252
}
5353
saveFont()
@@ -110,7 +110,7 @@ struct FontSizePreviewView: View {
110110
success = true
111111
}
112112
if success {
113-
ToastView.successToast("保存成功")
113+
ToastView.successToast("设置成功,重启后生效")
114114
}
115115
}
116116
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ https://mastergo.com/goto/HNxgmh1Q?page_id=5:00&file=153231050152995
6161

6262
#### 愿景
6363

64-
无论你身处何方都可以通过「过早客」关注武汉发展
64+
V2EX 客户端很多,Guozaoke 也需要有
6565

66-
希望「过早客」App可以带给你一些有价值的信息,大家都可以使用过早客客户端
66+
无论你身处何方都可以通过「过早客」关注武汉发展
6767

6868
#### 协议
6969

0 commit comments

Comments
 (0)