Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Final update for Release 2.2.2
Browse files Browse the repository at this point in the history
1. ARMv7 removed from valid architectures
2. Version number update
  • Loading branch information
ming900518 committed Feb 12, 2020
1 parent 2f65464 commit 51ef147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions KanColleCommand.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -926,14 +926,15 @@
INFOPLIST_FILE = KanColleCommand/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = "1.0 (TW.CHT-R2.2.2FinalBeta)";
MARKETING_VERSION = "1.0 (TW.CHT-Release2.2.2)";
PRODUCT_BUNDLE_IDENTIFIER = tw.cctech.ikancollecmd;
PRODUCT_NAME = iKanColleCmd;
PROVISIONING_PROFILE_SPECIFIER = "";
STRIP_INSTALLED_PRODUCT = NO;
SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/KanColleCommand/Bridge-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "arm64 arm64e";
};
name = Release;
};
Expand All @@ -950,13 +951,14 @@
INFOPLIST_FILE = KanColleCommand/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.4;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = "1.0 (TW.CHT-R2.2.2FinalBeta)";
MARKETING_VERSION = "1.0 (TW.CHT-Release2.2.2)";
PRODUCT_BUNDLE_IDENTIFIER = tw.cctech.ikancollecmd;
PRODUCT_NAME = iKanColleCmd;
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "$(SRCROOT)/KanColleCommand/Bridge-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "arm64 arm64e";
};
name = Debug;
};
Expand Down
Binary file not shown.

0 comments on commit 51ef147

Please sign in to comment.