From 18d6d85320cfc20605219bbcfa7ff27b57528a53 Mon Sep 17 00:00:00 2001 From: Nick Lockwood Date: Tue, 24 May 2016 02:43:38 -0700 Subject: [PATCH] Fixed UIExplorer Summary: CI_USE_PACKAGER flag was set only for testing, not running. Reviewed By: nathanajah Differential Revision: D3334982 fbshipit-source-id: 3f98e697bd144a4ac6d8d7cfabf546bb55de1695 --- .../xcshareddata/xcschemes/UIExplorer.xcscheme | 16 ++++++++-------- Examples/UIExplorer/UIExplorer/AppDelegate.m | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Examples/UIExplorer/UIExplorer.xcodeproj/xcshareddata/xcschemes/UIExplorer.xcscheme b/Examples/UIExplorer/UIExplorer.xcodeproj/xcshareddata/xcschemes/UIExplorer.xcscheme index 4ed46558b..833aaaa4a 100644 --- a/Examples/UIExplorer/UIExplorer.xcodeproj/xcshareddata/xcschemes/UIExplorer.xcscheme +++ b/Examples/UIExplorer/UIExplorer.xcodeproj/xcshareddata/xcschemes/UIExplorer.xcscheme @@ -54,7 +54,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - shouldUseLaunchSchemeArgsEnv = "NO"> + shouldUseLaunchSchemeArgsEnv = "YES"> @@ -86,13 +86,6 @@ ReferencedContainer = "container:UIExplorer.xcodeproj"> - - - - @@ -116,6 +109,13 @@ ReferencedContainer = "container:UIExplorer.xcodeproj"> + + + + diff --git a/Examples/UIExplorer/UIExplorer/AppDelegate.m b/Examples/UIExplorer/UIExplorer/AppDelegate.m index f7c5bf49b..1ca2716f2 100644 --- a/Examples/UIExplorer/UIExplorer/AppDelegate.m +++ b/Examples/UIExplorer/UIExplorer/AppDelegate.m @@ -24,6 +24,7 @@ @end @implementation AppDelegate + - (BOOL)application:(__unused UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { _bridge = [[RCTBridge alloc] initWithDelegate:self