Skip to content

Commit

Permalink
ZPS-00 [Osaide] Bumping version Todo: Automate this somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
picaso committed Aug 7, 2016
1 parent 755d8d5 commit 0f5fc57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ParrotStatus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
TargetAttributes = {
2FB287A01C9A3BFD00C4A53E = {
CreatedOnToolsVersion = 7.2;
DevelopmentTeam = JVC4GHHPJ8;
};
2FB287B11C9A3BFD00C4A53E = {
CreatedOnToolsVersion = 7.2;
Expand Down Expand Up @@ -680,12 +681,14 @@
baseConfigurationReference = 157A45AE87C38D5711CC58C4 /* Pods-ParrotStatus.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = ParrotStatus/resources/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = "io.urbanhill.Parrot-status";
PRODUCT_NAME = ParrotStatus;
PROVISIONING_PROFILE = "";
SWIFT_OBJC_BRIDGING_HEADER = "ParrotStatus/Parrot-bridging-header.h";
};
name = Debug;
Expand All @@ -695,13 +698,15 @@
baseConfigurationReference = 507EC4DFA842FEC00BC5D70C /* Pods-ParrotStatus.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
ENABLE_TESTABILITY = YES;
INFOPLIST_FILE = ParrotStatus/resources/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.11;
PRODUCT_BUNDLE_IDENTIFIER = "io.urbanhill.Parrot-status";
PRODUCT_NAME = ParrotStatus;
PROVISIONING_PROFILE = "";
SWIFT_OBJC_BRIDGING_HEADER = "ParrotStatus/Parrot-bridging-header.h";
};
name = Release;
Expand Down
4 changes: 2 additions & 2 deletions ParrotStatus/resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.23-alpha</string>
<string>0.40-alpha</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>23</string>
<string>40</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand Down

0 comments on commit 0f5fc57

Please sign in to comment.