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.

Objective-C 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. *.xccheckout
  20. *.xcscmblueprint
  21. ## Obj-C/Swift specific
  22. *.hmap
  23. *.ipa
  24. *.dSYM.zip
  25. *.dSYM
  26. # CocoaPods
  27. #
  28. # We recommend against adding the Pods directory to your .gitignore. However
  29. # you should judge for yourself, the pros and cons are mentioned at:
  30. # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
  31. #
  32. # Pods/
  33. #
  34. # Add this line if you want to avoid checking in source code from the Xcode workspace
  35. # *.xcworkspace
  36. # Carthage
  37. #
  38. # Add this line if you want to avoid checking in source code from Carthage dependencies.
  39. # Carthage/Checkouts
  40. Carthage/Build
  41. # fastlane
  42. #
  43. # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
  44. # screenshots whenever they are needed.
  45. # For more information about the recommended setup visit:
  46. # https://docs.fastlane.tools/best-practices/source-control/#source-control
  47. fastlane/report.xml
  48. fastlane/Preview.html
  49. fastlane/screenshots/**/*.png
  50. fastlane/test_output
  51. # Code Injection
  52. #
  53. # After new code Injection tools there's a generated folder /iOSInjectionProject
  54. # https://github.com/johnno1962/injectionforxcode
  55. iOSInjectionProject/