You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.3KB

  1. # Xcode
  2. #
  3. # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
  4. ## Build generated
  5. build/
  6. DerivedData/
  7. ## Various settings
  8. *.pbxuser
  9. !default.pbxuser
  10. *.mode1v3
  11. !default.mode1v3
  12. *.mode2v3
  13. !default.mode2v3
  14. *.perspectivev3
  15. !default.perspectivev3
  16. xcuserdata/
  17. ## Other
  18. *.moved-aside
  19. *.xcuserstate
  20. ## Obj-C/Swift specific
  21. *.hmap
  22. *.ipa
  23. *.dSYM.zip
  24. *.dSYM
  25. # CocoaPods
  26. #
  27. # We recommend against adding the Pods directory to your .gitignore. However
  28. # you should judge for yourself, the pros and cons are mentioned at:
  29. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  30. #
  31. # Pods/
  32. # Carthage
  33. #
  34. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  35. # Carthage/Checkouts
  36. Carthage/Build
  37. # fastlane
  38. #
  39. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  40. # screenshots whenever they are needed.
  41. # For more information about the recommended setup visit:
  42. # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
  43. fastlane/report.xml
  44. fastlane/screenshots
  45. #Code Injection
  46. #
  47. # After new code Injection tools there's a generated folder /iOSInjectionProject
  48. # https://github.com/johnno1962/injectionforxcode
  49. iOSInjectionProject/