476 lines
17 KiB
Plaintext
476 lines
17 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 54;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
00E8861E16817C505A2ECDE8 /* libshared_static.a.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E85E5699EC0D4ACC3ECF08C7 /* libshared_static.a.a */; };
|
|
46FF5D3E091859708BFB695D /* AudioAlwaysWorksApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53B12612A4D67D20B81EB2E /* AudioAlwaysWorksApp.swift */; };
|
|
7F9D6E2F706B4395EB6601CA /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB4929ACDBDFEE04D6BD1450 /* ContentView.swift */; };
|
|
959935D0681AECAF2C9D286E /* shared.udl in Sources */ = {isa = PBXBuildFile; fileRef = AC29F76997F3C99B413D302C /* shared.udl */; };
|
|
C81403257A4C05A09F8D4204 /* core.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CE412001E7794AD347EBD19 /* core.swift */; };
|
|
D56F70A0151CDB9B5FFDF152 /* SharedTypes in Frameworks */ = {isa = PBXBuildFile; productRef = 0CC389A097C62FD0236B24A7 /* SharedTypes */; };
|
|
EBABE42AB688D7559072487D /* (null) in Resources */ = {isa = PBXBuildFile; fileRef = 950989282E252A7B9B3FD161; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXBuildRule section */
|
|
E1379C8142E9E6C9D55EE54C /* PBXBuildRule */ = {
|
|
isa = PBXBuildRule;
|
|
compilerSpec = com.apple.compilers.proxy.script;
|
|
filePatterns = "*.udl";
|
|
fileType = pattern.proxy;
|
|
isEditable = 1;
|
|
name = "Generate FFI";
|
|
outputFiles = (
|
|
"$(PROJECT_DIR)/generated/$(INPUT_FILE_BASE).swift",
|
|
"$(PROJECT_DIR)/generated/$(INPUT_FILE_BASE)FFI.h",
|
|
);
|
|
outputFilesCompilerFlags = (
|
|
);
|
|
runOncePerArchitecture = 0;
|
|
script = "#!/bin/bash\nset -e\n\n# Skip during indexing phase in XCode 13+\nif [ \"$ACTION\" == \"indexbuild\" ]; then\n echo \"Not building *.udl files during indexing.\"\n exit 0\nfi\n\n# Skip for preview builds\nif [ \"$ENABLE_PREVIEWS\" = \"YES\" ]; then\n echo \"Not building *.udl files during preview builds.\"\n exit 0\nfi\n\ncd \"${INPUT_FILE_DIR}/..\"\n\"${BUILD_DIR}/${CONFIGURATION}/uniffi-bindgen\" generate \"src/${INPUT_FILE_NAME}\" --language swift --out-dir \"${PROJECT_DIR}/generated\"\n";
|
|
};
|
|
/* End PBXBuildRule section */
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
2691CEA93CAFF0B4913D0104 /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 58D1273A2F85C7E8A1B7A368 /* Shared */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = CA02FA85CE9E4296ADE0F606;
|
|
remoteInfo = "uniffi-bindgen-bin";
|
|
};
|
|
36A596DB7199CBE221785B4C /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 58D1273A2F85C7E8A1B7A368 /* Shared */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = CA02FA85CE9E8109328FB0D5;
|
|
remoteInfo = "uniffi-bindgen-bin";
|
|
};
|
|
6C009F766D2C7D18C5B54FBD /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 58D1273A2F85C7E8A1B7A368 /* Shared */;
|
|
proxyType = 2;
|
|
remoteGlobalIDString = CA0049BF7D4FFB09138082B7;
|
|
remoteInfo = "shared-staticlib";
|
|
};
|
|
84766557D1D0D528121CE64B /* PBXContainerItemProxy */ = {
|
|
isa = PBXContainerItemProxy;
|
|
containerPortal = 58D1273A2F85C7E8A1B7A368 /* Shared */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = CA0049BF7D4FD346A0A05154;
|
|
remoteInfo = "shared-staticlib";
|
|
};
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
2CE412001E7794AD347EBD19 /* core.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = core.swift; sourceTree = "<group>"; };
|
|
462254CE9DE6D2EC30FF3A86 /* AudioAlwaysWorks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AudioAlwaysWorks.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
58D1273A2F85C7E8A1B7A368 /* Shared */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Shared; path = ../shared/shared.xcodeproj; sourceTree = "<group>"; };
|
|
875EDCC9B68900ADF353E8B9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
|
AC29F76997F3C99B413D302C /* shared.udl */ = {isa = PBXFileReference; path = shared.udl; sourceTree = "<group>"; };
|
|
B53B12612A4D67D20B81EB2E /* AudioAlwaysWorksApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioAlwaysWorksApp.swift; sourceTree = "<group>"; };
|
|
BB4929ACDBDFEE04D6BD1450 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
BF6D1C0DFE7DE3DFA9713895 /* SharedTypes */ = {isa = PBXFileReference; lastKnownFileType = folder; name = SharedTypes; path = ../shared_types/generated/swift/SharedTypes; sourceTree = SOURCE_ROOT; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
CB8C2D766232756B7B816714 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
00E8861E16817C505A2ECDE8 /* libshared_static.a.a in Frameworks */,
|
|
D56F70A0151CDB9B5FFDF152 /* SharedTypes in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
00F1A536CE165C8B63EE5233 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
950989282E252A7B9B3FD161,
|
|
E85E5699EC0D4ACC3ECF08C7 /* libshared_static.a.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
145344B309F5A46FC5F95985 /* Projects */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
58D1273A2F85C7E8A1B7A368 /* Shared */,
|
|
);
|
|
name = Projects;
|
|
sourceTree = "<group>";
|
|
};
|
|
3F7AF5C4695691A01288E08F /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
462254CE9DE6D2EC30FF3A86 /* AudioAlwaysWorks.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
454476D2D91CEEB0D4374C0E /* src */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
AC29F76997F3C99B413D302C /* shared.udl */,
|
|
);
|
|
name = src;
|
|
path = ../shared/src;
|
|
sourceTree = "<group>";
|
|
};
|
|
46AF0F5B2FE283356AB99974 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
66C1A14C5F509EC6A51BE396 /* AudioAlwaysWorks */,
|
|
94903FA415C62EF670977E13 /* Packages */,
|
|
454476D2D91CEEB0D4374C0E /* src */,
|
|
3F7AF5C4695691A01288E08F /* Products */,
|
|
145344B309F5A46FC5F95985 /* Projects */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
66C1A14C5F509EC6A51BE396 /* AudioAlwaysWorks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B53B12612A4D67D20B81EB2E /* AudioAlwaysWorksApp.swift */,
|
|
BB4929ACDBDFEE04D6BD1450 /* ContentView.swift */,
|
|
2CE412001E7794AD347EBD19 /* core.swift */,
|
|
875EDCC9B68900ADF353E8B9 /* Info.plist */,
|
|
);
|
|
path = AudioAlwaysWorks;
|
|
sourceTree = "<group>";
|
|
};
|
|
94903FA415C62EF670977E13 /* Packages */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
BF6D1C0DFE7DE3DFA9713895 /* SharedTypes */,
|
|
);
|
|
name = Packages;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
F6EFF5C544F3BC9C6A9B8E5C /* AudioAlwaysWorks */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 8E8D2F01A9911444D404B5B6 /* Build configuration list for PBXNativeTarget "AudioAlwaysWorks" */;
|
|
buildPhases = (
|
|
80164FD90B2E283AA182832A /* Sources */,
|
|
C48990381B7BD8C84B9108F1 /* Resources */,
|
|
CB8C2D766232756B7B816714 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
E1379C8142E9E6C9D55EE54C /* PBXBuildRule */,
|
|
);
|
|
dependencies = (
|
|
6FB8261A37F6A141EDC63F61 /* PBXTargetDependency */,
|
|
6FF5790D3621F6EBB9C2C7EA /* PBXTargetDependency */,
|
|
);
|
|
name = AudioAlwaysWorks;
|
|
packageProductDependencies = (
|
|
0CC389A097C62FD0236B24A7 /* SharedTypes */,
|
|
);
|
|
productName = AudioAlwaysWorks;
|
|
productReference = 462254CE9DE6D2EC30FF3A86 /* AudioAlwaysWorks.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
CD31D51CAEA76326143638AA /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
BuildIndependentTargetsInParallel = YES;
|
|
LastUpgradeCheck = 1430;
|
|
TargetAttributes = {
|
|
};
|
|
};
|
|
buildConfigurationList = 96DE4556CF1251C69E040258 /* Build configuration list for PBXProject "AudioAlwaysWorks" */;
|
|
compatibilityVersion = "Xcode 14.0";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
Base,
|
|
en,
|
|
);
|
|
mainGroup = 46AF0F5B2FE283356AB99974;
|
|
minimizedProjectReferenceProxies = 1;
|
|
packageReferences = (
|
|
6FABBE062C9537623FCDDE8A /* XCLocalSwiftPackageReference "../shared_types/generated/swift/SharedTypes" */,
|
|
);
|
|
preferredProjectObjectVersion = 54;
|
|
projectDirPath = "";
|
|
projectReferences = (
|
|
{
|
|
ProductGroup = 00F1A536CE165C8B63EE5233 /* Products */;
|
|
ProjectRef = 58D1273A2F85C7E8A1B7A368 /* Shared */;
|
|
},
|
|
);
|
|
projectRoot = "";
|
|
targets = (
|
|
F6EFF5C544F3BC9C6A9B8E5C /* AudioAlwaysWorks */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXReferenceProxy section */
|
|
950989282E252A7B9B3FD161 = {
|
|
isa = PBXReferenceProxy;
|
|
remoteRef = 36A596DB7199CBE221785B4C /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
E85E5699EC0D4ACC3ECF08C7 /* libshared_static.a.a */ = {
|
|
isa = PBXReferenceProxy;
|
|
fileType = archive.ar;
|
|
path = libshared_static.a.a;
|
|
remoteRef = 6C009F766D2C7D18C5B54FBD /* PBXContainerItemProxy */;
|
|
sourceTree = BUILT_PRODUCTS_DIR;
|
|
};
|
|
/* End PBXReferenceProxy section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
C48990381B7BD8C84B9108F1 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
EBABE42AB688D7559072487D /* (null) in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
80164FD90B2E283AA182832A /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
46FF5D3E091859708BFB695D /* AudioAlwaysWorksApp.swift in Sources */,
|
|
7F9D6E2F706B4395EB6601CA /* ContentView.swift in Sources */,
|
|
C81403257A4C05A09F8D4204 /* core.swift in Sources */,
|
|
959935D0681AECAF2C9D286E /* shared.udl in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXTargetDependency section */
|
|
6FB8261A37F6A141EDC63F61 /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
name = "uniffi-bindgen-bin";
|
|
targetProxy = 2691CEA93CAFF0B4913D0104 /* PBXContainerItemProxy */;
|
|
};
|
|
6FF5790D3621F6EBB9C2C7EA /* PBXTargetDependency */ = {
|
|
isa = PBXTargetDependency;
|
|
name = "shared-staticlib";
|
|
targetProxy = 84766557D1D0D528121CE64B /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
AB847326C9251A1ACEC296CC /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
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;
|
|
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;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
B48AFAF2195277CA789A64BC /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
INFOPLIST_FILE = AudioAlwaysWorks/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 15.5;
|
|
OTHER_LDFLAGS = (
|
|
"-w",
|
|
"-ObjC",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = nl.pascaldevink.audio_always_works.AudioAlwaysWorks;
|
|
SDKROOT = macosx;
|
|
SWIFT_OBJC_BRIDGING_HEADER = generated/sharedFFI.h;
|
|
};
|
|
name = Debug;
|
|
};
|
|
D0294531C3F73284ABF61EC5 /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
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;
|
|
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 = (
|
|
"$(inherited)",
|
|
"DEBUG=1",
|
|
);
|
|
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;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SDKROOT = macosx;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
E5029E47918032BE5848DC2E /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
INFOPLIST_FILE = AudioAlwaysWorks/Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/../Frameworks",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 15.5;
|
|
OTHER_LDFLAGS = (
|
|
"-w",
|
|
"-ObjC",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = nl.pascaldevink.audio_always_works.AudioAlwaysWorks;
|
|
SDKROOT = macosx;
|
|
SWIFT_OBJC_BRIDGING_HEADER = generated/sharedFFI.h;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
8E8D2F01A9911444D404B5B6 /* Build configuration list for PBXNativeTarget "AudioAlwaysWorks" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B48AFAF2195277CA789A64BC /* Debug */,
|
|
E5029E47918032BE5848DC2E /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
96DE4556CF1251C69E040258 /* Build configuration list for PBXProject "AudioAlwaysWorks" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
D0294531C3F73284ABF61EC5 /* Debug */,
|
|
AB847326C9251A1ACEC296CC /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Debug;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
|
|
/* Begin XCLocalSwiftPackageReference section */
|
|
6FABBE062C9537623FCDDE8A /* XCLocalSwiftPackageReference "../shared_types/generated/swift/SharedTypes" */ = {
|
|
isa = XCLocalSwiftPackageReference;
|
|
relativePath = ../shared_types/generated/swift/SharedTypes;
|
|
};
|
|
/* End XCLocalSwiftPackageReference section */
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
0CC389A097C62FD0236B24A7 /* SharedTypes */ = {
|
|
isa = XCSwiftPackageProductDependency;
|
|
productName = SharedTypes;
|
|
};
|
|
/* End XCSwiftPackageProductDependency section */
|
|
};
|
|
rootObject = CD31D51CAEA76326143638AA /* Project object */;
|
|
}
|