Skip to content

Commit

Permalink
Bump the version number to keep iOS and Android in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Dijk committed Mar 25, 2018
1 parent 8e6cc64 commit 1df46c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Before setting up the Titanium SDK, you must generate the appropriate credential

```xml
<modules>
<module platform="iphone" version="2.0.0">com.williamrijksen.onesignal</module>
<module platform="android" version="2.0.0">com.williamrijksen.onesignal</module>
<module platform="iphone" version="2.0.1">com.williamrijksen.onesignal</module>
<module platform="android" version="2.0.1">com.williamrijksen.onesignal</module>
</modules>
```
1. Configure your app into the App Settings panel for the right Platform (Android and/or iOS).
Expand Down
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 2.0.0
version: 2.0.1
apiversion: 2
architectures: armv7 arm64 i386 x86_64
description: com.williamrijksen.onesignal
Expand Down
2 changes: 1 addition & 1 deletion ios/module.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
//
// IMPORTANT NOTE: always use $(inherited) in your overrides
//
FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/com.williamrijksen.onesignal/2.0.0/platform "~/Library/Application\ Support/Titanium/modules/iphone/com.williamrijksen.onesignal/2.0.0/platform"
FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/com.williamrijksen.onesignal/2.0.1/platform "~/Library/Application\ Support/Titanium/modules/iphone/com.williamrijksen.onesignal/2.0.1/platform"
OTHER_LDFLAGS=$(inherited) -framework OneSignal -framework UserNotifications
LD_RUNPATH_SEARCH_PATHS= $(inherited) "@executable_path/Frameworks" $(FRAMEWORK_SEARCH_PATHS)

0 comments on commit 1df46c1

Please sign in to comment.