mirror of
https://github.com/tappollo/RealmAccessor.git
synced 2026-01-12 22:34:22 +08:00
570 lines
24 KiB
Plaintext
570 lines
24 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 50;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
097DDB422085E6B2E5C16E33 /* Pods_RealmAccessor.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 205DFEFF3A504FE129C89064 /* Pods_RealmAccessor.framework */; };
|
|
172B00B820B538640062A328 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00B720B538640062A328 /* AppDelegate.swift */; };
|
|
172B00BA20B538640062A328 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00B920B538640062A328 /* ViewController.swift */; };
|
|
172B00BD20B538640062A328 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 172B00BB20B538640062A328 /* Main.storyboard */; };
|
|
172B00BF20B538650062A328 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 172B00BE20B538650062A328 /* Assets.xcassets */; };
|
|
172B00C220B538650062A328 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 172B00C020B538650062A328 /* LaunchScreen.storyboard */; };
|
|
172B00CD20B538650062A328 /* RealmAccessorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00CC20B538650062A328 /* RealmAccessorTests.swift */; };
|
|
172B00D920B53EC10062A328 /* Threading.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00D820B53EC10062A328 /* Threading.swift */; };
|
|
172B00DB20B53F340062A328 /* DBAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00DA20B53F340062A328 /* DBAccess.swift */; };
|
|
172B00DD20B565E50062A328 /* Charm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00DC20B565E50062A328 /* Charm.swift */; };
|
|
172B00DF20B5E4850062A328 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00DE20B5E4850062A328 /* Result.swift */; };
|
|
172B00E320B685520062A328 /* ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00E220B685520062A328 /* ViewModel.swift */; };
|
|
172B00E520B685630062A328 /* Model.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00E420B685630062A328 /* Model.swift */; };
|
|
172B00E920B732C40062A328 /* AppLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172B00E820B732C40062A328 /* AppLogger.swift */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
172B00C920B538650062A328 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 172B00AC20B538640062A328 /* Project object */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 172B00B320B538640062A328;
|
|
remoteInfo = RealmAccessor;
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
172B00B420B538640062A328 /* RealmAccessor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RealmAccessor.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
172B00B720B538640062A328 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
172B00B920B538640062A328 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
|
172B00BC20B538640062A328 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
172B00BE20B538650062A328 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
172B00C120B538650062A328 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
172B00C320B538650062A328 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
172B00C820B538650062A328 /* RealmAccessorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RealmAccessorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
172B00CC20B538650062A328 /* RealmAccessorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RealmAccessorTests.swift; sourceTree = "<group>"; };
|
|
172B00CE20B538650062A328 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
172B00D820B53EC10062A328 /* Threading.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Threading.swift; sourceTree = "<group>"; };
|
|
172B00DA20B53F340062A328 /* DBAccess.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DBAccess.swift; sourceTree = "<group>"; };
|
|
172B00DC20B565E50062A328 /* Charm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Charm.swift; sourceTree = "<group>"; };
|
|
172B00DE20B5E4850062A328 /* Result.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = "<group>"; };
|
|
172B00E220B685520062A328 /* ViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModel.swift; sourceTree = "<group>"; };
|
|
172B00E420B685630062A328 /* Model.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Model.swift; sourceTree = "<group>"; };
|
|
172B00E820B732C40062A328 /* AppLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppLogger.swift; sourceTree = "<group>"; };
|
|
1D486461ADD2413AFEC0204F /* Pods-RealmAccessor.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RealmAccessor.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RealmAccessor/Pods-RealmAccessor.debug.xcconfig"; sourceTree = "<group>"; };
|
|
205DFEFF3A504FE129C89064 /* Pods_RealmAccessor.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RealmAccessor.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
D6CB4CD53C16EF2464087192 /* Pods-RealmAccessor.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RealmAccessor.release.xcconfig"; path = "Pods/Target Support Files/Pods-RealmAccessor/Pods-RealmAccessor.release.xcconfig"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
172B00B120B538640062A328 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
097DDB422085E6B2E5C16E33 /* Pods_RealmAccessor.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
172B00C520B538650062A328 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
172B00AB20B538640062A328 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
172B00D720B53EAE0062A328 /* Source */,
|
|
172B00B620B538640062A328 /* RealmAccessor */,
|
|
172B00CB20B538650062A328 /* RealmAccessorTests */,
|
|
172B00B520B538640062A328 /* Products */,
|
|
A545E310C4BCED1B934C9869 /* Pods */,
|
|
AB5D8028379F2970088D0FED /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
172B00B520B538640062A328 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
172B00B420B538640062A328 /* RealmAccessor.app */,
|
|
172B00C820B538650062A328 /* RealmAccessorTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
172B00B620B538640062A328 /* RealmAccessor */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
172B00B720B538640062A328 /* AppDelegate.swift */,
|
|
172B00B920B538640062A328 /* ViewController.swift */,
|
|
172B00BB20B538640062A328 /* Main.storyboard */,
|
|
172B00BE20B538650062A328 /* Assets.xcassets */,
|
|
172B00C020B538650062A328 /* LaunchScreen.storyboard */,
|
|
172B00C320B538650062A328 /* Info.plist */,
|
|
172B00E820B732C40062A328 /* AppLogger.swift */,
|
|
172B00E220B685520062A328 /* ViewModel.swift */,
|
|
172B00E420B685630062A328 /* Model.swift */,
|
|
);
|
|
path = RealmAccessor;
|
|
sourceTree = "<group>";
|
|
};
|
|
172B00CB20B538650062A328 /* RealmAccessorTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
172B00CC20B538650062A328 /* RealmAccessorTests.swift */,
|
|
172B00CE20B538650062A328 /* Info.plist */,
|
|
);
|
|
path = RealmAccessorTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
172B00D720B53EAE0062A328 /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
172B00D820B53EC10062A328 /* Threading.swift */,
|
|
172B00DA20B53F340062A328 /* DBAccess.swift */,
|
|
172B00DC20B565E50062A328 /* Charm.swift */,
|
|
172B00DE20B5E4850062A328 /* Result.swift */,
|
|
);
|
|
path = Source;
|
|
sourceTree = "<group>";
|
|
};
|
|
A545E310C4BCED1B934C9869 /* Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1D486461ADD2413AFEC0204F /* Pods-RealmAccessor.debug.xcconfig */,
|
|
D6CB4CD53C16EF2464087192 /* Pods-RealmAccessor.release.xcconfig */,
|
|
);
|
|
name = Pods;
|
|
sourceTree = "<group>";
|
|
};
|
|
AB5D8028379F2970088D0FED /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
205DFEFF3A504FE129C89064 /* Pods_RealmAccessor.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
172B00B320B538640062A328 /* RealmAccessor */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 172B00D120B538650062A328 /* Build configuration list for PBXNativeTarget "RealmAccessor" */;
|
|
buildPhases = (
|
|
EBE8CF48049C6A6560A7AB1C /* [CP] Check Pods Manifest.lock */,
|
|
172B00B020B538640062A328 /* Sources */,
|
|
172B00B120B538640062A328 /* Frameworks */,
|
|
172B00B220B538640062A328 /* Resources */,
|
|
404C4AACB7CAF33B4115D92B /* [CP] Embed Pods Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = RealmAccessor;
|
|
productName = RealmAccessor;
|
|
productReference = 172B00B420B538640062A328 /* RealmAccessor.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
172B00C720B538650062A328 /* RealmAccessorTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 172B00D420B538650062A328 /* Build configuration list for PBXNativeTarget "RealmAccessorTests" */;
|
|
buildPhases = (
|
|
172B00C420B538650062A328 /* Sources */,
|
|
172B00C520B538650062A328 /* Frameworks */,
|
|
172B00C620B538650062A328 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
172B00CA20B538650062A328 /* PBXTargetDependency */,
|
|
);
|
|
name = RealmAccessorTests;
|
|
productName = RealmAccessorTests;
|
|
productReference = 172B00C820B538650062A328 /* RealmAccessorTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
172B00AC20B538640062A328 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0930;
|
|
LastUpgradeCheck = 0930;
|
|
ORGANIZATIONNAME = "Ruoyu Fu";
|
|
TargetAttributes = {
|
|
172B00B320B538640062A328 = {
|
|
CreatedOnToolsVersion = 9.3.1;
|
|
};
|
|
172B00C720B538650062A328 = {
|
|
CreatedOnToolsVersion = 9.3.1;
|
|
TestTargetID = 172B00B320B538640062A328;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 172B00AF20B538640062A328 /* Build configuration list for PBXProject "RealmAccessor" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 172B00AB20B538640062A328;
|
|
productRefGroup = 172B00B520B538640062A328 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
172B00B320B538640062A328 /* RealmAccessor */,
|
|
172B00C720B538650062A328 /* RealmAccessorTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
172B00B220B538640062A328 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
172B00C220B538650062A328 /* LaunchScreen.storyboard in Resources */,
|
|
172B00BF20B538650062A328 /* Assets.xcassets in Resources */,
|
|
172B00BD20B538640062A328 /* Main.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
172B00C620B538650062A328 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
404C4AACB7CAF33B4115D92B /* [CP] Embed Pods Frameworks */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"${SRCROOT}/Pods/Target Support Files/Pods-RealmAccessor/Pods-RealmAccessor-frameworks.sh",
|
|
"${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
|
|
"${BUILT_PRODUCTS_DIR}/RealmSwift/RealmSwift.framework",
|
|
);
|
|
name = "[CP] Embed Pods Frameworks";
|
|
outputPaths = (
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RealmAccessor/Pods-RealmAccessor-frameworks.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
EBE8CF48049C6A6560A7AB1C /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
"${PODS_ROOT}/Manifest.lock",
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/Pods-RealmAccessor-checkManifestLockResult.txt",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
172B00B020B538640062A328 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
172B00E520B685630062A328 /* Model.swift in Sources */,
|
|
172B00DF20B5E4850062A328 /* Result.swift in Sources */,
|
|
172B00BA20B538640062A328 /* ViewController.swift in Sources */,
|
|
172B00DB20B53F340062A328 /* DBAccess.swift in Sources */,
|
|
172B00D920B53EC10062A328 /* Threading.swift in Sources */,
|
|
172B00DD20B565E50062A328 /* Charm.swift in Sources */,
|
|
172B00E320B685520062A328 /* ViewModel.swift in Sources */,
|
|
172B00E920B732C40062A328 /* AppLogger.swift in Sources */,
|
|
172B00B820B538640062A328 /* AppDelegate.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
172B00C420B538650062A328 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
172B00CD20B538650062A328 /* RealmAccessorTests.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
172B00CA20B538650062A328 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
target = 172B00B320B538640062A328 /* RealmAccessor */;
|
|
targetProxy = 172B00C920B538650062A328 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
172B00BB20B538640062A328 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
172B00BC20B538640062A328 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
172B00C020B538650062A328 /* LaunchScreen.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
172B00C120B538650062A328 /* Base */,
|
|
);
|
|
name = LaunchScreen.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
172B00CF20B538650062A328 /* 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_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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 = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
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.3;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
172B00D020B538650062A328 /* 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_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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 = "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 = 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.3;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
172B00D220B538650062A328 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = 1D486461ADD2413AFEC0204F /* Pods-RealmAccessor.debug.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
INFOPLIST_FILE = RealmAccessor/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.aemaeth.RealmAccessor;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
172B00D320B538650062A328 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = D6CB4CD53C16EF2464087192 /* Pods-RealmAccessor.release.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
INFOPLIST_FILE = RealmAccessor/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.aemaeth.RealmAccessor;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
172B00D520B538650062A328 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
INFOPLIST_FILE = RealmAccessorTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.aemaeth.RealmAccessorTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RealmAccessor.app/RealmAccessor";
|
|
};
|
|
name = Debug;
|
|
};
|
|
172B00D620B538650062A328 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
|
CODE_SIGN_STYLE = Automatic;
|
|
INFOPLIST_FILE = RealmAccessorTests/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
"@loader_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.aemaeth.RealmAccessorTests;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.0;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RealmAccessor.app/RealmAccessor";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
172B00AF20B538640062A328 /* Build configuration list for PBXProject "RealmAccessor" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
172B00CF20B538650062A328 /* Debug */,
|
|
172B00D020B538650062A328 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
172B00D120B538650062A328 /* Build configuration list for PBXNativeTarget "RealmAccessor" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
172B00D220B538650062A328 /* Debug */,
|
|
172B00D320B538650062A328 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
172B00D420B538650062A328 /* Build configuration list for PBXNativeTarget "RealmAccessorTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
172B00D520B538650062A328 /* Debug */,
|
|
172B00D620B538650062A328 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 172B00AC20B538640062A328 /* Project object */;
|
|
}
|