mirror of
https://github.com/zhigang1992/Argo.git
synced 2026-04-30 05:45:45 +08:00
This solves a couple of issues: 1. Users that pass `--no-build --use-submodules` can now use Argo without running into errors from missing framework search paths (fixes #121) 2. Users that want to use Submodules as a dependency management solution can now do so without having to jump through any additional hoops. We're still going to use Carthage as a development dependency, but it's going to act as a semantic wrapper around submodules, instead of relying on the binaries.
36 lines
331 B
Plaintext
36 lines
331 B
Plaintext
# OS X Finder
|
|
.DS_Store
|
|
|
|
# Xcode per-user config
|
|
*.mode1
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspective
|
|
*.perspectivev3
|
|
*.pbxuser
|
|
xcuserdata
|
|
*.xccheckout
|
|
|
|
# Build products
|
|
build/
|
|
*.o
|
|
*.LinkFileList
|
|
*.hmap
|
|
|
|
# Automatic backup files
|
|
*~.nib/
|
|
*.swp
|
|
*~
|
|
*.dat
|
|
*.dep
|
|
|
|
# Cocoapods
|
|
Pods
|
|
|
|
# Carthage
|
|
Carthage/Build
|
|
|
|
# AppCode specific files
|
|
.idea/
|
|
*.iml
|