mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
47 lines
578 B
Plaintext
47 lines
578 B
Plaintext
# macOS
|
|
#
|
|
*.DS_Store
|
|
|
|
# Xcode
|
|
#
|
|
|
|
## Build generated
|
|
build/
|
|
DerivedData
|
|
archive.xcarchive
|
|
## Various settings
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata
|
|
|
|
## Other
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.xcuserstate
|
|
*.xcscmblueprint
|
|
|
|
## Obj-C/Swift specific
|
|
*.hmap
|
|
/newrelic_agent.log
|
|
/CodeSigning.xcconfig
|
|
/.vscode
|
|
|
|
## AppCode specific
|
|
.idea/
|
|
|
|
Payload/
|
|
SideStore.ipa
|
|
*.dSYM
|
|
|
|
Dependencies/.*-prebuilt-fetch-*
|
|
Dependencies/minimuxer/*
|
|
Dependencies/em_proxy/*
|
|
!Dependencies/**/.gitkeep
|
|
.nightly-build-num
|