Files
T
2017-07-26 23:18:45 +02:00

18 lines
410 B
YAML

name: GeneratedProject
targets:
- name: TestProject
type: application
platform: iOS
sources: TestProject
settings:
INFOPLIST_FILE: TestProject/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.test
dependencies:
- target: MyFramework
- name: MyFramework
type: framework
platform: iOS
sources: MyFramework
settings:
INFOPLIST_FILE: MyFramework/Info.plist