Skip to content

Commit

Permalink
added nested folders to test project
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Apr 10, 2018
1 parent 9369ce3 commit 11bf00d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
FR_472296042419 /* Framework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Framework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FR_473000061463 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
FR_479264660374 /* Legacy */ = {isa = PBXFileReference; includeInIndex = 0; path = Legacy; sourceTree = BUILT_PRODUCTS_DIR; };
FR_479281060337 /* Folder */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Folder; sourceTree = SOURCE_ROOT; };
FR_481575785861 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
FR_500792082643 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/LocalizedStoryboard.strings; sourceTree = "<group>"; };
FR_507023492251 /* App_watchOS Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "App_watchOS Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -411,6 +412,7 @@
G_8620238527590 /* Products */,
G_7189434949822 /* Resources */,
G_6651250437419 /* StandaloneFiles */,
FR_479281060337 /* Folder */,
FR_815403394914 /* Headers */,
FR_257073931060 /* ResourceFolder */,
);
Expand Down
3 changes: 3 additions & 0 deletions Tests/Fixtures/TestProject/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ targets:
- Resources/MyBundle.bundle
- path: Resources/ResourceFolder
type: folder
- path: Folder
type: folder
buildPhase: none
settings:
INFOPLIST_FILE: App_iOS/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.project.app
Expand Down

0 comments on commit 11bf00d

Please sign in to comment.