Skip to content

Commit

Permalink
fixing snapshot fails, see comment https://github.com/facebook/react-…
Browse files Browse the repository at this point in the history
  • Loading branch information
zirconias committed Apr 22, 2017
1 parent 02468d9 commit d894ad9
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions ios/WinAdmCockpit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
Expand Down Expand Up @@ -292,6 +293,13 @@
remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
remoteInfo = WinAdmCockpit;
};
84FD273A1EAC17BD00F8DB03 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 83CBBA2D1A601D0E00E9B192;
remoteInfo = React;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -362,8 +370,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
845B7B7C1EA819B600AD740E /* libRNI18n.a in Frameworks */,
146834051AC3E58100842450 /* libReact.a in Frameworks */,
845B7B7C1EA819B600AD740E /* libRNI18n.a in Frameworks */,
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
Expand All @@ -374,8 +382,8 @@
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
150D5BC14C63492398349ED5 /* libRCTCamera.a in Frameworks */,
487568E0DF0449FFBD1D9BF1 /* libReact.a in Frameworks */,
150D5BC14C63492398349ED5 /* libRCTCamera.a in Frameworks */,
85CCFD15FBF745679AC79C3B /* libyoga.a in Frameworks */,
ADE962D3D517433395A1CEF7 /* libcxxreact.a in Frameworks */,
5171F122DE9D4EC59C4A82FD /* libjschelpers.a in Frameworks */,
Expand Down Expand Up @@ -703,6 +711,7 @@
buildRules = (
);
dependencies = (
84FD273B1EAC17BD00F8DB03 /* PBXTargetDependency */,
);
name = WinAdmCockpit;
productName = "Hello World";
Expand Down Expand Up @@ -1236,6 +1245,11 @@
target = 13B07F861A680F5B00A75B9A /* WinAdmCockpit */;
targetProxy = 845B7AF51EA8054D00AD740E /* PBXContainerItemProxy */;
};
84FD273B1EAC17BD00F8DB03 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = React;
targetProxy = 84FD273A1EAC17BD00F8DB03 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
Expand Down Expand Up @@ -1267,6 +1281,7 @@
"$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
);
"HEADER_SEARCH_PATHS[arch=*]" = "$(REACT_HEADERS_PATH)";
INFOPLIST_FILE = WinAdmCockpitTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand All @@ -1286,6 +1301,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
REACT_HEADERS_PATH = "$(BUILD_DIR)/Release-$(PLATFORM_NAME)/include";
SWIFT_OBJC_BRIDGING_HEADER = "WinAdmCockpitTests/WinAdmCockpitTests-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
Expand All @@ -1306,6 +1322,7 @@
"$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
);
"HEADER_SEARCH_PATHS[arch=*]" = "$(REACT_HEADERS_PATH)";
INFOPLIST_FILE = WinAdmCockpitTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
Expand All @@ -1325,6 +1342,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
REACT_HEADERS_PATH = "$(BUILD_DIR)/Release-$(PLATFORM_NAME)/include";
SWIFT_OBJC_BRIDGING_HEADER = "WinAdmCockpitTests/WinAdmCockpitTests-Bridging-Header.h";
SWIFT_VERSION = 3.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/WinAdmCockpit.app/WinAdmCockpit";
Expand All @@ -1344,15 +1362,21 @@
"$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
);
"HEADER_SEARCH_PATHS[arch=*]" = "$(REACT_HEADERS_PATH)";
INFOPLIST_FILE = WinAdmCockpit/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = WinAdmCockpit;
REACT_HEADERS_PATH = "$(BUILD_DIR)/Release-$(PLATFORM_NAME)/include";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
Expand All @@ -1369,15 +1393,21 @@
"$(SRCROOT)/../node_modules/react-native-sqlite-storage/src/ios",
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
);
"HEADER_SEARCH_PATHS[arch=*]" = "$(REACT_HEADERS_PATH)";
INFOPLIST_FILE = WinAdmCockpit/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = WinAdmCockpit;
REACT_HEADERS_PATH = "$(BUILD_DIR)/Release-$(PLATFORM_NAME)/include";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
Expand Down Expand Up @@ -1620,11 +1650,13 @@
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
"HEADER_SEARCH_PATHS[arch=*]" = "$(REACT_HEADERS_PATH)";
INFOPLIST_FILE = WinAdmCockpitUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.tests.ui.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
REACT_HEADERS_PATH = "$(BUILD_DIR)/Release-$(PLATFORM_NAME)/include";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
Expand All @@ -1640,11 +1672,13 @@
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
"HEADER_SEARCH_PATHS[arch=*]" = "$(REACT_HEADERS_PATH)";
INFOPLIST_FILE = WinAdmCockpitUITests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.tests.ui.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
REACT_HEADERS_PATH = "$(BUILD_DIR)/Release-$(PLATFORM_NAME)/include";
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_VERSION = 3.0;
TEST_TARGET_NAME = WinAdmCockpit;
Expand Down

0 comments on commit d894ad9

Please sign in to comment.