Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed Nov 22, 2019
1 parent b512608 commit f5c0a89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Cargo.lock
target
releases

xi-modal-input/Cargo.lock
xi-modal-input/target
Expand Down
4 changes: 4 additions & 0 deletions RustPlayground/RustPlayground.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
INFOPLIST_FILE = RustPlayground/Assets/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -644,6 +645,7 @@
"${BUILT_PRODUCTS_DIR}",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 0.2.1;
PRODUCT_BUNDLE_IDENTIFIER = net.cmyr.RustPlayground;
PRODUCT_MODULE_NAME = RustPlayground;
PRODUCT_NAME = "Rust Playground";
Expand All @@ -661,6 +663,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
INFOPLIST_FILE = RustPlayground/Assets/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -671,6 +674,7 @@
"${BUILT_PRODUCTS_DIR}",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 0.2.1;
PRODUCT_BUNDLE_IDENTIFIER = net.cmyr.RustPlayground;
PRODUCT_MODULE_NAME = RustPlayground;
PRODUCT_NAME = "Rust Playground";
Expand Down
4 changes: 2 additions & 2 deletions RustPlayground/RustPlayground/Assets/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit f5c0a89

Please sign in to comment.