mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 05:30:42 +00:00
322 lines
11 KiB
Plaintext
322 lines
11 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
248766471DA3E8ED00D93EDA /* Instabug.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 248766451DA3E8ED00D93EDA /* Instabug.framework */; };
|
|
24DF11FD1DA3A2F30056F77C /* InstabugReactBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DF11FA1DA3A2F30056F77C /* InstabugReactBridge.m */; };
|
|
24DF11FE1DA3A2F30056F77C /* RCTConvert+InstabugEnums.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DF11FC1DA3A2F30056F77C /* RCTConvert+InstabugEnums.m */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
24DF11EB1DA3A2B90056F77C /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "include/$(PRODUCT_NAME)";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
248766441DA3E8ED00D93EDA /* Instabug.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Instabug.bundle; sourceTree = "<group>"; };
|
|
248766451DA3E8ED00D93EDA /* Instabug.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Instabug.framework; sourceTree = "<group>"; };
|
|
24DF11ED1DA3A2B90056F77C /* libRNInstabug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNInstabug.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
24DF11F91DA3A2F30056F77C /* InstabugReactBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InstabugReactBridge.h; sourceTree = "<group>"; };
|
|
24DF11FA1DA3A2F30056F77C /* InstabugReactBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstabugReactBridge.m; sourceTree = "<group>"; };
|
|
24DF11FB1DA3A2F30056F77C /* RCTConvert+InstabugEnums.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+InstabugEnums.h"; sourceTree = "<group>"; };
|
|
24DF11FC1DA3A2F30056F77C /* RCTConvert+InstabugEnums.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+InstabugEnums.m"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
24DF11EA1DA3A2B90056F77C /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
248766471DA3E8ED00D93EDA /* Instabug.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
248766431DA3E8EC00D93EDA /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
248766441DA3E8ED00D93EDA /* Instabug.bundle */,
|
|
248766451DA3E8ED00D93EDA /* Instabug.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
24DF11E41DA3A2B90056F77C = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
24DF11EF1DA3A2B90056F77C /* RNInstabug */,
|
|
24DF11EE1DA3A2B90056F77C /* Products */,
|
|
248766431DA3E8EC00D93EDA /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
24DF11EE1DA3A2B90056F77C /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
24DF11ED1DA3A2B90056F77C /* libRNInstabug.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
24DF11EF1DA3A2B90056F77C /* RNInstabug */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
24DF11F91DA3A2F30056F77C /* InstabugReactBridge.h */,
|
|
24DF11FA1DA3A2F30056F77C /* InstabugReactBridge.m */,
|
|
24DF11FB1DA3A2F30056F77C /* RCTConvert+InstabugEnums.h */,
|
|
24DF11FC1DA3A2F30056F77C /* RCTConvert+InstabugEnums.m */,
|
|
);
|
|
path = RNInstabug;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
24DF11EC1DA3A2B90056F77C /* RNInstabug */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 24DF11F61DA3A2B90056F77C /* Build configuration list for PBXNativeTarget "RNInstabug" */;
|
|
buildPhases = (
|
|
24DF11E91DA3A2B90056F77C /* Sources */,
|
|
24DF11EA1DA3A2B90056F77C /* Frameworks */,
|
|
24DF11EB1DA3A2B90056F77C /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = RNInstabug;
|
|
productName = RNInstabug;
|
|
productReference = 24DF11ED1DA3A2B90056F77C /* libRNInstabug.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
24DF11E51DA3A2B90056F77C /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0800;
|
|
ORGANIZATIONNAME = instabug;
|
|
TargetAttributes = {
|
|
24DF11EC1DA3A2B90056F77C = {
|
|
CreatedOnToolsVersion = 8.0;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 24DF11E81DA3A2B90056F77C /* Build configuration list for PBXProject "RNInstabug" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 24DF11E41DA3A2B90056F77C;
|
|
productRefGroup = 24DF11EE1DA3A2B90056F77C /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
24DF11EC1DA3A2B90056F77C /* RNInstabug */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
24DF11E91DA3A2B90056F77C /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
24DF11FE1DA3A2F30056F77C /* RCTConvert+InstabugEnums.m in Sources */,
|
|
24DF11FD1DA3A2F30056F77C /* InstabugReactBridge.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
24DF11F41DA3A2B90056F77C /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_SUSPICIOUS_MOVES = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(SRCROOT)/../../React/**",
|
|
"$(SRCROOT)/node_modules/react-native/React/**",
|
|
"$(SRCROOT)/../../../node_modules/react-native/React/**",
|
|
"$(SRCROOT)/../react-native/React/**",
|
|
);
|
|
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
24DF11F51DA3A2B90056F77C /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_SUSPICIOUS_MOVES = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(SRCROOT)/../../React/**",
|
|
"$(SRCROOT)/node_modules/react-native/React/**",
|
|
"$(SRCROOT)/../../../node_modules/react-native/React/**",
|
|
"$(SRCROOT)/../react-native/React/**",
|
|
);
|
|
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
24DF11F71DA3A2B90056F77C /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)",
|
|
"$(PROJECT_DIR)/RNInstabug",
|
|
);
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(SRCROOT)/../node_modules/react-native/React/**",
|
|
"$(SRCROOT)/../node_modules/react-native/Libraries/**",
|
|
"$(inherited)",
|
|
"$(SRCROOT)/../../React/**",
|
|
"$(SRCROOT)/../../../node_modules/react-native/React/**",
|
|
"$(SRCROOT)/../react-native/React/**",
|
|
);
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
24DF11F81DA3A2B90056F77C /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"$(PROJECT_DIR)",
|
|
"$(PROJECT_DIR)/RNInstabug",
|
|
);
|
|
HEADER_SEARCH_PATHS = (
|
|
"$(SRCROOT)/../node_modules/react-native/React/**",
|
|
"$(SRCROOT)/../node_modules/react-native/Libraries/**",
|
|
"$(inherited)",
|
|
"$(SRCROOT)/../../React/**",
|
|
"$(SRCROOT)/../../../node_modules/react-native/React/**",
|
|
"$(SRCROOT)/../react-native/React/**",
|
|
);
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
24DF11E81DA3A2B90056F77C /* Build configuration list for PBXProject "RNInstabug" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
24DF11F41DA3A2B90056F77C /* Debug */,
|
|
24DF11F51DA3A2B90056F77C /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
24DF11F61DA3A2B90056F77C /* Build configuration list for PBXNativeTarget "RNInstabug" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
24DF11F71DA3A2B90056F77C /* Debug */,
|
|
24DF11F81DA3A2B90056F77C /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 24DF11E51DA3A2B90056F77C /* Project object */;
|
|
}
|