Skip to content

Commit

Permalink
[APP-Relase]V1.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Nov 11, 2024
1 parent f11e7ec commit 2706be2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cosmostation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7415,7 +7415,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 288;
CURRENT_PROJECT_VERSION = 289;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -7427,7 +7427,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.15;
MARKETING_VERSION = 1.10.16;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -7448,7 +7448,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 288;
CURRENT_PROJECT_VERSION = 289;
DEVELOPMENT_TEAM = 8G562MW56M;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -7461,7 +7461,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.15;
MARKETING_VERSION = 1.10.16;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Cosmostation debug provisioning profile";
Expand Down Expand Up @@ -7602,7 +7602,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 288;
CURRENT_PROJECT_VERSION = 289;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -7616,7 +7616,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.15;
MARKETING_VERSION = 1.10.16;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -7636,7 +7636,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 288;
CURRENT_PROJECT_VERSION = 289;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -7650,7 +7650,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.15;
MARKETING_VERSION = 1.10.16;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion Cosmostation/Chains/BaseChain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ func ALLCHAINS() -> [BaseChain] {
result.append(ChainAvalanche()) //EVM
result.append(ChainAxelar())
result.append(ChainBand())
result.append(ChainBase()) //EVM
result.append(ChainBase()) //EVM
result.append(ChainBinanceSmart()) //EVM
result.append(ChainBitcana())
result.append(ChainBitCoin44()) //MAJOR
Expand Down

0 comments on commit 2706be2

Please sign in to comment.