Skip to content

Commit

Permalink
Reorganize file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mrackwitz committed Jul 12, 2015
1 parent dd4ec7e commit e53860b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CatchingFire.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
29673D191B4C382200EC2043 /* CatchingFire.swift */,
29673D041B4C381300EC2043 /* Info.plist */,
);
path = CatchingFire;
name = CatchingFire;
path = src;
sourceTree = "<group>";
};
29673D0D1B4C381300EC2043 /* CatchingFireTests */ = {
Expand All @@ -128,7 +129,8 @@
29A2CEFB1B4EA3D10084D2DB /* ExampleTests.swift */,
29673D101B4C381300EC2043 /* Info.plist */,
);
path = CatchingFireTests;
name = CatchingFireTests;
path = test;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down Expand Up @@ -442,7 +444,7 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = CatchingFire/Info.plist;
INFOPLIST_FILE = src/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = de.mariusrackwitz.CatchingFire;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -464,7 +466,7 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = CatchingFire/Info.plist;
INFOPLIST_FILE = src/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = de.mariusrackwitz.CatchingFire;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e53860b

Please sign in to comment.