Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Move example code 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

Differential Revision: http://codereview.cc/D1179
  • Loading branch information
jverkoey committed Jul 11, 2016
1 parent 3cb6651 commit c4517b2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 21 deletions.
File renamed without changes.
File renamed without changes.
41 changes: 21 additions & 20 deletions examples/apps/PlanCatalog/PlanCatalog.xcodeproj/project.pbxproj
Expand Up @@ -8,30 +8,30 @@

/* Begin PBXBuildFile section */
36A920011D2D56900001C0B0 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 36A920001D2D56900001C0B0 /* MainViewController.m */; };
36A9202C1D2FEB4D0001C0B0 /* Tween.m in Sources */ = {isa = PBXBuildFile; fileRef = 36A9202B1D2FEB4D0001C0B0 /* Tween.m */; };
66876C601D25ED610054CED4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 66876C5F1D25ED610054CED4 /* main.m */; };
66876C631D25ED610054CED4 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 66876C621D25ED610054CED4 /* AppDelegate.m */; };
66876C661D25ED610054CED4 /* PlanFadeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 66876C651D25ED610054CED4 /* PlanFadeViewController.m */; };
66876C6B1D25ED610054CED4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 66876C6A1D25ED610054CED4 /* Assets.xcassets */; };
66876C6E1D25ED610054CED4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 66876C6C1D25ED610054CED4 /* LaunchScreen.storyboard */; };
66DBB8D21D341BFB0048FC80 /* PlanFadeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 66DBB8CF1D341BFB0048FC80 /* PlanFadeViewController.m */; };
66DBB8D31D341BFB0048FC80 /* Tween.m in Sources */ = {isa = PBXBuildFile; fileRef = 66DBB8D11D341BFB0048FC80 /* Tween.m */; };
CA8C88715352899275724E52 /* Pods_MaterialMotionRuntime_PlanCatalog.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E9F0FB5FB808715EC1FC0B7 /* Pods_MaterialMotionRuntime_PlanCatalog.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
36A91FFF1D2D56900001C0B0 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
36A920001D2D56900001C0B0 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
36A9202A1D2FEB4D0001C0B0 /* Tween.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Tween.h; path = Plan/Tween.h; sourceTree = "<group>"; };
36A9202B1D2FEB4D0001C0B0 /* Tween.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Tween.m; path = Plan/Tween.m; sourceTree = "<group>"; };
4E9F0FB5FB808715EC1FC0B7 /* Pods_MaterialMotionRuntime_PlanCatalog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MaterialMotionRuntime_PlanCatalog.framework; sourceTree = BUILT_PRODUCTS_DIR; };
66876C5B1D25ED610054CED4 /* PlanCatalog.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PlanCatalog.app; sourceTree = BUILT_PRODUCTS_DIR; };
66876C5F1D25ED610054CED4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
66876C611D25ED610054CED4 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
66876C621D25ED610054CED4 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
66876C641D25ED610054CED4 /* PlanFadeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = PlanFadeViewController.h; path = Plan/PlanFadeViewController.h; sourceTree = "<group>"; };
66876C651D25ED610054CED4 /* PlanFadeViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = PlanFadeViewController.m; path = Plan/PlanFadeViewController.m; sourceTree = "<group>"; };
66876C6A1D25ED610054CED4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
66876C6D1D25ED610054CED4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
66876C6F1D25ED610054CED4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
66DBB8CE1D341BFB0048FC80 /* PlanFadeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PlanFadeViewController.h; sourceTree = "<group>"; };
66DBB8CF1D341BFB0048FC80 /* PlanFadeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlanFadeViewController.m; sourceTree = "<group>"; };
66DBB8D01D341BFB0048FC80 /* Tween.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tween.h; sourceTree = "<group>"; };
66DBB8D11D341BFB0048FC80 /* Tween.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tween.m; sourceTree = "<group>"; };
75F2F4A20A51B559BDF137E9 /* Pods-MaterialMotionRuntime-PlanCatalog.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialMotionRuntime-PlanCatalog.debug.xcconfig"; path = "../../../Pods/Target Support Files/Pods-MaterialMotionRuntime-PlanCatalog/Pods-MaterialMotionRuntime-PlanCatalog.debug.xcconfig"; sourceTree = "<group>"; };
C0EA85F5845AC624D40CFF3B /* Pods-MaterialMotionRuntime-PlanCatalog.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialMotionRuntime-PlanCatalog.release.xcconfig"; path = "../../../Pods/Target Support Files/Pods-MaterialMotionRuntime-PlanCatalog/Pods-MaterialMotionRuntime-PlanCatalog.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -48,21 +48,11 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
36A920021D2D56990001C0B0 /* Plan */ = {
isa = PBXGroup;
children = (
36A9202A1D2FEB4D0001C0B0 /* Tween.h */,
36A9202B1D2FEB4D0001C0B0 /* Tween.m */,
66876C641D25ED610054CED4 /* PlanFadeViewController.h */,
66876C651D25ED610054CED4 /* PlanFadeViewController.m */,
);
name = Plan;
sourceTree = "<group>";
};
66876C521D25ED610054CED4 = {
isa = PBXGroup;
children = (
66876C5D1D25ED610054CED4 /* PlanCatalog */,
66DBB8CD1D341BE80048FC80 /* Examples */,
66876C5C1D25ED610054CED4 /* Products */,
8C0B878FA36FECEAB1371636 /* Pods */,
8FBA7A9DA1C8D0F7E3A8CDC6 /* Frameworks */,
Expand All @@ -84,7 +74,6 @@
66876C621D25ED610054CED4 /* AppDelegate.m */,
36A91FFF1D2D56900001C0B0 /* MainViewController.h */,
36A920001D2D56900001C0B0 /* MainViewController.m */,
36A920021D2D56990001C0B0 /* Plan */,
66876C6A1D25ED610054CED4 /* Assets.xcassets */,
66876C6C1D25ED610054CED4 /* LaunchScreen.storyboard */,
66876C6F1D25ED610054CED4 /* Info.plist */,
Expand All @@ -101,6 +90,18 @@
name = "Supporting Files";
sourceTree = "<group>";
};
66DBB8CD1D341BE80048FC80 /* Examples */ = {
isa = PBXGroup;
children = (
66DBB8CE1D341BFB0048FC80 /* PlanFadeViewController.h */,
66DBB8CF1D341BFB0048FC80 /* PlanFadeViewController.m */,
66DBB8D01D341BFB0048FC80 /* Tween.h */,
66DBB8D11D341BFB0048FC80 /* Tween.m */,
);
name = Examples;
path = ../..;
sourceTree = "<group>";
};
8C0B878FA36FECEAB1371636 /* Pods */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -238,9 +239,9 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
66876C661D25ED610054CED4 /* PlanFadeViewController.m in Sources */,
66876C631D25ED610054CED4 /* AppDelegate.m in Sources */,
36A9202C1D2FEB4D0001C0B0 /* Tween.m in Sources */,
66DBB8D31D341BFB0048FC80 /* Tween.m in Sources */,
66DBB8D21D341BFB0048FC80 /* PlanFadeViewController.m in Sources */,
66876C601D25ED610054CED4 /* main.m in Sources */,
36A920011D2D56900001C0B0 /* MainViewController.m in Sources */,
);
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/PlanCatalog/PlanCatalog/MainViewController.m
Expand Up @@ -15,7 +15,7 @@
*/

#import "MainViewController.h"
#import "Plan/PlanFadeViewController.h"
#import "PlanFadeViewController.h"

NSString *const title = @"Material Motion";

Expand Down

0 comments on commit c4517b2

Please sign in to comment.