Skip to content

Commit

Permalink
[iOS] v1.7.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
soaryong-c committed Aug 18, 2022
1 parent 55d2b66 commit b99714f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Cosmostation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,7 @@
188746D628914EE300E0A558 /* MainDappViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 188746D528914EE300E0A558 /* MainDappViewController.swift */; };
188746D728914EED00E0A558 /* MainDappViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 188746D528914EE300E0A558 /* MainDappViewController.swift */; };
18B9FC1C287FEA700018FB76 /* WalletBaseChainCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0443B89E285C62E00027A6B9 /* WalletBaseChainCell.xib */; };
18E3368B28ADB4A20034EE11 /* ChainPassage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1569489728ABD9E0004777ED /* ChainPassage.swift */; };
18F41295286062700007E3F2 /* DeriveWalletCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2802B4AB28250A9300B2D9E8 /* DeriveWalletCell.swift */; };
18F41296286062700007E3F2 /* DeriveWalletCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2802B4AC28250A9300B2D9E8 /* DeriveWalletCell.xib */; };
18F412972860628E0007E3F2 /* ManageMnemonicCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 047FB6FF281BD85E009D8AAF /* ManageMnemonicCell.xib */; };
Expand Down Expand Up @@ -7699,6 +7700,7 @@
042A0C9D288E46F500C4DC38 /* AuthzDetailViewController.swift in Sources */,
18FFB47B281AF533004E65BB /* TokenStakingOldCell.swift in Sources */,
18FFB47C281AF533004E65BB /* MsgGenerator.swift in Sources */,
18E3368B28ADB4A20034EE11 /* ChainPassage.swift in Sources */,
1817CB92283E2CE500523713 /* kava_cdp_v1beta1_genesis.pb.swift in Sources */,
18FFB47D281AF533004E65BB /* BnbTicker.swift in Sources */,
1817CAAA283E2CE500523713 /* starname_iov_starname_v1beta1_types.pb.swift in Sources */,
Expand Down Expand Up @@ -9632,7 +9634,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 168;
CURRENT_PROJECT_VERSION = 170;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -9644,7 +9646,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
MARKETING_VERSION = 1.7.0;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -9665,7 +9667,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 168;
CURRENT_PROJECT_VERSION = 170;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -9677,7 +9679,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.2;
MARKETING_VERSION = 1.7.0;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation.debug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Cosmostation debug provisioning profile";
Expand Down Expand Up @@ -9815,7 +9817,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 167;
CURRENT_PROJECT_VERSION = 170;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -9827,7 +9829,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.1;
MARKETING_VERSION = 1.7.0;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -9847,7 +9849,7 @@
CODE_SIGN_ENTITLEMENTS = Cosmostation/Cosmostation.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 167;
CURRENT_PROJECT_VERSION = 170;
DEVELOPMENT_TEAM = 8G562MW56M;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -9859,7 +9861,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.6.1;
MARKETING_VERSION = 1.7.0;
PRODUCT_BUNDLE_IDENTIFIER = io.wannabit.cosmostation;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit b99714f

Please sign in to comment.