Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Updated Browser version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Jan 12, 2016
1 parent e23a858 commit afea57d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RealmBrowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@
CODE_SIGN_ENTITLEMENTS = "RealmBrowser/Realm Browser.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 50;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand All @@ -922,6 +923,7 @@
PRODUCT_BUNDLE_IDENTIFIER = io.realm.realmbrowser;
PRODUCT_NAME = "Realm Browser";
PROVISIONING_PROFILE = "";
VERSIONING_SYSTEM = "apple-generic";
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand All @@ -935,6 +937,7 @@
CODE_SIGN_ENTITLEMENTS = "RealmBrowser/Realm Browser.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 50;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
Expand All @@ -952,6 +955,7 @@
PRODUCT_BUNDLE_IDENTIFIER = io.realm.realmbrowser;
PRODUCT_NAME = "Realm Browser";
PROVISIONING_PROFILE = "";
VERSIONING_SYSTEM = "apple-generic";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion RealmBrowser/RealmBrowser-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.96.2.1</string>
<string>0.97.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit afea57d

Please sign in to comment.