The official app of the Frederick, Maryland 72 Film Fest.
- Android Studio
- X Code 10
- NodeJS
- ionic
To get started and view the app in the browser run the following:
ionic serveTo run the app on Android, you have to switch to the android branch and use ionic to deploy
ionic cordova run androidDue to customization's to the iOS X Code project, you must deploy the iOS version through X Code:
ionic cordova prepare ios
open platforms/ios/72\ Film\ Fest.xcworkspace- you must install cocopods for the push plugin
- run
sudo gem install cocopodsto install it on your system - next run
pod setupto sync the pods
- run
- Adding customg fonts to Apple Watch
- you must properly name the app identifiers Naming of WatchKit app identifiers
- you must build with bitcode as the watch kit extention requiers ist
- The bundle id for Android had to change because we cannot start a name with a number. For this reason the android build must be performed on the
android - follow the instructions from phonegap-plugin-push for configuring GCM
- download the
google-services.jsonfrom the Firebase Console
- download the
- instructions on deploying can be found here
- adhering to Play store's privacy policy can be found here