Skip to content

Commit

Permalink
bump up to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spritesun committed Nov 21, 2013
1 parent 4b5368e commit 11b1fcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions DailyReview/DailyReview.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -896,11 +896,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
/Users/spritesun/workspace/KarmaCounter/lib,
);
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PROVISIONING_PROFILE = "";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -911,11 +914,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
/Users/spritesun/workspace/KarmaCounter/lib,
);
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PROVISIONING_PROFILE = "";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion DailyReview/config/Shared.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES
GCC_WARN_UNUSED_VARxIABLE = YES
IPHONEOS_DEPLOYMENT_TARGET = 7.0
SDKROOT = iphoneos
PRODUCT_VERSION = 1.2.0
PRODUCT_VERSION = 1.3.0

0 comments on commit 11b1fcd

Please sign in to comment.