- Add Ruby version and Fastlane setup (Gemfile, fastlane/, .ruby-version) for iOS automation and CI/CD - Add and update Xcode schemes and project configuration - Update entitlements and Info.plist for app and extension - Refactor PhoneTabView: improve navigation in 'More' tab, prevent unwanted jumps, preserve deep navigation for Tags/Search - Update KeychainHelper, BookmarkDetail model, and related ViewModels for bugfixes or enhancements - Various UI and logic improvements in BookmarkDetail and Search views
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
app_identifier("de.ilyashallak.readeck2") # The bundle identifier of your app
|
|
# apple_id("[[APPLE_ID]]") # Your Apple Developer Portal username
|
|
|
|
|
|
# For more information about the Appfile, see:
|
|
# https://docs.fastlane.tools/advanced/#appfile
|