Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Changed

- Updated the project app identifiers to `io.improbable.gdk.blankproject`. [#81](https://github.com/spatialos/gdk-for-unity-blank-project/pull/81)

## `0.3.2` - 2019-12-23

### Changed
Expand Down
6 changes: 3 additions & 3 deletions workers/unity/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ PlayerSettings:
androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1
applicationIdentifier:
Android: com.Improbable.BlankProject
Standalone: com.Improbable.BlankProject
iPhone: com.Improbable.BlankProject
Android: io.improbable.gdk.blankproject
Standalone: io.improbable.gdk.blankproject
iPhone: io.improbable.gdk.blankproject
buildNumber: {}
AndroidBundleVersionCode: 1
AndroidMinSdkVersion: 16
Expand Down