Initial commit: FlipTalk iOS app

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 21:58:44 -05:00
commit 57f6c18550
54 changed files with 4130 additions and 0 deletions

67
.gitignore vendored Normal file
View File

@@ -0,0 +1,67 @@
# Xcode
build/
DerivedData/
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
# Xcode build state
*.moved-aside
*.xcuserstate
*.xccheckout
*.xcscmblueprint
# Swift Package Manager
.build/
.swiftpm/
Package.resolved
# CocoaPods
Pods/
Podfile.lock
# Carthage
Carthage/Build/
Carthage/Checkouts/
# Node (if any JS tooling)
node_modules/
dist/
.npm/
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
# IDEs
*.swp
*.swo
*~
.idea/
.vscode/
# Archives
*.ipa
*.dSYM.zip
*.dSYM
# Playgrounds
timeline.xctimeline
playground.xcworkspace
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots/**/*.png
fastlane/test_output/
# Environment and secrets
.env
.env.*
*.pem
*.p12
*.mobileprovision