Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Helper haxelib for reading and salvaging old OpenFL mobile preferences/savedata

License

Notifications You must be signed in to change notification settings

Tw1ddle/samcodes-mobileprefs

 
 

Repository files navigation

MobilePrefs

License

Support for upgrading from legacy lime/OpenFL savedata/preferences implementations to a newer one, for Haxe Android and iOS targets.

Made for salvaging user's old savedata when updating an app using a legacy OpenFL version (~3.6) to a new version (~8.0). See this forum thread for details.

Install

haxelib install samcodes-mobileprefs

Usage

Include the haxelib through Project.xml:

<haxelib name="samcodes-mobileprefs" />

See this savedata salvaging test for a usage example.

Notes

  • Based on lime-mobileprefs by Justin Espedal.
  • Use #if (android || ios) conditionals around your imports and calls to this library for cross platform projects - there is no stub/fallback implementation included in the haxelib.
  • Got an idea or suggestion? Open an issue on GitHub, or send Sam a message on Twitter.

About

Helper haxelib for reading and salvaging old OpenFL mobile preferences/savedata

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haxe 58.6%
  • Objective-C++ 21.4%
  • C++ 14.7%
  • Shell 3.7%
  • Batchfile 1.6%