Skip to content

Commit

Permalink
move everything around.
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrens committed Jan 26, 2015
1 parent 23c1807 commit d72d952
Show file tree
Hide file tree
Showing 3,672 changed files with 28 additions and 368 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions Examples/Movies/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
/**
* Load from pre-bundled file on disk
*/
// hostView.scriptURL = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"js"];
// hostView.scriptURL = [[NSBundle mainBundle] URLForResource:@"staticBundle" withExtension:@"js"];



Expand All @@ -29,7 +29,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
*
* `cd ~/src/fbobjc-hg/VendorLib/ReactKit/ReactKit/js && node server.js`
*/
hostView.scriptURL = [NSURL URLWithString:@"http://localhost:8081/Apps/Movies/MoviesBundle.includeRequire.runModule.bundle"];
hostView.scriptURL = [NSURL URLWithString:@"http://localhost:8081/Examples/Movies/MoviesBundle.includeRequire.runModule.bundle"];
hostView.moduleName = @"MoviesApp";

UIViewController *rootViewController = [[UIViewController alloc] init];
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions Examples/UIExplorer/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
/**
* Load from pre-bundled file on disk
*/
// hostView.scriptURL = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"js"];
// hostView.scriptURL = [[NSBundle mainBundle] URLForResource:@"staticBundle" withExtension:@"js"];



Expand All @@ -29,7 +29,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
*
* `cd ~/src/fbobjc-hg/VendorLib/ReactKit/ReactKit/js && node server.js`
*/
hostView.scriptURL = [NSURL URLWithString:@"http://localhost:8081/Apps/UIExplorer/UIExplorerBundle.includeRequire.runModule.bundle"];
hostView.scriptURL = [NSURL URLWithString:@"http://localhost:8081/Examples/UIExplorer/UIExplorerBundle.includeRequire.runModule.bundle"];
hostView.moduleName = @"UIExplorerApp";

