mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
fix test spec
This commit is contained in:
@@ -14,8 +14,7 @@ targets:
|
||||
- name: TestProject
|
||||
type: application
|
||||
platform: iOS
|
||||
sources:
|
||||
- TestProject
|
||||
sources: TestProject
|
||||
buildSettings:
|
||||
INFOPLIST_FILE: TestProject/Info.plist
|
||||
PRODUCT_BUNDLE_IDENTIFIER: com.test
|
||||
@@ -24,8 +23,7 @@ targets:
|
||||
- name: MyFramework
|
||||
type: framework
|
||||
platform: iOS
|
||||
sources:
|
||||
- MyFramework
|
||||
sources: MyFramework
|
||||
buildSettings:
|
||||
INFOPLIST_FILE: MyFramework/Info.plist
|
||||
schemes:
|
||||
|
||||
Reference in New Issue
Block a user