Skip to content

Commit ab825d9

Browse files
iOS - release v1.5.12
1 parent eb5fe56 commit ab825d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cosmos-IOS/Cosmostation/Cosmostation.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4991,7 +4991,7 @@
49914991
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
49924992
CODE_SIGN_IDENTITY = "Apple Development";
49934993
CODE_SIGN_STYLE = Automatic;
4994-
CURRENT_PROJECT_VERSION = 111;
4994+
CURRENT_PROJECT_VERSION = 112;
49954995
DEVELOPMENT_TEAM = 8G562MW56M;
49964996
FRAMEWORK_SEARCH_PATHS = (
49974997
"$(inherited)",
@@ -5003,7 +5003,7 @@
50035003
"$(inherited)",
50045004
"@executable_path/Frameworks",
50055005
);
5006-
MARKETING_VERSION = 1.5.11;
5006+
MARKETING_VERSION = 1.5.12;
50075007
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
50085008
PRODUCT_NAME = "$(TARGET_NAME)";
50095009
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5023,7 +5023,7 @@
50235023
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
50245024
CODE_SIGN_IDENTITY = "Apple Development";
50255025
CODE_SIGN_STYLE = Automatic;
5026-
CURRENT_PROJECT_VERSION = 111;
5026+
CURRENT_PROJECT_VERSION = 112;
50275027
DEVELOPMENT_TEAM = 8G562MW56M;
50285028
FRAMEWORK_SEARCH_PATHS = (
50295029
"$(inherited)",
@@ -5035,7 +5035,7 @@
50355035
"$(inherited)",
50365036
"@executable_path/Frameworks",
50375037
);
5038-
MARKETING_VERSION = 1.5.11;
5038+
MARKETING_VERSION = 1.5.12;
50395039
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
50405040
PRODUCT_NAME = "$(TARGET_NAME)";
50415041
PROVISIONING_PROFILE_SPECIFIER = "";

Cosmos-IOS/Cosmostation/Cosmostation/Base/BaseConstant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import Foundation
1010
import SQLite
1111

12-
let SHOW_LOG = true;
12+
let SHOW_LOG = false;
1313
let SUPPORT_BEP3_SWAP = true;
1414

1515
let KEY_RECENT_ACCOUNT = "KEY_RECENT_ACCOUNT"

0 commit comments

Comments
 (0)