Skip to content

Commit

Permalink
[ APP]Release v1.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Oct 10, 2024
1 parent c8b0044 commit 74ca67c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Cosmostation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7099,7 +7099,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 285;
CURRENT_PROJECT_VERSION = 287;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -7111,7 +7111,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.13;
MARKETING_VERSION = 1.10.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -7132,7 +7132,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 285;
CURRENT_PROJECT_VERSION = 287;
DEVELOPMENT_TEAM = 8G562MW56M;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -7145,7 +7145,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.13;
MARKETING_VERSION = 1.10.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Cosmostation debug provisioning profile";
Expand Down Expand Up @@ -7286,7 +7286,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 285;
CURRENT_PROJECT_VERSION = 287;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -7300,7 +7300,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.13;
MARKETING_VERSION = 1.10.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -7320,7 +7320,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 285;
CURRENT_PROJECT_VERSION = 287;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -7334,7 +7334,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.10.13;
MARKETING_VERSION = 1.10.14;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
10 changes: 5 additions & 5 deletions Cosmostation/Chains/BaseChain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -587,16 +587,16 @@ func ALLCHAINS() -> [BaseChain] {
result.append(ChainArchway())
//result.append(ChainArtelaEVM()) //EVM
result.append(ChainAssetMantle())
// result.append(ChainAtomone())
result.append(ChainAtomone())
result.append(ChainAvalanche()) //EVM
result.append(ChainAxelar())
result.append(ChainBand())
result.append(ChainBaseEVM()) //EVM
result.append(ChainBinanceSmart()) //EVM
result.append(ChainBitcana())
// result.append(ChainBitCoin44()) //MAJOR
// result.append(ChainBitCoin49()) //MAJOR
// result.append(ChainBitCoin84()) //MAJOR
result.append(ChainBitCoin44()) //MAJOR
result.append(ChainBitCoin49()) //MAJOR
result.append(ChainBitCoin84()) //MAJOR
result.append(ChainBitsong())
result.append(ChainCantoEVM()) //EVM
result.append(ChainCelestia())
Expand Down Expand Up @@ -634,7 +634,7 @@ func ALLCHAINS() -> [BaseChain] {
result.append(ChainLike())
result.append(ChainLum118())
result.append(ChainLum880())
// result.append(ChainMantra())
result.append(ChainMantra())
result.append(ChainMars())
result.append(ChainMedibloc())
result.append(ChainNeutron())
Expand Down

0 comments on commit 74ca67c

Please sign in to comment.