ironOS native ios app
1# Xcode
2build/
3DerivedData/
4*.xcodeproj/xcuserdata/
5*.xcworkspace/xcuserdata/
6*.xcuserstate
7
8# macOS
9.DS_Store
10.AppleDouble
11.LSOverride
12
13# CocoaPods
14Pods/
15*.xcworkspace
16
17# Swift Package Manager
18.build/
19.swiftpm/
20
21# Fastlane
22fastlane/report.xml
23fastlane/Preview.html
24fastlane/screenshots/**/*.png