femilamptey / swift-localstorage

Local Storage for iOS

Home Page:https://localstorage.eberl.se/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swift-localstorage

Swift Xcode License Platform Twitter URL

A place to store your files.

Product pages

For more information, please visit localstorage.eberl.se.

Or view Local Storage on the App Store.

Contributing & Questions

All bugs should be reported here on GitHub.

If you have questions or ideas for new features, please send me your suggestions via Twitter @eberl_se or email guenther@eberl.se.

Localization

I need some help for translating Local Storage into languages other than German and English.

The strings in some text files need to be edited. Should only take 30 minutes and there's no programming involved.

  • Local Storage/de/main/de.lproj/Localizable.strings
  • Local Storage/Main/de.lproj/Main.strings
  • Local Storage/Settings/de.lproj/Settings.strings
  • Extract/de.lproj/Localizable.strings
  • Hash/de/de.lproj/Localizable.strings
  • Hash/de.lproj/MainInterface.strings

Building

  • Checkout the repo
  • cd ~/Development/swift-localstorage/LocalStorage/
  • pod install
  • Open Xcode using localstorage.xcworkspace
  • Adjust signing settings for each target
  • Build & run

Updating CocoaPods

  • cd ~/Development/swift-localstorage/LocalStorage/
  • Edit the Podfile (remove all fixed version numbers)
  • pod install
  • Open Xcode using localstorage.xcworkspace
  • Try to build & run, check for new warnings & errors, verify that everything is working
  • Edit the Podfile (add the fixed version numbers that are confirmed working now)
  • Commit

Attributions

About

Local Storage for iOS

https://localstorage.eberl.se/

License:GNU General Public License v3.0


Languages

Language:Swift 99.9%Language:Ruby 0.1%