|
@@ -3,7 +3,7 @@
|
|
|
archiveVersion = 1;
|
|
archiveVersion = 1;
|
|
|
classes = {
|
|
classes = {
|
|
|
};
|
|
};
|
|
|
- objectVersion = 51;
|
|
|
|
|
|
|
+ objectVersion = 54;
|
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
|
|
/* Begin PBXAggregateTarget section */
|
|
/* Begin PBXAggregateTarget section */
|
|
@@ -26,7 +26,7 @@
|
|
|
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
|
|
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
|
|
|
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
|
|
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
|
|
|
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
|
|
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
|
|
|
- A6151BD419F68182C8FF85D2 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 413CC3D3B2FBCF7B69907E26 /* Pods_Runner.framework */; };
|
|
|
|
|
|
|
+ A63EDDC4424F7733E4F1089E /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BFF3568FCDF6A623BAE2DF2 /* Pods_Runner.framework */; };
|
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -53,6 +53,7 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
|
|
|
+ 327BAFDBBDAC4BC4B3F62492 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
|
|
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
|
|
|
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
|
|
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
|
|
|
33CC10ED2044A3C60003C045 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
33CC10ED2044A3C60003C045 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
@@ -67,12 +68,11 @@
|
|
|
33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
|
|
33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
|
|
|
33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
|
|
33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
|
|
|
33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
|
|
33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
|
|
|
- 413CC3D3B2FBCF7B69907E26 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
- 49AA7380F80473893FD60C2E /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
|
|
+ 3BFF3568FCDF6A623BAE2DF2 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
|
|
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
|
|
|
|
|
+ 831993642494A8EE586D7606 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
|
|
|
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
|
|
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
|
|
|
- E0725F2979814304119369B0 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
- F2CA369AF483BC5EA72B3581 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
|
|
|
|
+ 98BB7BB02D086BDD59672A1C /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -80,7 +80,7 @@
|
|
|
isa = PBXFrameworksBuildPhase;
|
|
isa = PBXFrameworksBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
- A6151BD419F68182C8FF85D2 /* Pods_Runner.framework in Frameworks */,
|
|
|
|
|
|
|
+ A63EDDC4424F7733E4F1089E /* Pods_Runner.framework in Frameworks */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
@@ -105,7 +105,7 @@
|
|
|
33CEB47122A05771004F2AC0 /* Flutter */,
|
|
33CEB47122A05771004F2AC0 /* Flutter */,
|
|
|
33CC10EE2044A3C60003C045 /* Products */,
|
|
33CC10EE2044A3C60003C045 /* Products */,
|
|
|
D73912EC22F37F3D000D13A0 /* Frameworks */,
|
|
D73912EC22F37F3D000D13A0 /* Frameworks */,
|
|
|
- F3BFAC646F7524479B4C81FB /* Pods */,
|
|
|
|
|
|
|
+ 5D0EEDE84B575FFD99D06C18 /* Pods */,
|
|
|
);
|
|
);
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
@@ -152,23 +152,23 @@
|
|
|
path = Runner;
|
|
path = Runner;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
- D73912EC22F37F3D000D13A0 /* Frameworks */ = {
|
|
|
|
|
|
|
+ 5D0EEDE84B575FFD99D06C18 /* Pods */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
- 413CC3D3B2FBCF7B69907E26 /* Pods_Runner.framework */,
|
|
|
|
|
|
|
+ 327BAFDBBDAC4BC4B3F62492 /* Pods-Runner.debug.xcconfig */,
|
|
|
|
|
+ 98BB7BB02D086BDD59672A1C /* Pods-Runner.release.xcconfig */,
|
|
|
|
|
+ 831993642494A8EE586D7606 /* Pods-Runner.profile.xcconfig */,
|
|
|
);
|
|
);
|
|
|
- name = Frameworks;
|
|
|
|
|
|
|
+ name = Pods;
|
|
|
|
|
+ path = Pods;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
- F3BFAC646F7524479B4C81FB /* Pods */ = {
|
|
|
|
|
|
|
+ D73912EC22F37F3D000D13A0 /* Frameworks */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
- 49AA7380F80473893FD60C2E /* Pods-Runner.debug.xcconfig */,
|
|
|
|
|
- F2CA369AF483BC5EA72B3581 /* Pods-Runner.release.xcconfig */,
|
|
|
|
|
- E0725F2979814304119369B0 /* Pods-Runner.profile.xcconfig */,
|
|
|
|
|
|
|
+ 3BFF3568FCDF6A623BAE2DF2 /* Pods_Runner.framework */,
|
|
|
);
|
|
);
|
|
|
- name = Pods;
|
|
|
|
|
- path = Pods;
|
|
|
|
|
|
|
+ name = Frameworks;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
|
};
|
|
};
|
|
|
/* End PBXGroup section */
|
|
/* End PBXGroup section */
|
|
@@ -178,13 +178,13 @@
|
|
|
isa = PBXNativeTarget;
|
|
isa = PBXNativeTarget;
|
|
|
buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
|
|
buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
|
|
|
buildPhases = (
|
|
buildPhases = (
|
|
|
- 3B927F223EF0FB46C39660FE /* [CP] Check Pods Manifest.lock */,
|
|
|
|
|
|
|
+ 8E54A65EC2374C96D72E72EB /* [CP] Check Pods Manifest.lock */,
|
|
|
33CC10E92044A3C60003C045 /* Sources */,
|
|
33CC10E92044A3C60003C045 /* Sources */,
|
|
|
33CC10EA2044A3C60003C045 /* Frameworks */,
|
|
33CC10EA2044A3C60003C045 /* Frameworks */,
|
|
|
33CC10EB2044A3C60003C045 /* Resources */,
|
|
33CC10EB2044A3C60003C045 /* Resources */,
|
|
|
33CC110E2044A8840003C045 /* Bundle Framework */,
|
|
33CC110E2044A8840003C045 /* Bundle Framework */,
|
|
|
3399D490228B24CF009A79C7 /* ShellScript */,
|
|
3399D490228B24CF009A79C7 /* ShellScript */,
|
|
|
- 9092D76C686A497A89A31B0A /* [CP] Embed Pods Frameworks */,
|
|
|
|
|
|
|
+ 8AEB9E182B43A490F7FF61EE /* [CP] Embed Pods Frameworks */,
|
|
|
);
|
|
);
|
|
|
buildRules = (
|
|
buildRules = (
|
|
|
);
|
|
);
|
|
@@ -203,7 +203,7 @@
|
|
|
isa = PBXProject;
|
|
isa = PBXProject;
|
|
|
attributes = {
|
|
attributes = {
|
|
|
LastSwiftUpdateCheck = 0920;
|
|
LastSwiftUpdateCheck = 0920;
|
|
|
- LastUpgradeCheck = 1300;
|
|
|
|
|
|
|
+ LastUpgradeCheck = 1430;
|
|
|
ORGANIZATIONNAME = "";
|
|
ORGANIZATIONNAME = "";
|
|
|
TargetAttributes = {
|
|
TargetAttributes = {
|
|
|
33CC10EC2044A3C60003C045 = {
|
|
33CC10EC2044A3C60003C045 = {
|
|
@@ -256,6 +256,7 @@
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
|
3399D490228B24CF009A79C7 /* ShellScript */ = {
|
|
3399D490228B24CF009A79C7 /* ShellScript */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
|
|
+ alwaysOutOfDate = 1;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
);
|
|
);
|
|
@@ -291,43 +292,43 @@
|
|
|
shellPath = /bin/sh;
|
|
shellPath = /bin/sh;
|
|
|
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
|
|
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
|
|
|
};
|
|
};
|
|
|
- 3B927F223EF0FB46C39660FE /* [CP] Check Pods Manifest.lock */ = {
|
|
|
|
|
|
|
+ 8AEB9E182B43A490F7FF61EE /* [CP] Embed Pods Frameworks */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
);
|
|
);
|
|
|
inputFileListPaths = (
|
|
inputFileListPaths = (
|
|
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
);
|
|
);
|
|
|
- inputPaths = (
|
|
|
|
|
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
|
|
|
- "${PODS_ROOT}/Manifest.lock",
|
|
|
|
|
- );
|
|
|
|
|
- name = "[CP] Check Pods Manifest.lock";
|
|
|
|
|
|
|
+ name = "[CP] Embed Pods Frameworks";
|
|
|
outputFileListPaths = (
|
|
outputFileListPaths = (
|
|
|
- );
|
|
|
|
|
- outputPaths = (
|
|
|
|
|
- "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
|
|
|
|
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
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";
|
|
|
|
|
|
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
|
|
showEnvVarsInLog = 0;
|
|
showEnvVarsInLog = 0;
|
|
|
};
|
|
};
|
|
|
- 9092D76C686A497A89A31B0A /* [CP] Embed Pods Frameworks */ = {
|
|
|
|
|
|
|
+ 8E54A65EC2374C96D72E72EB /* [CP] Check Pods Manifest.lock */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
);
|
|
);
|
|
|
inputFileListPaths = (
|
|
inputFileListPaths = (
|
|
|
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
|
|
);
|
|
);
|
|
|
- name = "[CP] Embed Pods Frameworks";
|
|
|
|
|
|
|
+ inputPaths = (
|
|
|
|
|
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
|
|
|
+ "${PODS_ROOT}/Manifest.lock",
|
|
|
|
|
+ );
|
|
|
|
|
+ name = "[CP] Check Pods Manifest.lock";
|
|
|
outputFileListPaths = (
|
|
outputFileListPaths = (
|
|
|
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
|
|
|
|
+ );
|
|
|
|
|
+ outputPaths = (
|
|
|
|
|
+ "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
shellPath = /bin/sh;
|
|
shellPath = /bin/sh;
|
|
|
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
|
|
|
|
|
|
+ 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;
|
|
showEnvVarsInLog = 0;
|
|
|
};
|
|
};
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
/* End PBXShellScriptBuildPhase section */
|
|
@@ -404,7 +405,7 @@
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
- MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
|
|
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
SDKROOT = macosx;
|
|
SDKROOT = macosx;
|
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
@@ -483,7 +484,7 @@
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
- MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
|
|
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = macosx;
|
|
SDKROOT = macosx;
|
|
@@ -530,7 +531,7 @@
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
- MACOSX_DEPLOYMENT_TARGET = 10.11;
|
|
|
|
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
SDKROOT = macosx;
|
|
SDKROOT = macosx;
|
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|