Add debugger support for chrome #2

This commit is contained in:
catalinmiron 2015-06-14 21:53:29 +03:00
parent 34426e4d6d
commit af1f17bfc5
1 changed files with 58 additions and 28 deletions

View File

@ -13,7 +13,6 @@
00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
00E356F31AD99517003FC87E /* DribbbleAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* DribbbleAppTests.m */; };
133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
@ -33,6 +32,8 @@
C544F29C1B29F55400EFFA3D /* Ionicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C544F2951B29F55400EFFA3D /* Ionicons.ttf */; };
C544F29D1B29F55400EFFA3D /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C544F2961B29F55400EFFA3D /* MaterialIcons.ttf */; };
C544F29E1B29F55400EFFA3D /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C544F2971B29F55400EFFA3D /* Zocial.ttf */; };
C57BBDAB1B2DF43600190F58 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C57BBDAA1B2DF42A00190F58 /* libRCTLinking.a */; };
C57BBDAC1B2DF43C00190F58 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C57BBDA41B2DF41700190F58 /* libRCTWebSocket.a */; };
C5C389EF1B2A117400760C7C /* libRNOverlay.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C5C389EE1B2A115F00760C7C /* libRNOverlay.a */; };
/* End PBXBuildFile section */
@ -86,13 +87,6 @@
remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
remoteInfo = React;
};
78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 134814201AA4EA6300B7C361;
remoteInfo = RCTLinking;
};
832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
@ -107,6 +101,20 @@
remoteGlobalIDString = 5DBEB1501B18CEA900B34395;
remoteInfo = RNVectorIcons;
};
C57BBDA31B2DF41700190F58 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C57BBD9F1B2DF41700190F58 /* RCTWebSocket.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 3C86DF461ADF2C930047B81A;
remoteInfo = RCTWebSocket;
};
C57BBDA91B2DF42A00190F58 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C57BBDA51B2DF42A00190F58 /* RCTLinking.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 134814201AA4EA6300B7C361;
remoteInfo = RCTLinking;
};
C5C389E51B2A037000760C7C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C5C389E11B2A037000760C7C /* RNModal.xcodeproj */;
@ -141,7 +149,6 @@
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = iOS/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = iOS/main.m; sourceTree = "<group>"; };
146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
C50C386A1B0915AD009B679A /* BlurView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlurView.h; sourceTree = "<group>"; };
C50C386B1B0915AD009B679A /* BlurView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BlurView.m; sourceTree = "<group>"; };
@ -159,6 +166,8 @@
C544F2951B29F55400EFFA3D /* Ionicons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Ionicons.ttf; sourceTree = "<group>"; };
C544F2961B29F55400EFFA3D /* MaterialIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = MaterialIcons.ttf; sourceTree = "<group>"; };
C544F2971B29F55400EFFA3D /* Zocial.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = Zocial.ttf; sourceTree = "<group>"; };
C57BBD9F1B2DF41700190F58 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../NativeModal/node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
C57BBDA51B2DF42A00190F58 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../NativeModal/node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
C5C389E11B2A037000760C7C /* RNModal.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNModal.xcodeproj; path = "node_modules/react-native-modal/RNModal.xcodeproj"; sourceTree = "<group>"; };
C5C389E91B2A115F00760C7C /* RNOverlay.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNOverlay.xcodeproj; path = "node_modules/react-native-modal/node_modules/react-native-overlay/RNOverlay.xcodeproj"; sourceTree = "<group>"; };
/* End PBXFileReference section */
@ -175,16 +184,17 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C57BBDAC1B2DF43C00190F58 /* libRCTWebSocket.a in Frameworks */,
146834051AC3E58100842450 /* libReact.a in Frameworks */,
139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
00C302E61ABCBA2D00DB3ED1 /* libRCTAdSupport.a in Frameworks */,
00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */,
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
C544F28F1B29F4F300EFFA3D /* libRNVectorIcons.a in Frameworks */,
C5C389EF1B2A117400760C7C /* libRNOverlay.a in Frameworks */,
C57BBDAB1B2DF43600190F58 /* libRCTLinking.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -272,17 +282,11 @@
name = Products;
sourceTree = "<group>";
};
78C398B11ACF4ADC00677621 /* Products */ = {
isa = PBXGroup;
children = (
78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
);
name = Products;
sourceTree = "<group>";
};
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
isa = PBXGroup;
children = (
C57BBDA51B2DF42A00190F58 /* RCTLinking.xcodeproj */,
C57BBD9F1B2DF41700190F58 /* RCTWebSocket.xcodeproj */,
C5C389E91B2A115F00760C7C /* RNOverlay.xcodeproj */,
C5C389E11B2A037000760C7C /* RNModal.xcodeproj */,
C544F2811B29F4C800EFFA3D /* RNVectorIcons.xcodeproj */,
@ -290,7 +294,6 @@
00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
00C302AF1ABCB8E700DB3ED1 /* RCTAdSupport.xcodeproj */,
00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */,
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */,
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
@ -375,6 +378,22 @@
path = "node_modules/react-native-vector-icons/Fonts";
sourceTree = "<group>";
};
C57BBDA01B2DF41700190F58 /* Products */ = {
isa = PBXGroup;
children = (
C57BBDA41B2DF41700190F58 /* libRCTWebSocket.a */,
);
name = Products;
sourceTree = "<group>";
};
C57BBDA61B2DF42A00190F58 /* Products */ = {
isa = PBXGroup;
children = (
C57BBDAA1B2DF42A00190F58 /* libRCTLinking.a */,
);
name = Products;
sourceTree = "<group>";
};
C5C389E21B2A037000760C7C /* Products */ = {
isa = PBXGroup;
children = (
@ -469,8 +488,8 @@
ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
},
{
ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
ProductGroup = C57BBDA61B2DF42A00190F58 /* Products */;
ProjectRef = C57BBDA51B2DF42A00190F58 /* RCTLinking.xcodeproj */;
},
{
ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
@ -484,6 +503,10 @@
ProductGroup = 832341B11AAA6A8300B99B32 /* Products */;
ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
},
{
ProductGroup = C57BBDA01B2DF41700190F58 /* Products */;
ProjectRef = C57BBD9F1B2DF41700190F58 /* RCTWebSocket.xcodeproj */;
},
{
ProductGroup = 146834001AC3E56700842450 /* Products */;
ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
@ -552,13 +575,6 @@
remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libRCTLinking.a;
remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
@ -573,6 +589,20 @@
remoteRef = C544F28D1B29F4C800EFFA3D /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
C57BBDA41B2DF41700190F58 /* libRCTWebSocket.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libRCTWebSocket.a;
remoteRef = C57BBDA31B2DF41700190F58 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
C57BBDAA1B2DF42A00190F58 /* libRCTLinking.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libRCTLinking.a;
remoteRef = C57BBDA91B2DF42A00190F58 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
C5C389E61B2A037000760C7C /* libRNModal.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;