mirror of
https://github.com/caoer/CodableFirebase.git
synced 2026-04-02 17:07:52 +08:00
504 lines
21 KiB
Plaintext
504 lines
21 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 48;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
CE7DD3711F9CFA81000225C5 /* CodableFirebase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE7DD3671F9CFA81000225C5 /* CodableFirebase.framework */; };
|
|
CE7DD3781F9CFA81000225C5 /* CodableFirebase.h in Headers */ = {isa = PBXBuildFile; fileRef = CE7DD36A1F9CFA81000225C5 /* CodableFirebase.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
CE7DD3831F9D04AE000225C5 /* FirestoreEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7DD3811F9D04AE000225C5 /* FirestoreEncoder.swift */; };
|
|
CE7DD3841F9D04AE000225C5 /* FirestoreDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7DD3821F9D04AE000225C5 /* FirestoreDecoder.swift */; };
|
|
CE7DD3861F9DE4F7000225C5 /* TestCodableFirestore.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7DD3851F9DE4F7000225C5 /* TestCodableFirestore.swift */; };
|
|
CEFDBF821FF3B35B00745EBE /* Encoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFDBF811FF3B35B00745EBE /* Encoder.swift */; };
|
|
CEFDBF861FF3B56200745EBE /* Decoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFDBF851FF3B56200745EBE /* Decoder.swift */; };
|
|
CEFDBF8A1FF3E24200745EBE /* FirebaseDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFDBF891FF3E24200745EBE /* FirebaseDecoder.swift */; };
|
|
CEFDBF8C1FF3E3CB00745EBE /* FirebaseEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFDBF8B1FF3E3CB00745EBE /* FirebaseEncoder.swift */; };
|
|
CEFDBF8E1FF3E63700745EBE /* CodaleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFDBF8D1FF3E63700745EBE /* CodaleTests.swift */; };
|
|
CEFDBF901FF3EB2900745EBE /* TestCodableFirebase.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEFDBF8F1FF3EB2900745EBE /* TestCodableFirebase.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
CE7DD3721F9CFA81000225C5 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = CE7DD35E1F9CFA80000225C5 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = CE7DD3661F9CFA81000225C5;
|
|
remoteInfo = CodableFirebase;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
CE7DD3671F9CFA81000225C5 /* CodableFirebase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CodableFirebase.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CE7DD36A1F9CFA81000225C5 /* CodableFirebase.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CodableFirebase.h; sourceTree = "<group>"; };
|
|
CE7DD36B1F9CFA81000225C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
CE7DD3701F9CFA81000225C5 /* CodableFirebaseTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CodableFirebaseTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CE7DD3771F9CFA81000225C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
CE7DD3811F9D04AE000225C5 /* FirestoreEncoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirestoreEncoder.swift; sourceTree = "<group>"; };
|
|
CE7DD3821F9D04AE000225C5 /* FirestoreDecoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirestoreDecoder.swift; sourceTree = "<group>"; };
|
|
CE7DD3851F9DE4F7000225C5 /* TestCodableFirestore.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestCodableFirestore.swift; sourceTree = "<group>"; };
|
|
CEFDBF811FF3B35B00745EBE /* Encoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Encoder.swift; sourceTree = "<group>"; };
|
|
CEFDBF851FF3B56200745EBE /* Decoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decoder.swift; sourceTree = "<group>"; };
|
|
CEFDBF891FF3E24200745EBE /* FirebaseDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirebaseDecoder.swift; sourceTree = "<group>"; };
|
|
CEFDBF8B1FF3E3CB00745EBE /* FirebaseEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirebaseEncoder.swift; sourceTree = "<group>"; };
|
|
CEFDBF8D1FF3E63700745EBE /* CodaleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodaleTests.swift; sourceTree = "<group>"; };
|
|
CEFDBF8F1FF3EB2900745EBE /* TestCodableFirebase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestCodableFirebase.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
CE7DD3631F9CFA81000225C5 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
CE7DD36D1F9CFA81000225C5 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
CE7DD3711F9CFA81000225C5 /* CodableFirebase.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
CE7DD35D1F9CFA80000225C5 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
CE7DD3691F9CFA81000225C5 /* CodableFirebase */,
|
|
CE7DD3741F9CFA81000225C5 /* CodableFirebaseTests */,
|
|
CE7DD3681F9CFA81000225C5 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
CE7DD3681F9CFA81000225C5 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
CE7DD3671F9CFA81000225C5 /* CodableFirebase.framework */,
|
|
CE7DD3701F9CFA81000225C5 /* CodableFirebaseTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
CE7DD3691F9CFA81000225C5 /* CodableFirebase */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
CE7DD36A1F9CFA81000225C5 /* CodableFirebase.h */,
|
|
CE7DD3821F9D04AE000225C5 /* FirestoreDecoder.swift */,
|
|
CE7DD3811F9D04AE000225C5 /* FirestoreEncoder.swift */,
|
|
CEFDBF891FF3E24200745EBE /* FirebaseDecoder.swift */,
|
|
CEFDBF8B1FF3E3CB00745EBE /* FirebaseEncoder.swift */,
|
|
CEFDBF851FF3B56200745EBE /* Decoder.swift */,
|
|
CEFDBF811FF3B35B00745EBE /* Encoder.swift */,
|
|
CE7DD36B1F9CFA81000225C5 /* Info.plist */,
|
|
);
|
|
path = CodableFirebase;
|
|
sourceTree = "<group>";
|
|
};
|
|
CE7DD3741F9CFA81000225C5 /* CodableFirebaseTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
CEFDBF8D1FF3E63700745EBE /* CodaleTests.swift */,
|
|
CE7DD3851F9DE4F7000225C5 /* TestCodableFirestore.swift */,
|
|
CEFDBF8F1FF3EB2900745EBE /* TestCodableFirebase.swift */,
|
|
CE7DD3771F9CFA81000225C5 /* Info.plist */,
|
|
);
|
|
path = CodableFirebaseTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
CE7DD3641F9CFA81000225C5 /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
CE7DD3781F9CFA81000225C5 /* CodableFirebase.h in Headers */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXHeadersBuildPhase section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
CE7DD3661F9CFA81000225C5 /* CodableFirebase */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = CE7DD37B1F9CFA81000225C5 /* Build configuration list for PBXNativeTarget "CodableFirebase" */;
|
|
buildPhases = (
|
|
CE7DD3621F9CFA81000225C5 /* Sources */,
|
|
CE7DD3631F9CFA81000225C5 /* Frameworks */,
|
|
CE7DD3641F9CFA81000225C5 /* Headers */,
|
|
CE7DD3651F9CFA81000225C5 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = CodableFirebase;
|
|
productName = CodableFirebase;
|
|
productReference = CE7DD3671F9CFA81000225C5 /* CodableFirebase.framework */;
|
|
productType = "com.apple.product-type.framework";
|
|
};
|
|
CE7DD36F1F9CFA81000225C5 /* CodableFirebaseTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = CE7DD37E1F9CFA81000225C5 /* Build configuration list for PBXNativeTarget "CodableFirebaseTests" */;
|
|
buildPhases = (
|
|
CE7DD36C1F9CFA81000225C5 /* Sources */,
|
|
CE7DD36D1F9CFA81000225C5 /* Frameworks */,
|
|
CE7DD36E1F9CFA81000225C5 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
CE7DD3731F9CFA81000225C5 /* PBXTargetDependency */,
|
|
);
|
|
name = CodableFirebaseTests;
|
|
productName = CodableFirebaseTests;
|
|
productReference = CE7DD3701F9CFA81000225C5 /* CodableFirebaseTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
CE7DD35E1F9CFA80000225C5 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0900;
|
|
LastUpgradeCheck = 0900;
|
|
ORGANIZATIONNAME = ViolentOctopus;
|
|
TargetAttributes = {
|
|
CE7DD3661F9CFA81000225C5 = {
|
|
CreatedOnToolsVersion = 9.0.1;
|
|
LastSwiftMigration = 0900;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
CE7DD36F1F9CFA81000225C5 = {
|
|
CreatedOnToolsVersion = 9.0.1;
|
|
ProvisioningStyle = Automatic;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = CE7DD3611F9CFA80000225C5 /* Build configuration list for PBXProject "CodableFirebase" */;
|
|
compatibilityVersion = "Xcode 8.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = CE7DD35D1F9CFA80000225C5;
|
|
productRefGroup = CE7DD3681F9CFA81000225C5 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
CE7DD3661F9CFA81000225C5 /* CodableFirebase */,
|
|
CE7DD36F1F9CFA81000225C5 /* CodableFirebaseTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
CE7DD3651F9CFA81000225C5 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
CE7DD36E1F9CFA81000225C5 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
CE7DD3621F9CFA81000225C5 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
CE7DD3831F9D04AE000225C5 /* FirestoreEncoder.swift in Sources */,
|
|
CEFDBF8C1FF3E3CB00745EBE /* FirebaseEncoder.swift in Sources */,
|
|
CEFDBF821FF3B35B00745EBE /* Encoder.swift in Sources */,
|
|
CEFDBF861FF3B56200745EBE /* Decoder.swift in Sources */,
|
|
CE7DD3841F9D04AE000225C5 /* FirestoreDecoder.swift in Sources */,
|
|
CEFDBF8A1FF3E24200745EBE /* FirebaseDecoder.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
CE7DD36C1F9CFA81000225C5 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
CE7DD3861F9DE4F7000225C5 /* TestCodableFirestore.swift in Sources */,
|
|
CEFDBF8E1FF3E63700745EBE /* CodaleTests.swift in Sources */,
|
|
CEFDBF901FF3EB2900745EBE /* TestCodableFirebase.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
CE7DD3731F9CFA81000225C5 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = CE7DD3661F9CFA81000225C5 /* CodableFirebase */;
|
|
targetProxy = CE7DD3721F9CFA81000225C5 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
CE7DD3791F9CFA81000225C5 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Debug;
|
|
};
|
|
CE7DD37A1F9CFA81000225C5 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = 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_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
COPY_PHASE_STRIP = NO;
|
|
CURRENT_PROJECT_VERSION = 1;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
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;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
VALIDATE_PRODUCT = YES;
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSION_INFO_PREFIX = "";
|
|
};
|
|
name = Release;
|
|
};
|
|
CE7DD37C1F9CFA81000225C5 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEFINES_MODULE = YES;
|
|
DEVELOPMENT_TEAM = 7H6SM4X3H7;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
INFOPLIST_FILE = CodableFirebase/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @loader_path/../Frameworks @executable_path/../Frameworks";
|
|
MACH_O_TYPE = mh_dylib;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebase;
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator macosx";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
WATCHOS_DEPLOYMENT_TARGET = 2.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
CE7DD37D1F9CFA81000225C5 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEFINES_MODULE = YES;
|
|
DEVELOPMENT_TEAM = 7H6SM4X3H7;
|
|
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
DYLIB_CURRENT_VERSION = 1;
|
|
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
INFOPLIST_FILE = CodableFirebase/Info.plist;
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
MACH_O_TYPE = mh_dylib;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebase;
|
|
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
|
SKIP_INSTALL = YES;
|
|
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator macosx";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
WATCHOS_DEPLOYMENT_TARGET = 2.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
CE7DD37F1F9CFA81000225C5 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = "";
|
|
INFOPLIST_FILE = CodableFirebaseTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebaseTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvos watchos macosx appletvsimulator iphonesimulator watchsimulator";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
WATCHOS_DEPLOYMENT_TARGET = 2.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
CE7DD3801F9CFA81000225C5 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
CODE_SIGN_IDENTITY = "";
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = "";
|
|
INFOPLIST_FILE = CodableFirebaseTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.violentoctopus.CodableFirebaseTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos appletvos watchos macosx appletvsimulator iphonesimulator watchsimulator";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2,3,4";
|
|
TVOS_DEPLOYMENT_TARGET = 9.0;
|
|
WATCHOS_DEPLOYMENT_TARGET = 2.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
CE7DD3611F9CFA80000225C5 /* Build configuration list for PBXProject "CodableFirebase" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
CE7DD3791F9CFA81000225C5 /* Debug */,
|
|
CE7DD37A1F9CFA81000225C5 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
CE7DD37B1F9CFA81000225C5 /* Build configuration list for PBXNativeTarget "CodableFirebase" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
CE7DD37C1F9CFA81000225C5 /* Debug */,
|
|
CE7DD37D1F9CFA81000225C5 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
CE7DD37E1F9CFA81000225C5 /* Build configuration list for PBXNativeTarget "CodableFirebaseTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
CE7DD37F1F9CFA81000225C5 /* Debug */,
|
|
CE7DD3801F9CFA81000225C5 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = CE7DD35E1F9CFA80000225C5 /* Project object */;
|
|
}
|