AIFit-SDK for ble body fat scale
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

.gitignore 1.5KB

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