Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

femilamptey/swift-localstorage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Swift 99.9%
  • Ruby 0.1%