Skip to content

Commit c63eb14

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e5c4a23 + a4e4edc commit c63eb14

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,17 @@
3232

3333
`ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git`
3434

35-
For building for iOS:
35+
**For building for iOS:**
3636

3737
`ionic plugin add phonegap-plugin-push`
3838

39-
`cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git --variable APP_ID="FACEBOOK_APP_ID" --variable APP_NAME="FACEBOOK_APP_NAME"`
39+
`git clone https://github.com/Wizcorp/phonegap-facebook-plugin.git`
4040

41-
For building for Android:
41+
`cordova -d plugin add /path/to/cloned/phonegap-facebook-plugin --variable APP_ID="FACEBOOK_APP_ID" --variable APP_NAME="FACEBOOK_APP_NAME"`
42+
43+
in XCode 7, set Project>Build Settings>All>Build Options>Enable Bitcode = NO
44+
45+
**For building for Android:**
4246

4347
If you currently have the `phonegap-plugin-push` installed, run `cordova plugin rm phonegap-plugin-push` to remove this plugin, then run `ionic platform rm android` followed by `ionic platform add android` to clear any build cache.
4448

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<widget id="com.ionicframework.frontend863086" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.getletterbox.letterbox" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Letterbox</name>
44
<description>
55
A dating app where your opinions and mindsets matter.

0 commit comments

Comments
 (0)