Skip to content

Commit

Permalink
Bump build
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Feb 12, 2020
1 parent 154ed76 commit 5947285
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions StatusBuddy.xcodeproj/project.pbxproj
Expand Up @@ -522,7 +522,7 @@
CODE_SIGN_ENTITLEMENTS = StatusBuddy/StatusBuddy.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 54;
CURRENT_PROJECT_VERSION = 55;
DEVELOPMENT_ASSET_PATHS = "\"StatusBuddy/Preview Content\"";
DEVELOPMENT_TEAM = 8C7439RJLG;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -553,7 +553,7 @@
CODE_SIGN_ENTITLEMENTS = StatusBuddy/StatusBuddy.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 54;
CURRENT_PROJECT_VERSION = 55;
DEVELOPMENT_ASSET_PATHS = "\"StatusBuddy/Preview Content\"";
DEVELOPMENT_TEAM = 8C7439RJLG;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -582,11 +582,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 54;
CURRENT_PROJECT_VERSION = 55;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 8C7439RJLG;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 54;
DYLIB_CURRENT_VERSION = 55;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = StatusCore/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -612,11 +612,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 54;
CURRENT_PROJECT_VERSION = 55;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 8C7439RJLG;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 54;
DYLIB_CURRENT_VERSION = 55;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = StatusCore/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
2 changes: 1 addition & 1 deletion StatusBuddy/Info.plist
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<key>CFBundleVersion</key>
<string>54</string>
<string>55</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand Down
2 changes: 1 addition & 1 deletion StatusCore/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.5.1</string>
<key>CFBundleVersion</key>
<string>54</string>
<string>55</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Guilherme Rambo. All rights reserved.</string>
</dict>
Expand Down

0 comments on commit 5947285

Please sign in to comment.