mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
61 lines
823 B
Plaintext
61 lines
823 B
Plaintext
# macOS
|
|
#
|
|
*.DS_Store
|
|
|
|
# Xcode
|
|
#
|
|
|
|
## CocoaPods
|
|
Pods/
|
|
|
|
## Build generated
|
|
build/
|
|
DerivedData
|
|
|
|
SideStore.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
|
|
**/AltBackup.ipa
|
|
**/*.dSYM
|
|
|
|
Dependencies/.*-prebuilt-fetch-*
|
|
SideStore/minimuxer/*
|
|
SideStore/em_proxy/*
|
|
!Dependencies/**/.gitkeep
|
|
.nightly-build-num
|
|
|
|
## em_proxy and minimuxer biaries
|
|
**/.last-prebuilt-fetch-em_proxy
|
|
**/.last-prebuilt-fetch-minimuxer
|
|
|
|
# misc
|
|
**/output.txt
|
|
SideStore/.skip-prebuilt-fetch-minimuxer
|
|
SideStore/.skip-prebuilt-fetch-em_proxy
|