diff --git a/README.md b/README.md index cc8f540..f36d12c 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Before setting up the Titanium SDK, you must generate the appropriate credential ```xml - com.williamrijksen.onesignal - com.williamrijksen.onesignal + com.williamrijksen.onesignal + com.williamrijksen.onesignal ``` 1. Configure your app into the App Settings panel for the right Platform (Android and/or iOS). diff --git a/android/manifest b/android/manifest index cb3da92..040a808 100644 --- a/android/manifest +++ b/android/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 1.4.0 +version: 1.5.0 apiversion: 3 architectures: armeabi-v7a x86 description: com.williamrijksen.onesignal diff --git a/ios/manifest b/ios/manifest index 53979f9..3b270e0 100644 --- a/ios/manifest +++ b/ios/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 1.4.0 +version: 1.5.0 apiversion: 2 architectures: armv7 arm64 i386 x86_64 description: com.williamrijksen.onesignal diff --git a/ios/module.xcconfig b/ios/module.xcconfig index 9c59024..a78d4a0 100644 --- a/ios/module.xcconfig +++ b/ios/module.xcconfig @@ -25,6 +25,6 @@ // // IMPORTANT NOTE: always use $(inherited) in your overrides // -FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/com.williamrijksen.onesignal/1.4.0/platform "~/Library/Application\ Support/Titanium/modules/iphone/com.williamrijksen.onesignal/1.4.0/platform" +FRAMEWORK_SEARCH_PATHS=$(SRCROOT)/../../modules/iphone/com.williamrijksen.onesignal/1.5.0/platform "~/Library/Application\ Support/Titanium/modules/iphone/com.williamrijksen.onesignal/1.5.0/platform" OTHER_LDFLAGS=$(inherited) -framework OneSignal LD_RUNPATH_SEARCH_PATHS= $(inherited) "@executable_path/Frameworks" $(FRAMEWORK_SEARCH_PATHS)