Skip to content

Commit

Permalink
Move example source to the examples/ directory.
Browse files Browse the repository at this point in the history
Reviewers: O2 Material Motion, markwei

Reviewed By: O2 Material Motion, markwei

Tags: #material_motion

Differential Revision: http://codereview.cc/D1577
  • Loading branch information
jverkoey committed Sep 9, 2016
1 parent 4662c20 commit 52e9857
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions examples/apps/Catalog/Catalog.xcodeproj/project.pbxproj
Expand Up @@ -10,9 +10,9 @@
666FAA841D384A6B000363DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666FAA831D384A6B000363DA /* AppDelegate.swift */; };
666FAA8B1D384A6B000363DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 666FAA8A1D384A6B000363DA /* Assets.xcassets */; };
666FAA8E1D384A6B000363DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 666FAA8C1D384A6B000363DA /* LaunchScreen.storyboard */; };
668484311D8232F10032CEED /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 668484301D8232F10032CEED /* ExampleViewController.swift */; };
B04F78D7B445518916075795 /* Pods_MaterialMotionPopMotionFamily_UnitTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C1102FDE2A700782FB3BA08B /* Pods_MaterialMotionPopMotionFamily_UnitTests.framework */; };
B630F97386459BA08F5B70B9 /* Pods_MaterialMotionPopMotionFamily_Catalog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86F53EAE6C36C6C0E62B6777 /* Pods_MaterialMotionPopMotionFamily_Catalog.framework */; };
D03A088E1D58EB5C003C85FE /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D03A088D1D58EB5C003C85FE /* ExampleViewController.swift */; };
D03A08901D591DFF003C85FE /* PopTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D03A088F1D591DFF003C85FE /* PopTests.swift */; };
/* End PBXBuildFile section */

Expand All @@ -36,11 +36,11 @@
666FAA941D384A6B000363DA /* UnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
666FAA9A1D384A6B000363DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../UnitTests/Info.plist; sourceTree = "<group>"; };
666FAAA71D384D51000363DA /* UnitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "UnitTests-Bridging-Header.h"; path = "../UnitTests/UnitTests-Bridging-Header.h"; sourceTree = "<group>"; };
668484301D8232F10032CEED /* ExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; };
677FB1942C52573291A445F0 /* Pods-MaterialMotionPopMotionFamily-Catalog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialMotionPopMotionFamily-Catalog.release.xcconfig"; path = "../../../Pods/Target Support Files/Pods-MaterialMotionPopMotionFamily-Catalog/Pods-MaterialMotionPopMotionFamily-Catalog.release.xcconfig"; sourceTree = "<group>"; };
86F53EAE6C36C6C0E62B6777 /* Pods_MaterialMotionPopMotionFamily_Catalog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MaterialMotionPopMotionFamily_Catalog.framework; sourceTree = BUILT_PRODUCTS_DIR; };
B38937ED6C4262DAEA5AE69A /* Pods-MaterialMotionPopMotionFamily-UnitTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialMotionPopMotionFamily-UnitTests.release.xcconfig"; path = "../../../Pods/Target Support Files/Pods-MaterialMotionPopMotionFamily-UnitTests/Pods-MaterialMotionPopMotionFamily-UnitTests.release.xcconfig"; sourceTree = "<group>"; };
C1102FDE2A700782FB3BA08B /* Pods_MaterialMotionPopMotionFamily_UnitTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MaterialMotionPopMotionFamily_UnitTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
D03A088D1D58EB5C003C85FE /* ExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ExampleViewController.swift; path = Catalog/ExampleViewController.swift; sourceTree = "<group>"; };
D03A088F1D591DFF003C85FE /* PopTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopTests.swift; sourceTree = "<group>"; };
EBC42C9D345C1B3917FD6E3E /* Pods-MaterialMotionPopMotionFamily-Catalog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialMotionPopMotionFamily-Catalog.debug.xcconfig"; path = "../../../Pods/Target Support Files/Pods-MaterialMotionPopMotionFamily-Catalog/Pods-MaterialMotionPopMotionFamily-Catalog.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -120,6 +120,7 @@
666FAAA31D384B13000363DA /* examples */ = {
isa = PBXGroup;
children = (
668484301D8232F10032CEED /* ExampleViewController.swift */,
);
name = examples;
path = ../..;
Expand Down Expand Up @@ -148,7 +149,6 @@
isa = PBXGroup;
children = (
666FAA831D384A6B000363DA /* AppDelegate.swift */,
D03A088D1D58EB5C003C85FE /* ExampleViewController.swift */,
);
name = catalog;
sourceTree = "<group>";
Expand Down Expand Up @@ -364,7 +364,7 @@
buildActionMask = 2147483647;
files = (
666FAA841D384A6B000363DA /* AppDelegate.swift in Sources */,
D03A088E1D58EB5C003C85FE /* ExampleViewController.swift in Sources */,
668484311D8232F10032CEED /* ExampleViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 52e9857

Please sign in to comment.