|
You are here |
kenb.us | ||
| | | | |
perttu.dev
|
|
| | | | | Learn how to detect whether another iOS app is installed using SwiftUI and custom URL schemes. Example is from my Wayline app, opening Flighty to export flight data. | |
| | | | |
benscheirman.com
|
|
| | | | | Almost every app you build with Xcode will need some sort of configuration. Whether it is API Keys for 3rd party SDKs, the URL of your API, feature toggles, or a logging level of verbosity, it's a good idea to keep this configuration separate from your code. | |
| | | | |
www.blog.montgomerie.net
|
|
| | | | | In which a semi-automated system for the versioning of iPhone applications is detailed. Said system ensures that the reader's apps are always correctly versioned, and his users' iTunes applications are never confused by an update of his beta builds. Versioning your iPhone applications properly ensures that your app updates go smoothly, and also that when you make a beta build testers never get into the frustrating state where iTunes refuses to accept it because of versioning conflicts, leaving them to have to delete the older version, and its settings and documents along with it. | |
| | | | |
surma.dev
|
|
| | | What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy. | ||