2016-09-07 17:35:04 +00:00
|
|
|
// !$*UTF8*$!
|
|
|
|
{
|
|
|
|
archiveVersion = 1;
|
|
|
|
classes = {
|
|
|
|
};
|
2024-01-15 13:27:35 +00:00
|
|
|
objectVersion = 54;
|
2016-09-07 17:35:04 +00:00
|
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
|
206C9F3E1D474E910063E3E6 /* RCTStatus.h in Copy Files */ = {isa = PBXBuildFile; fileRef = 206C9F3D1D474E910063E3E6 /* RCTStatus.h */; };
|
|
|
|
206C9F401D474E910063E3E6 /* RCTStatus.m in Sources */ = {isa = PBXBuildFile; fileRef = 206C9F3F1D474E910063E3E6 /* RCTStatus.m */; };
|
2022-05-10 16:09:29 +00:00
|
|
|
CE4E31B11D86951A0033ED64 /* Statusgo.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE4E31B01D86951A0033ED64 /* Statusgo.xcframework */; };
|
2024-01-15 13:27:35 +00:00
|
|
|
E92244EB2B485F2400915F4C /* UIHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = E92244E92B485F2400915F4C /* UIHelper.m */; };
|
|
|
|
E967A3AC2B47BD5A00FB19B2 /* Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = E967A3AB2B47BD5A00FB19B2 /* Utils.m */; };
|
|
|
|
E9BEF3602B470BF1001F6755 /* NetworkManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E9BEF35E2B470BF1001F6755 /* NetworkManager.m */; };
|
|
|
|
E9C33AA62B4828A60074B1C5 /* DatabaseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E9C33AA52B4828A60074B1C5 /* DatabaseManager.m */; };
|
|
|
|
E9DB08932B4858B400F51053 /* LogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E9DB08912B4858B400F51053 /* LogManager.m */; };
|
|
|
|
E9F5C3322B483B6C001A7F40 /* EncryptionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F5C3312B483B6C001A7F40 /* EncryptionUtils.m */; };
|
|
|
|
E9FC4ED12B47EEFF00E834DB /* AccountManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E9FC4ECF2B47EEFF00E834DB /* AccountManager.m */; };
|
2016-09-07 17:35:04 +00:00
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
206C9F381D474E910063E3E6 /* Copy Files */ = {
|
|
|
|
isa = PBXCopyFilesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
dstPath = "include/$(PRODUCT_NAME)";
|
|
|
|
dstSubfolderSpec = 16;
|
|
|
|
files = (
|
|
|
|
206C9F3E1D474E910063E3E6 /* RCTStatus.h in Copy Files */,
|
|
|
|
);
|
|
|
|
name = "Copy Files";
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
|
206C9F3A1D474E910063E3E6 /* libRCTStatus.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTStatus.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
206C9F3D1D474E910063E3E6 /* RCTStatus.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTStatus.h; sourceTree = "<group>"; };
|
|
|
|
206C9F3F1D474E910063E3E6 /* RCTStatus.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RCTStatus.m; sourceTree = "<group>"; };
|
2022-05-10 16:09:29 +00:00
|
|
|
CE4E31B01D86951A0033ED64 /* Statusgo.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = Statusgo.xcframework; sourceTree = "<group>"; };
|
2024-01-15 13:27:35 +00:00
|
|
|
E92244E92B485F2400915F4C /* UIHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIHelper.m; sourceTree = "<group>"; };
|
|
|
|
E92244EA2B485F2400915F4C /* UIHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIHelper.h; sourceTree = "<group>"; };
|
|
|
|
E967A3AA2B47BD5A00FB19B2 /* Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = "<group>"; };
|
|
|
|
E967A3AB2B47BD5A00FB19B2 /* Utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utils.m; sourceTree = "<group>"; };
|
|
|
|
E9BEF35E2B470BF1001F6755 /* NetworkManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NetworkManager.m; sourceTree = "<group>"; };
|
|
|
|
E9BEF35F2B470BF1001F6755 /* NetworkManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetworkManager.h; sourceTree = "<group>"; };
|
|
|
|
E9C33AA42B4828A60074B1C5 /* DatabaseManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseManager.h; sourceTree = "<group>"; };
|
|
|
|
E9C33AA52B4828A60074B1C5 /* DatabaseManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DatabaseManager.m; sourceTree = "<group>"; };
|
|
|
|
E9DB08912B4858B400F51053 /* LogManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LogManager.m; sourceTree = "<group>"; };
|
|
|
|
E9DB08922B4858B400F51053 /* LogManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LogManager.h; sourceTree = "<group>"; };
|
|
|
|
E9F5C3302B483B6C001A7F40 /* EncryptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EncryptionUtils.h; sourceTree = "<group>"; };
|
|
|
|
E9F5C3312B483B6C001A7F40 /* EncryptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EncryptionUtils.m; sourceTree = "<group>"; };
|
|
|
|
E9FC4ECF2B47EEFF00E834DB /* AccountManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AccountManager.m; sourceTree = "<group>"; };
|
|
|
|
E9FC4ED02B47EEFF00E834DB /* AccountManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountManager.h; sourceTree = "<group>"; };
|
2016-09-07 17:35:04 +00:00
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
206C9F371D474E910063E3E6 /* Frameworks */ = {
|
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
2022-05-10 16:09:29 +00:00
|
|
|
CE4E31B11D86951A0033ED64 /* Statusgo.xcframework in Frameworks */,
|
2016-09-07 17:35:04 +00:00
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
|
206C9F311D474E910063E3E6 = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2022-05-10 16:09:29 +00:00
|
|
|
CE4E31B01D86951A0033ED64 /* Statusgo.xcframework */,
|
2016-09-12 08:16:07 +00:00
|
|
|
206C9F3C1D474E910063E3E6 /* Status */,
|
2016-09-07 17:35:04 +00:00
|
|
|
206C9F3B1D474E910063E3E6 /* Products */,
|
|
|
|
);
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
206C9F3B1D474E910063E3E6 /* Products */ = {
|
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
|
|
|
206C9F3A1D474E910063E3E6 /* libRCTStatus.a */,
|
|
|
|
);
|
|
|
|
name = Products;
|
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
2016-09-12 08:16:07 +00:00
|
|
|
206C9F3C1D474E910063E3E6 /* Status */ = {
|
2016-09-07 17:35:04 +00:00
|
|
|
isa = PBXGroup;
|
|
|
|
children = (
|
2024-01-15 13:27:35 +00:00
|
|
|
E92244EA2B485F2400915F4C /* UIHelper.h */,
|
|
|
|
E92244E92B485F2400915F4C /* UIHelper.m */,
|
|
|
|
E9DB08922B4858B400F51053 /* LogManager.h */,
|
|
|
|
E9DB08912B4858B400F51053 /* LogManager.m */,
|
|
|
|
E9F5C3302B483B6C001A7F40 /* EncryptionUtils.h */,
|
|
|
|
E9F5C3312B483B6C001A7F40 /* EncryptionUtils.m */,
|
|
|
|
E9C33AA42B4828A60074B1C5 /* DatabaseManager.h */,
|
|
|
|
E9C33AA52B4828A60074B1C5 /* DatabaseManager.m */,
|
|
|
|
E9FC4ED02B47EEFF00E834DB /* AccountManager.h */,
|
|
|
|
E9FC4ECF2B47EEFF00E834DB /* AccountManager.m */,
|
|
|
|
E967A3AA2B47BD5A00FB19B2 /* Utils.h */,
|
|
|
|
E967A3AB2B47BD5A00FB19B2 /* Utils.m */,
|
|
|
|
E9BEF35F2B470BF1001F6755 /* NetworkManager.h */,
|
|
|
|
E9BEF35E2B470BF1001F6755 /* NetworkManager.m */,
|
2016-09-07 17:35:04 +00:00
|
|
|
206C9F3D1D474E910063E3E6 /* RCTStatus.h */,
|
|
|
|
206C9F3F1D474E910063E3E6 /* RCTStatus.m */,
|
|
|
|
);
|
2016-09-12 08:16:07 +00:00
|
|
|
name = Status;
|
2016-09-07 17:35:04 +00:00
|
|
|
sourceTree = "<group>";
|
|
|
|
};
|
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
|
|
206C9F391D474E910063E3E6 /* RCTStatus */ = {
|
|
|
|
isa = PBXNativeTarget;
|
|
|
|
buildConfigurationList = 206C9F431D474E910063E3E6 /* Build configuration list for PBXNativeTarget "RCTStatus" */;
|
|
|
|
buildPhases = (
|
|
|
|
206C9F361D474E910063E3E6 /* Sources */,
|
|
|
|
206C9F371D474E910063E3E6 /* Frameworks */,
|
|
|
|
206C9F381D474E910063E3E6 /* Copy Files */,
|
|
|
|
);
|
|
|
|
buildRules = (
|
|
|
|
);
|
|
|
|
dependencies = (
|
|
|
|
);
|
|
|
|
name = RCTStatus;
|
|
|
|
productName = RCTStatus;
|
|
|
|
productReference = 206C9F3A1D474E910063E3E6 /* libRCTStatus.a */;
|
|
|
|
productType = "com.apple.product-type.library.static";
|
|
|
|
};
|
|
|
|
/* End PBXNativeTarget section */
|
|
|
|
|
|
|
|
/* Begin PBXProject section */
|
|
|
|
206C9F321D474E910063E3E6 /* Project object */ = {
|
|
|
|
isa = PBXProject;
|
|
|
|
attributes = {
|
2020-05-01 07:20:06 +00:00
|
|
|
LastUpgradeCheck = 1140;
|
2016-09-07 17:35:04 +00:00
|
|
|
ORGANIZATIONNAME = Status.im;
|
|
|
|
TargetAttributes = {
|
|
|
|
206C9F391D474E910063E3E6 = {
|
|
|
|
CreatedOnToolsVersion = 7.3.1;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
buildConfigurationList = 206C9F351D474E910063E3E6 /* Build configuration list for PBXProject "RCTStatus" */;
|
|
|
|
compatibilityVersion = "Xcode 3.2";
|
2020-05-01 07:20:06 +00:00
|
|
|
developmentRegion = en;
|
2016-09-07 17:35:04 +00:00
|
|
|
hasScannedForEncodings = 0;
|
|
|
|
knownRegions = (
|
|
|
|
en,
|
|
|
|
);
|
|
|
|
mainGroup = 206C9F311D474E910063E3E6;
|
|
|
|
productRefGroup = 206C9F3B1D474E910063E3E6 /* Products */;
|
|
|
|
projectDirPath = "";
|
|
|
|
projectRoot = "";
|
|
|
|
targets = (
|
|
|
|
206C9F391D474E910063E3E6 /* RCTStatus */,
|
|
|
|
);
|
|
|
|
};
|
|
|
|
/* End PBXProject section */
|
|
|
|
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
|
|
206C9F361D474E910063E3E6 /* Sources */ = {
|
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
|
buildActionMask = 2147483647;
|
|
|
|
files = (
|
2024-01-15 13:27:35 +00:00
|
|
|
E9DB08932B4858B400F51053 /* LogManager.m in Sources */,
|
|
|
|
E9F5C3322B483B6C001A7F40 /* EncryptionUtils.m in Sources */,
|
|
|
|
E967A3AC2B47BD5A00FB19B2 /* Utils.m in Sources */,
|
|
|
|
E92244EB2B485F2400915F4C /* UIHelper.m in Sources */,
|
|
|
|
E9BEF3602B470BF1001F6755 /* NetworkManager.m in Sources */,
|
2016-09-07 17:35:04 +00:00
|
|
|
206C9F401D474E910063E3E6 /* RCTStatus.m in Sources */,
|
2024-01-15 13:27:35 +00:00
|
|
|
E9C33AA62B4828A60074B1C5 /* DatabaseManager.m in Sources */,
|
|
|
|
E9FC4ED12B47EEFF00E834DB /* AccountManager.m in Sources */,
|
2016-09-07 17:35:04 +00:00
|
|
|
);
|
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
};
|
|
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
|
|
206C9F411D474E910063E3E6 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_COMMA = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
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;
|
2019-05-03 14:22:43 +00:00
|
|
|
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../../ios/Pods/Headers/Public/SSZipArchive";
|
2016-09-07 17:35:04 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
|
SDKROOT = iphoneos;
|
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
206C9F421D474E910063E3E6 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_COMMA = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
2020-05-01 07:20:06 +00:00
|
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
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;
|
2019-05-03 14:22:43 +00:00
|
|
|
HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../../ios/Pods/Headers/Public/SSZipArchive";
|
2016-09-07 17:35:04 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
2021-01-07 12:59:57 +00:00
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
SDKROOT = iphoneos;
|
|
|
|
VALIDATE_PRODUCT = YES;
|
2016-11-09 10:40:17 +00:00
|
|
|
VALID_ARCHS = "armv7 armv7s arm64";
|
|
|
|
"VALID_ARCHS[sdk=*]" = "armv7 armv7s arm64";
|
2016-09-07 17:35:04 +00:00
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
206C9F441D474E910063E3E6 /* Debug */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
2016-09-12 08:16:07 +00:00
|
|
|
"$(PROJECT_DIR)",
|
2016-09-07 17:35:04 +00:00
|
|
|
);
|
|
|
|
FRAMEWORK_VERSION = A;
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
2016-09-12 08:16:07 +00:00
|
|
|
"$(SRCROOT)/../../../../node_modules/React/**",
|
2019-08-06 16:16:51 +00:00
|
|
|
"$(SRCROOT)/../../../../ios/Pods/Headers/Public/React-Core",
|
2016-09-12 08:16:07 +00:00
|
|
|
"$(SRCROOT)/../../../../node_modules/react-native/React/**",
|
2017-10-17 10:56:14 +00:00
|
|
|
"$(SRCROOT)/../../../../node_modules/react-native-config/ios/ReactNativeConfig",
|
2016-09-07 17:35:04 +00:00
|
|
|
);
|
2020-05-01 07:20:06 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
2016-09-07 17:35:04 +00:00
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
|
OTHER_LDFLAGS = (
|
|
|
|
"-ObjC",
|
|
|
|
"$(inherited)",
|
|
|
|
);
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SKIP_INSTALL = YES;
|
2021-01-07 12:59:57 +00:00
|
|
|
VALID_ARCHS = "armv7 armv7s arm64 ";
|
|
|
|
"VALID_ARCHS[sdk=iphonesimulator14.3]" = "armv7 armv7s x86_64";
|
2016-09-07 17:35:04 +00:00
|
|
|
};
|
|
|
|
name = Debug;
|
|
|
|
};
|
|
|
|
206C9F451D474E910063E3E6 /* Release */ = {
|
|
|
|
isa = XCBuildConfiguration;
|
|
|
|
buildSettings = {
|
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
2016-09-12 08:16:07 +00:00
|
|
|
"$(PROJECT_DIR)",
|
2016-09-07 17:35:04 +00:00
|
|
|
);
|
|
|
|
FRAMEWORK_VERSION = A;
|
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
|
"$(inherited)",
|
2016-09-12 08:16:07 +00:00
|
|
|
"$(SRCROOT)/../../../../node_modules/React/**",
|
2019-08-06 16:16:51 +00:00
|
|
|
"$(SRCROOT)/../../../../ios/Pods/Headers/Public/React-Core",
|
2016-09-12 08:16:07 +00:00
|
|
|
"$(SRCROOT)/../../../../node_modules/react-native/React/**",
|
2017-10-17 10:56:14 +00:00
|
|
|
"$(SRCROOT)/../../../../node_modules/react-native-config/ios/ReactNativeConfig",
|
2016-09-07 17:35:04 +00:00
|
|
|
);
|
2020-05-01 07:20:06 +00:00
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
2021-01-07 12:59:57 +00:00
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
2016-09-07 17:35:04 +00:00
|
|
|
OTHER_LDFLAGS = (
|
|
|
|
"-ObjC",
|
|
|
|
"$(inherited)",
|
|
|
|
);
|
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
SKIP_INSTALL = YES;
|
2016-11-09 10:40:17 +00:00
|
|
|
VALID_ARCHS = "armv7 armv7s arm64";
|
|
|
|
"VALID_ARCHS[sdk=*]" = "armv7 armv7s arm64";
|
2016-09-07 17:35:04 +00:00
|
|
|
};
|
|
|
|
name = Release;
|
|
|
|
};
|
|
|
|
/* End XCBuildConfiguration section */
|
|
|
|
|
|
|
|
/* Begin XCConfigurationList section */
|
|
|
|
206C9F351D474E910063E3E6 /* Build configuration list for PBXProject "RCTStatus" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
206C9F411D474E910063E3E6 /* Debug */,
|
|
|
|
206C9F421D474E910063E3E6 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
206C9F431D474E910063E3E6 /* Build configuration list for PBXNativeTarget "RCTStatus" */ = {
|
|
|
|
isa = XCConfigurationList;
|
|
|
|
buildConfigurations = (
|
|
|
|
206C9F441D474E910063E3E6 /* Debug */,
|
|
|
|
206C9F451D474E910063E3E6 /* Release */,
|
|
|
|
);
|
|
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
defaultConfigurationName = Release;
|
|
|
|
};
|
|
|
|
/* End XCConfigurationList section */
|
|
|
|
};
|
|
|
|
rootObject = 206C9F321D474E910063E3E6 /* Project object */;
|
|
|
|
}
|