Skip to content

Commit

Permalink
Merge pull request #91 from onewordstudios/pre-alpha
Browse files Browse the repository at this point in the history
Pre Alpha Version Bump
  • Loading branch information
mt-xing authored Mar 29, 2020
2 parents 50fca8f + 2002cb9 commit feda63a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Coming August 2020 to Android and iOS.

### Pre-Alpha Release

This is kind of a grab-bag release, with a bunch of small, behind-the-scenes changes that aren't super visible. Some changes to the networking API that were unfortunately not backwards compatible means that the technical prototype will no longer connect to our server.
This is kind of a grab-bag release, with a bunch of small, behind-the-scenes changes that aren't super visible. Some changes to the networking API that were unfortunately not backwards compatible mean that the technical prototype will no longer connect to our server.

The most visible change is that players now collide with breaches of other colors, and thus need to jump over them. As we need all major challenges and game features implemented by pre-beta, this is a significant step towards making the jump feature necessary. The major purpose of this release, therefore, is to get an opportunity to playtest how this obstacle changes the dynamic of gameplay. In theory, it should no longer be possible to just hold the phone sideways and roll forever, with both doors and breaches getting in your way now.

Expand Down
4 changes: 2 additions & 2 deletions build-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "fun.onewordstudios.sweetspace"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName '0.0.2'
versionCode 3
versionName '0.0.3'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build-apple/Resources/Mac-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
10 changes: 6 additions & 4 deletions build-apple/Sweetspace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(STATIC_LIB)";
MARKETING_VERSION = 0.0.2;
MARKETING_VERSION = 0.0.3;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.ios.sweetspace;
PRODUCT_NAME = sweetspace;
Expand Down Expand Up @@ -827,7 +827,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(STATIC_LIB)";
MARKETING_VERSION = 0.0.2;
MARKETING_VERSION = 0.0.3;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.ios.sweetspace;
PRODUCT_NAME = sweetspace;
Expand All @@ -854,7 +854,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 0.0.2;
MARKETING_VERSION = 0.0.3;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.sweetspace.ios;
PRODUCT_NAME = sweetspace;
Expand All @@ -879,7 +879,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 0.0.2;
MARKETING_VERSION = 0.0.3;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.sweetspace.ios;
PRODUCT_NAME = sweetspace;
Expand Down Expand Up @@ -1013,6 +1013,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Resources/Mac-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 0.0.3;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.sweetspace;
PRODUCT_NAME = "Sweetspace (Mac)";
};
Expand All @@ -1028,6 +1029,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Resources/Mac-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 0.0.3;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.sweetspace;
PRODUCT_NAME = "Sweetspace (Mac)";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>Box2D-Mac.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>6</integer>
<integer>4</integer>
</dict>
<key>Box2D-iOS.xcscheme_^#shared#^_</key>
<dict>
Expand Down

0 comments on commit feda63a

Please sign in to comment.