Skip to content

Commit 3fd0a4e

Browse files
committed
update readme
1 parent b12506d commit 3fd0a4e

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Coding_iOS.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -6075,7 +6075,7 @@
60756075
TargetAttributes = {
60766076
8E47700F198770E700997D05 = {
60776077
DevelopmentTeam = QN5Z87S3LH;
6078-
ProvisioningStyle = Manual;
6078+
ProvisioningStyle = Automatic;
60796079
SystemCapabilities = {
60806080
com.apple.BackgroundModes = {
60816081
enabled = 0;
@@ -7522,8 +7522,8 @@
75227522
);
75237523
PRODUCT_BUNDLE_IDENTIFIER = net.coding.CodingForiOS;
75247524
PRODUCT_NAME = Coding_iOS;
7525-
PROVISIONING_PROFILE = "be6f231e-a327-4eda-b2f8-e10bd66906aa";
7526-
PROVISIONING_PROFILE_SPECIFIER = CodingForiOS_Dev;
7525+
PROVISIONING_PROFILE = "";
7526+
PROVISIONING_PROFILE_SPECIFIER = "";
75277527
TARGETED_DEVICE_FAMILY = 1;
75287528
WRAPPER_EXTENSION = app;
75297529
};
@@ -7537,7 +7537,7 @@
75377537
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
75387538
CODE_SIGN_ENTITLEMENTS = Coding_iOS/Coding_iOS.entitlements;
75397539
CODE_SIGN_IDENTITY = "iPhone Developer";
7540-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
7540+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
75417541
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
75427542
DEVELOPMENT_TEAM = QN5Z87S3LH;
75437543
ENABLE_BITCODE = NO;
@@ -7567,8 +7567,8 @@
75677567
);
75687568
PRODUCT_BUNDLE_IDENTIFIER = net.coding.CodingForiOS;
75697569
PRODUCT_NAME = Coding_iOS;
7570-
PROVISIONING_PROFILE = "8e2cf693-fbb5-4c88-8e37-9092e436e66d";
7571-
PROVISIONING_PROFILE_SPECIFIER = CodingForiOS_Pro;
7570+
PROVISIONING_PROFILE = "";
7571+
PROVISIONING_PROFILE_SPECIFIER = "";
75727572
TARGETED_DEVICE_FAMILY = 1;
75737573
WRAPPER_EXTENSION = app;
75747574
};

Coding_iOS/Coding_iOS-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</dict>
3737
</array>
3838
<key>CFBundleVersion</key>
39-
<string>4.1.201612221010</string>
39+
<string>4.1.201612271010</string>
4040
<key>ITSAppUsesNonExemptEncryption</key>
4141
<false/>
4242
<key>LSApplicationQueriesSchemes</key>

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
### Coding_iOS客户端项目介绍
33
*编译环境:Xcode-Version 8.0 (8A218a)*
44
#### 让项目跑起来先
5+
6+
项目里用到了 [CocoaPods](http://cocoapods.org/)[Carthage](https://github.com/Carthage/Carthage),如果没有安装的话,需要先自行安装。
7+
58
Clone 代码后,初次执行前,需要双击运行根目录下的`bootstrap`脚本。这个过程涉及到下载依赖,可能会有点久,需耐心等待。
69

710
**Tip:由于用到了 submodule,所以必需要把 git 仓库 clone 到本地,而不是只点击‘下载’按钮下载 zip 文件!!!**

0 commit comments

Comments
 (0)