Skip to content

Commit

Permalink
Bump version to 0.7.8 (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw committed Sep 26, 2015
1 parent 6d4b160 commit 7592d4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DevelopmentApp/CompositeOperations-OSX/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>$(COMPOSITE_OPERATIONS_BUILD_NUMBER)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Stanislaw Pankevich. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion DevelopmentApp/CompositeOperations-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>$(COMPOSITE_OPERATIONS_BUILD_NUMBER)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
10 changes: 6 additions & 4 deletions DevelopmentApp/DevelopmentApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,8 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMPOSITE_OPERATIONS_BUILD_NUMBER = 3;
COMPOSITE_OPERATIONS_VERSION = 0.7.7;
COMPOSITE_OPERATIONS_BUILD_NUMBER = 4;
COMPOSITE_OPERATIONS_VERSION = 0.7.8;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "$(COMPOSITE_OPERATIONS_BUILD_NUMBER)";
DYLIB_CURRENT_VERSION = "$(COMPOSITE_OPERATIONS_BUILD_NUMBER)";
Expand Down Expand Up @@ -610,8 +610,8 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COMPOSITE_OPERATIONS_BUILD_NUMBER = 3;
COMPOSITE_OPERATIONS_VERSION = 0.7.7;
COMPOSITE_OPERATIONS_BUILD_NUMBER = 4;
COMPOSITE_OPERATIONS_VERSION = 0.7.8;
COPY_PHASE_STRIP = YES;
CURRENT_PROJECT_VERSION = "$(COMPOSITE_OPERATIONS_BUILD_NUMBER)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -638,6 +638,7 @@
CLANG_MODULES_AUTOLINK = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COMPOSITE_OPERATIONS_BUILD_NUMBER = "$(inherited)";
CURRENT_PROJECT_VERSION = "$(inherited)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEFINES_MODULE = YES;
Expand Down Expand Up @@ -672,6 +673,7 @@
CLANG_MODULES_AUTOLINK = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COMPOSITE_OPERATIONS_BUILD_NUMBER = "$(inherited)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = "$(inherited)";
DEFINES_MODULE = YES;
Expand Down

0 comments on commit 7592d4e

Please sign in to comment.