- Podfile
- .gitignore
Run Script Build Phase: Copy Pods Resources:
"${SRCROOT}/Pods/Pods-Production-resources.sh"
Run Script Build Phase: Copy Pods Resources:
"${SRCROOT}/Pods/Pods-resources.sh"
Run Script Build Phase: Copy Pods Resources:
"${SRCROOT}/Pods/Pods-Demo-resources.sh"
Run Script Build Phase: Copy Pods Resources:
"${SRCROOT}/Pods/Pods-Integration-resources.sh"
- Version 0.0.1 for every target
- Add
Ad Hoc
build configuration in project - Product name is the following for every target:
- Production:
${PRODUCT_NAME}
- Development:
${PRODUCT_NAME} Dev
- Demo:
${PRODUCT_NAME} Demo
- Integration:
${PRODUCT_NAME} Integration
- Production:
- Plists for every target is the same as their name (not product name) like so:
${TARGET_NAME}-Info.plist
- Portrait supported interface orientations for every target
- View-less app by default (maybe we should do single view instead?)
- ${PRODUCT NAME}
- App Delegate
- Resources
- Data Model
- Images
- App
- Elements
- API Stubs
- Utilities
- API
- Categories
- Visual Classes
- View Controllers
- KIF
- Supporting Files
- Diffs
- Products
- Update version?