This is a branch of the NMEX library available here: http://code.google.com/p/nmex/
Features added:
- Fixed build for latest version of NME (3.5.5)
- Added support for local multiplayer via Game Center
- Added local notifications (iOS)
- AudioSession class for tracking iPod player state, and controlling app audio behavior
- Improved text in iRate
- Various bug fixes
Android support is untested currently.
Installation
- Install NMEX into a directory: git clone https://github.com/proletariatgames/nmexpro.git DESTINATION-FOLDER
- Point haxelib to this directory: haxelib dev nmex DESTINATION-FOLDER
- Add the following to your application NMML file:
<haxelib name="nmex" if="ios" /> - You may need to add the following framework dependencies:
<dependency name="GameKit.framework" if="ios" />
<dependency name="StoreKit.framework" if="ios" />
<dependency name="SystemConfiguration.framework" if="ios" />
<dependency name="Social.framework" if="ios" />
<dependency name="Accounts.framework" if="ios" />
<dependency name="AdSupport.framework" if="ios" />
<dependency name="MediaPlayer.framework" if="ios" />