UIViewController *rootViewController = [[UIViewController alloc] init];
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
107 changes: 9 additions & 98 deletions ReactKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
581D4C091A746E8C00009648 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 58C04F021A7465FE004DEF37 /* AppDelegate.m */; };
581D4C0A1A746E8F00009648 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 58C04F031A7465FE004DEF37 /* LaunchScreen.xib */; };
581D4C0C1A746E9600009648 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 58C04F071A7465FE004DEF37 /* Images.xcassets */; };
581D4C0D1A746E9D00009648 /* main.js in Resources */ = {isa = PBXBuildFile; fileRef = 58C04F091A7465FE004DEF37 /* main.js */; };
581D4C0D1A746E9D00009648 /* staticBundle.js in Resources */ = {isa = PBXBuildFile; fileRef = 58C04F091A7465FE004DEF37 /* staticBundle.js */; };
581D4C0E1A746EA000009648 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 58C04F0A1A7465FE004DEF37 /* main.m */; };
581D4C111A746F3F00009648 /* Layout.c in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FC71A68125100A75B9A /* Layout.c */; };
58C04F401A746885004DEF37 /* libReactKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 83CBBA2E1A601D0E00E9B192 /* libReactKit.a */; };
830A229E1A66C68A008503DA /* RCTHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = 830A229D1A66C68A008503DA /* RCTHostView.m */; };
835B61001A72818600822F1C /* main.js in Resources */ = {isa = PBXBuildFile; fileRef = 835B60FF1A72818600822F1C /* main.js */; };
835B61001A72818600822F1C /* staticBundle.js in Resources */ = {isa = PBXBuildFile; fileRef = 835B60FF1A72818600822F1C /* staticBundle.js */; };
83CBBA051A601CBA00E9B192 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 83CBBA041A601CBA00E9B192 /* main.m */; };
83CBBA081A601CBA00E9B192 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 83CBBA071A601CBA00E9B192 /* AppDelegate.m */; };
83CBBA0B1A601CBA00E9B192 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83CBBA0A1A601CBA00E9B192 /* ViewController.m */; };
Expand All @@ -83,13 +83,6 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
58C04F321A7467BE004DEF37 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 58C04F181A7467BE004DEF37;
remoteInfo = UIExplorer;
};
83CBBA3A1A601D0F00E9B192 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
Expand Down Expand Up @@ -194,14 +187,14 @@
58C04F041A7465FE004DEF37 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
58C04F071A7465FE004DEF37 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
58C04F081A7465FE004DEF37 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
58C04F091A7465FE004DEF37 /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = "<group>"; };
58C04F091A7465FE004DEF37 /* staticBundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = staticBundle.js; sourceTree = "<group>"; };
58C04F0A1A7465FE004DEF37 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
58C04F191A7467BE004DEF37 /* UIExplorer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UIExplorer.app; sourceTree = BUILT_PRODUCTS_DIR; };
830213F31A654E0800B993E6 /* RCTExport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTExport.h; sourceTree = "<group>"; };
830213F41A65574D00B993E6 /* RCTExport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTExport.m; sourceTree = "<group>"; };
830A229C1A66C68A008503DA /* RCTHostView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTHostView.h; sourceTree = "<group>"; };
830A229D1A66C68A008503DA /* RCTHostView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTHostView.m; sourceTree = "<group>"; };
835B60FF1A72818600822F1C /* main.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = main.js; sourceTree = "<group>"; };
835B60FF1A72818600822F1C /* staticBundle.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = staticBundle.js; sourceTree = "<group>"; };
83BEE46C1A6D19BC00B5863B /* RCTSparseArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTSparseArray.h; sourceTree = "<group>"; };
83BEE46D1A6D19BC00B5863B /* RCTSparseArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTSparseArray.m; sourceTree = "<group>"; };
83CBB9FF1A601CBA00E9B192 /* TicTacToe.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TicTacToe.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -267,13 +260,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
58C04F2E1A7467BE004DEF37 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
83CBB9FC1A601CBA00E9B192 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -320,7 +306,7 @@
13B07FB61A68108700A75B9A /* Info.plist */,
13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
13B07FB71A68108700A75B9A /* main.m */,
835B60FF1A72818600822F1C /* main.js */,
835B60FF1A72818600822F1C /* staticBundle.js */,
);
name = Movies;
path = Examples/Movies;
Expand Down Expand Up @@ -409,7 +395,7 @@
58C04F031A7465FE004DEF37 /* LaunchScreen.xib */,
58C04F071A7465FE004DEF37 /* Images.xcassets */,
58C04F081A7465FE004DEF37 /* Info.plist */,
58C04F091A7465FE004DEF37 /* main.js */,
58C04F091A7465FE004DEF37 /* staticBundle.js */,
58C04F0A1A7465FE004DEF37 /* main.m */,
);
name = UIExplorer;
Expand Down Expand Up @@ -484,7 +470,7 @@
13B07FF31A6947C200A75B9A /* Views */,
);
name = ReactKit;
path = ReactKit/objc;
path = ReactKit;
sourceTree = "<group>";
};
83CBBA3C1A601D0F00E9B192 /* ReactKit Tests */ = {
Expand Down Expand Up @@ -660,10 +646,6 @@
58C04F181A7467BE004DEF37 = {
CreatedOnToolsVersion = 6.1.1;
};
58C04F301A7467BE004DEF37 = {
CreatedOnToolsVersion = 6.1.1;
TestTargetID = 58C04F181A7467BE004DEF37;
};
83CBB9FE1A601CBA00E9B192 = {
CreatedOnToolsVersion = 6.1.1;
};
Expand Down Expand Up @@ -693,7 +675,6 @@
83CBBA2D1A601D0E00E9B192 /* ReactKit */,
83CBBA371A601D0F00E9B192 /* ReactKitTests */,
58C04F181A7467BE004DEF37 /* UIExplorer */,
58C04F301A7467BE004DEF37 /* UIExplorerTests */,
);
};
/* End PBXProject section */
Expand All @@ -704,7 +685,7 @@
buildActionMask = 2147483647;
files = (
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
835B61001A72818600822F1C /* main.js in Resources */,
835B61001A72818600822F1C /* staticBundle.js in Resources */,
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -715,14 +696,7 @@
files = (
581D4C0C1A746E9600009648 /* Images.xcassets in Resources */,
581D4C0A1A746E8F00009648 /* LaunchScreen.xib in Resources */,
581D4C0D1A746E9D00009648 /* main.js in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
58C04F2F1A7467BE004DEF37 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
581D4C0D1A746E9D00009648 /* staticBundle.js in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -767,13 +741,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
58C04F2D1A7467BE004DEF37 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
83CBB9FB1A601CBA00E9B192 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -851,11 +818,6 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
58C04F331A7467BE004DEF37 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 58C04F181A7467BE004DEF37 /* UIExplorer */;
targetProxy = 58C04F321A7467BE004DEF37 /* PBXContainerItemProxy */;
};
83CBBA3B1A601D0F00E9B192 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 83CBBA2D1A601D0E00E9B192 /* ReactKit */;
Expand All @@ -872,14 +834,6 @@
name = LaunchScreen.xib;
sourceTree = "<group>";
};
13B07FB31A68108700A75B9A /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
13B07FB41A68108700A75B9A /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
58C04F031A7465FE004DEF37 /* LaunchScreen.xib */ = {
isa = PBXVariantGroup;
children = (
Expand Down Expand Up @@ -957,40 +911,6 @@
};
name = Release;
};
58C04F3D1A7467BE004DEF37 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = UIExplorerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/UIExplorer.app/UIExplorer";
};
name = Debug;
};
58C04F3E1A7467BE004DEF37 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = UIExplorerTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/UIExplorer.app/UIExplorer";
};
name = Release;
};
83CBBA201A601CBA00E9B192 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -1156,15 +1076,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
58C04F3C1A7467BE004DEF37 /* Build configuration list for PBXNativeTarget "UIExplorerTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
58C04F3D1A7467BE004DEF37 /* Debug */,
58C04F3E1A7467BE004DEF37 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ReactKit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
Loading

0 comments on commit d72d952

Please sign in to comment.