Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaochangwu committed May 18, 2017
1 parent 8ecc79d commit d56a556
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Example/ZCWView.xcodeproj/project.pbxproj
Expand Up @@ -250,6 +250,9 @@
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = zhaochangwu;
TargetAttributes = {
6003F589195388D20070C39A = {
DevelopmentTeam = HZ8AD473K5;
};
6003F5AD195388D20070C39A = {
TestTargetID = 6003F589195388D20070C39A;
};
Expand Down Expand Up @@ -524,6 +527,7 @@
baseConfigurationReference = 588AEA5FE54BB514B5B2A1C2 /* Pods-ZCWView_Example.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = HZ8AD473K5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ZCWView/ZCWView-Prefix.pch";
INFOPLIST_FILE = "ZCWView/ZCWView-Info.plist";
Expand All @@ -539,6 +543,7 @@
baseConfigurationReference = CEF6492AEC8A5BDA17EEDC1C /* Pods-ZCWView_Example.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = HZ8AD473K5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "ZCWView/ZCWView-Prefix.pch";
INFOPLIST_FILE = "ZCWView/ZCWView-Info.plist";
Expand Down
4 changes: 2 additions & 2 deletions Example/ZCWView/ZCWView-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit d56a556

Please sign in to comment.