- Use application(_:open:) instead of NSAppleEventManager for URL scheme handling (SwiftUI lifecycle compatibility) - Add waiting UI during Mastodon OAuth flow with cancel support - Improve error messages for all three services - Rewrite README with full setup instructions and project overview - Clean up .gitignore
39 lines
366 B
Text
39 lines
366 B
Text
# Xcode
|
|
*.xcodeproj/
|
|
*.xcworkspace/
|
|
xcuserdata/
|
|
build/
|
|
DerivedData/
|
|
*.moved-aside
|
|
*.pbxuser
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
*.xccheckout
|
|
*.xcscmblueprint
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
.swiftpm/
|
|
Packages/
|
|
Package.resolved
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*~
|
|
|
|
# Archives
|
|
*.tar.gz
|
|
*.zip
|