kgoba-ft8_lib/ft8_lib.xcodeproj/project.pbxproj

1087 wiersze
44 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXAggregateTarget section */
652CE5BF27312BB900C91652 /* Libraries */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 652CE5C027312BB900C91652 /* Build configuration list for PBXAggregateTarget "Libraries" */;
buildPhases = (
);
dependencies = (
6598F22F2737F0B00060A608 /* PBXTargetDependency */,
6598F2312737F0B20060A608 /* PBXTargetDependency */,
);
name = Libraries;
productName = ft8_lib;
};
6590878E273148A5007667A1 /* Demos and Tests */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 6590878F273148A5007667A1 /* Build configuration list for PBXAggregateTarget "Demos and Tests" */;
buildPhases = (
);
dependencies = (
6598F2272737F0A80060A608 /* PBXTargetDependency */,
6598F2292737F0AA0060A608 /* PBXTargetDependency */,
6598F22B2737F0AB0060A608 /* PBXTargetDependency */,
6598F22D2737F0AE0060A608 /* PBXTargetDependency */,
);
name = "Demos and Tests";
productName = "Demos and Tests";
};
6598F21E2737EFC40060A608 /* Build all */ = {
isa = PBXAggregateTarget;
buildConfigurationList = 6598F21F2737EFC40060A608 /* Build configuration list for PBXAggregateTarget "Build all" */;
buildPhases = (
);
dependencies = (
6598F2232737F0A10060A608 /* PBXTargetDependency */,
6598F2252737F0A30060A608 /* PBXTargetDependency */,
);
name = "Build all";
productName = "Build all";
};
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
650D013427355AB800811CC1 /* wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598887827312ECE00F64B3C /* wave.c */; };
650D013C27355AC500811CC1 /* looptest.c in Sources */ = {isa = PBXBuildFile; fileRef = 650D012D2735596F00811CC1 /* looptest.c */; };
6552D4772735B68E00EE69E8 /* libft8.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 659888982731363800F64B3C /* libft8.dylib */; };
6552D4782735B6D500EE69E8 /* libft8.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 659888982731363800F64B3C /* libft8.dylib */; };
6552D4792735B6DE00EE69E8 /* libft8.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 659888982731363800F64B3C /* libft8.dylib */; };
6552D47A2735B6E200EE69E8 /* libft8.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 659888982731363800F64B3C /* libft8.dylib */; };
6590878C2731487E007667A1 /* gen_ft8.c in Sources */ = {isa = PBXBuildFile; fileRef = 659888B4273147F400F64B3C /* gen_ft8.c */; };
6590878D27314881007667A1 /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = 659888B2273147F400F64B3C /* test.c */; };
6598883B27312EB100F64B3C /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598883627312EB100F64B3C /* kiss_fft.c */; };
6598883D27312EB100F64B3C /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598883727312EB100F64B3C /* kiss_fftr.c */; };
6598883F27312EB100F64B3C /* _kiss_fft_guts.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598883827312EB100F64B3C /* _kiss_fft_guts.h */; };
6598884127312EB100F64B3C /* kiss_fft.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598883927312EB100F64B3C /* kiss_fft.h */; };
6598884327312EB100F64B3C /* kiss_fftr.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598883A27312EB100F64B3C /* kiss_fftr.h */; };
6598885627312EC200F64B3C /* constants.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884627312EC200F64B3C /* constants.c */; };
6598885827312EC200F64B3C /* pack.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884727312EC200F64B3C /* pack.h */; };
6598885A27312EC200F64B3C /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884827312EC200F64B3C /* text.h */; };
6598885C27312EC200F64B3C /* unpack.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884927312EC200F64B3C /* unpack.c */; };
6598885E27312EC200F64B3C /* crc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884A27312EC200F64B3C /* crc.h */; };
6598886027312EC200F64B3C /* ldpc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884B27312EC200F64B3C /* ldpc.h */; };
6598886227312EC200F64B3C /* decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884C27312EC200F64B3C /* decode.c */; };
6598886427312EC200F64B3C /* encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884D27312EC200F64B3C /* encode.c */; };
6598886627312EC200F64B3C /* pack.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884E27312EC200F64B3C /* pack.c */; };
6598886827312EC200F64B3C /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884F27312EC200F64B3C /* constants.h */; };
6598886A27312EC200F64B3C /* text.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598885027312EC200F64B3C /* text.c */; };
6598886C27312EC200F64B3C /* unpack.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598885127312EC200F64B3C /* unpack.h */; };
6598886E27312EC200F64B3C /* crc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598885227312EC200F64B3C /* crc.c */; };
6598887227312EC200F64B3C /* ldpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598885427312EC200F64B3C /* ldpc.c */; };
6598889C2731398800F64B3C /* constants.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884627312EC200F64B3C /* constants.c */; };
6598889D2731399300F64B3C /* unpack.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598885127312EC200F64B3C /* unpack.h */; };
6598889E2731399300F64B3C /* constants.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884F27312EC200F64B3C /* constants.h */; };
659888A12731399300F64B3C /* crc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598885227312EC200F64B3C /* crc.c */; };
659888A22731399300F64B3C /* unpack.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884927312EC200F64B3C /* unpack.c */; };
659888A32731399300F64B3C /* decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884C27312EC200F64B3C /* decode.c */; };
659888A42731399300F64B3C /* encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884D27312EC200F64B3C /* encode.c */; };
659888A52731399300F64B3C /* ldpc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884B27312EC200F64B3C /* ldpc.h */; };
659888A62731399300F64B3C /* text.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884827312EC200F64B3C /* text.h */; };
659888A72731399300F64B3C /* pack.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598884E27312EC200F64B3C /* pack.c */; };
659888A82731399300F64B3C /* crc.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884A27312EC200F64B3C /* crc.h */; };
659888A92731399300F64B3C /* ldpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598885427312EC200F64B3C /* ldpc.c */; };
659888AA2731399300F64B3C /* pack.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598884727312EC200F64B3C /* pack.h */; };
659888AB2731399300F64B3C /* text.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598885027312EC200F64B3C /* text.c */; };
659888AC2731399C00F64B3C /* kiss_fftr.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598883A27312EB100F64B3C /* kiss_fftr.h */; };
659888AD2731399C00F64B3C /* kiss_fftr.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598883727312EB100F64B3C /* kiss_fftr.c */; };
659888AE2731399C00F64B3C /* kiss_fft.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598883627312EB100F64B3C /* kiss_fft.c */; };
659888AF2731399C00F64B3C /* kiss_fft.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598883927312EB100F64B3C /* kiss_fft.h */; };
659888B02731399C00F64B3C /* _kiss_fft_guts.h in Headers */ = {isa = PBXBuildFile; fileRef = 6598883827312EB100F64B3C /* _kiss_fft_guts.h */; };
659888B127313A5C00F64B3C /* wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598887827312ECE00F64B3C /* wave.c */; };
659888B72731481500F64B3C /* decode_ft8.c in Sources */ = {isa = PBXBuildFile; fileRef = 659888B3273147F400F64B3C /* decode_ft8.c */; };
659888BB2731482C00F64B3C /* wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598887827312ECE00F64B3C /* wave.c */; };
659888C52731483800F64B3C /* wave.c in Sources */ = {isa = PBXBuildFile; fileRef = 6598887827312ECE00F64B3C /* wave.c */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
6598F2222737F0A10060A608 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 652CE595273127D200C91652 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 6590878E273148A5007667A1;
remoteInfo = "Demos and Tests";
};
6598F2242737F0A30060A608 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 652CE595273127D200C91652 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 652CE5BF27312BB900C91652;
remoteInfo = Libraries;
};
6598F2262737F0A80060A608 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 652CE595273127D200C91652 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 659888832731305000F64B3C;
remoteInfo = decode_ft8;
};
6598F2282737F0AA0060A608 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 652CE595273127D200C91652 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 659888B82731482C00F64B3C;
remoteInfo = gen_ft8;
};
6598F22A2737F0AB0060A608 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 652CE595273127D200C91652 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 650D013227355AB800811CC1;
remoteInfo = looptest;
};
6598F22C2737F0AE0060A608 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 652CE595273127D200C91652 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 659888C22731483800F64B3C;
remoteInfo = test;
};
6598F22E2737F0B00060A608 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 652CE595273127D200C91652 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 659888972731363800F64B3C;
remoteInfo = libft8.dylib;
};
6598F2302737F0B20060A608 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 652CE595273127D200C91652 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 652CE5AF273129E000C91652;
remoteInfo = libft8.a;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
650D013727355AB800811CC1 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
659888822731305000F64B3C /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
659888BD2731482C00F64B3C /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
659888C72731483800F64B3C /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
650D01262732C16600811CC1 /* ft8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ft8.h; sourceTree = "<group>"; };
650D012D2735596F00811CC1 /* looptest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = looptest.c; sourceTree = "<group>"; };
650D013B27355AB800811CC1 /* looptest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = looptest; sourceTree = BUILT_PRODUCTS_DIR; };
652CE5B0273129E000C91652 /* libft8.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libft8.a; sourceTree = BUILT_PRODUCTS_DIR; };
6598883627312EB100F64B3C /* kiss_fft.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kiss_fft.c; sourceTree = "<group>"; };
6598883727312EB100F64B3C /* kiss_fftr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kiss_fftr.c; sourceTree = "<group>"; };
6598883827312EB100F64B3C /* _kiss_fft_guts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _kiss_fft_guts.h; sourceTree = "<group>"; };
6598883927312EB100F64B3C /* kiss_fft.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = kiss_fft.h; sourceTree = "<group>"; };
6598883A27312EB100F64B3C /* kiss_fftr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = kiss_fftr.h; sourceTree = "<group>"; };
6598884627312EC200F64B3C /* constants.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = constants.c; sourceTree = "<group>"; };
6598884727312EC200F64B3C /* pack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pack.h; sourceTree = "<group>"; };
6598884827312EC200F64B3C /* text.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = text.h; sourceTree = "<group>"; };
6598884927312EC200F64B3C /* unpack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = unpack.c; sourceTree = "<group>"; };
6598884A27312EC200F64B3C /* crc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc.h; sourceTree = "<group>"; };
6598884B27312EC200F64B3C /* ldpc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ldpc.h; sourceTree = "<group>"; };
6598884C27312EC200F64B3C /* decode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decode.c; sourceTree = "<group>"; };
6598884D27312EC200F64B3C /* encode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = encode.c; sourceTree = "<group>"; };
6598884E27312EC200F64B3C /* pack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pack.c; sourceTree = "<group>"; };
6598884F27312EC200F64B3C /* constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = "<group>"; };
6598885027312EC200F64B3C /* text.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = text.c; sourceTree = "<group>"; };
6598885127312EC200F64B3C /* unpack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unpack.h; sourceTree = "<group>"; };
6598885227312EC200F64B3C /* crc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crc.c; sourceTree = "<group>"; };
6598885427312EC200F64B3C /* ldpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldpc.c; sourceTree = "<group>"; };
6598887727312ECE00F64B3C /* debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = debug.h; sourceTree = "<group>"; };
6598887827312ECE00F64B3C /* wave.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wave.c; sourceTree = "<group>"; };
6598887927312ECE00F64B3C /* wave.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wave.h; sourceTree = "<group>"; };
659888842731305000F64B3C /* decode_ft8 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = decode_ft8; sourceTree = BUILT_PRODUCTS_DIR; };
659888982731363800F64B3C /* libft8.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libft8.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
659888B2273147F400F64B3C /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = test.c; sourceTree = "<group>"; };
659888B3273147F400F64B3C /* decode_ft8.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decode_ft8.c; sourceTree = "<group>"; };
659888B4273147F400F64B3C /* gen_ft8.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gen_ft8.c; sourceTree = "<group>"; };
659888C12731482C00F64B3C /* gen_ft8 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = gen_ft8; sourceTree = BUILT_PRODUCTS_DIR; };
659888CB2731483800F64B3C /* test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = test; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
650D013627355AB800811CC1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6552D4772735B68E00EE69E8 /* libft8.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
652CE5AE273129E000C91652 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
659888812731305000F64B3C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6552D4782735B6D500EE69E8 /* libft8.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
659888962731363800F64B3C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
659888BC2731482C00F64B3C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6552D4792735B6DE00EE69E8 /* libft8.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
659888C62731483800F64B3C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6552D47A2735B6E200EE69E8 /* libft8.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
652CE594273127D200C91652 = {
isa = PBXGroup;
children = (
659888B62731480000F64B3C /* Demos and Tests */,
6598887627312ECE00F64B3C /* common */,
6598884527312EC200F64B3C /* ft8 */,
6598883527312EB100F64B3C /* fft */,
652CE59E273127D200C91652 /* Products */,
6598888F273130DF00F64B3C /* Frameworks */,
);
sourceTree = "<group>";
};
652CE59E273127D200C91652 /* Products */ = {
isa = PBXGroup;
children = (
652CE5B0273129E000C91652 /* libft8.a */,
659888842731305000F64B3C /* decode_ft8 */,
659888982731363800F64B3C /* libft8.dylib */,
659888C12731482C00F64B3C /* gen_ft8 */,
659888CB2731483800F64B3C /* test */,
650D013B27355AB800811CC1 /* looptest */,
);
name = Products;
sourceTree = "<group>";
};
6598883527312EB100F64B3C /* fft */ = {
isa = PBXGroup;
children = (
6598883827312EB100F64B3C /* _kiss_fft_guts.h */,
6598883927312EB100F64B3C /* kiss_fft.h */,
6598883627312EB100F64B3C /* kiss_fft.c */,
6598883727312EB100F64B3C /* kiss_fftr.c */,
6598883A27312EB100F64B3C /* kiss_fftr.h */,
);
path = fft;
sourceTree = "<group>";
};
6598884527312EC200F64B3C /* ft8 */ = {
isa = PBXGroup;
children = (
650D01262732C16600811CC1 /* ft8.h */,
6598884F27312EC200F64B3C /* constants.h */,
6598884627312EC200F64B3C /* constants.c */,
6598884A27312EC200F64B3C /* crc.h */,
6598885227312EC200F64B3C /* crc.c */,
6598884C27312EC200F64B3C /* decode.c */,
6598884D27312EC200F64B3C /* encode.c */,
6598884B27312EC200F64B3C /* ldpc.h */,
6598885427312EC200F64B3C /* ldpc.c */,
6598884727312EC200F64B3C /* pack.h */,
6598884E27312EC200F64B3C /* pack.c */,
6598884827312EC200F64B3C /* text.h */,
6598885027312EC200F64B3C /* text.c */,
6598885127312EC200F64B3C /* unpack.h */,
6598884927312EC200F64B3C /* unpack.c */,
);
path = ft8;
sourceTree = "<group>";
};
6598887627312ECE00F64B3C /* common */ = {
isa = PBXGroup;
children = (
6598887827312ECE00F64B3C /* wave.c */,
6598887927312ECE00F64B3C /* wave.h */,
6598887727312ECE00F64B3C /* debug.h */,
);
path = common;
sourceTree = "<group>";
};
6598888F273130DF00F64B3C /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
659888B62731480000F64B3C /* Demos and Tests */ = {
isa = PBXGroup;
children = (
659888B3273147F400F64B3C /* decode_ft8.c */,
659888B4273147F400F64B3C /* gen_ft8.c */,
650D012D2735596F00811CC1 /* looptest.c */,
659888B2273147F400F64B3C /* test.c */,
);
name = "Demos and Tests";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
652CE5AC273129E000C91652 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
6598885A27312EC200F64B3C /* text.h in Headers */,
6598886C27312EC200F64B3C /* unpack.h in Headers */,
6598883F27312EB100F64B3C /* _kiss_fft_guts.h in Headers */,
6598884127312EB100F64B3C /* kiss_fft.h in Headers */,
6598885E27312EC200F64B3C /* crc.h in Headers */,
6598886027312EC200F64B3C /* ldpc.h in Headers */,
6598884327312EB100F64B3C /* kiss_fftr.h in Headers */,
6598886827312EC200F64B3C /* constants.h in Headers */,
6598885827312EC200F64B3C /* pack.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
659888942731363800F64B3C /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
659888B02731399C00F64B3C /* _kiss_fft_guts.h in Headers */,
659888A52731399300F64B3C /* ldpc.h in Headers */,
6598889E2731399300F64B3C /* constants.h in Headers */,
659888AC2731399C00F64B3C /* kiss_fftr.h in Headers */,
6598889D2731399300F64B3C /* unpack.h in Headers */,
659888AA2731399300F64B3C /* pack.h in Headers */,
659888AF2731399C00F64B3C /* kiss_fft.h in Headers */,
659888A62731399300F64B3C /* text.h in Headers */,
659888A82731399300F64B3C /* crc.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
650D013227355AB800811CC1 /* looptest */ = {
isa = PBXNativeTarget;
buildConfigurationList = 650D013827355AB800811CC1 /* Build configuration list for PBXNativeTarget "looptest" */;
buildPhases = (
650D013327355AB800811CC1 /* Sources */,
650D013627355AB800811CC1 /* Frameworks */,
650D013727355AB800811CC1 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = looptest;
productName = decode_ft8;
productReference = 650D013B27355AB800811CC1 /* looptest */;
productType = "com.apple.product-type.tool";
};
652CE5AF273129E000C91652 /* libft8.a */ = {
isa = PBXNativeTarget;
buildConfigurationList = 652CE5B1273129E000C91652 /* Build configuration list for PBXNativeTarget "libft8.a" */;
buildPhases = (
652CE5AC273129E000C91652 /* Headers */,
652CE5AD273129E000C91652 /* Sources */,
652CE5AE273129E000C91652 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = libft8.a;
productName = ft8;
productReference = 652CE5B0273129E000C91652 /* libft8.a */;
productType = "com.apple.product-type.library.static";
};
659888832731305000F64B3C /* decode_ft8 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 659888882731305000F64B3C /* Build configuration list for PBXNativeTarget "decode_ft8" */;
buildPhases = (
659888802731305000F64B3C /* Sources */,
659888812731305000F64B3C /* Frameworks */,
659888822731305000F64B3C /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = decode_ft8;
productName = decode_ft8;
productReference = 659888842731305000F64B3C /* decode_ft8 */;
productType = "com.apple.product-type.tool";
};
659888972731363800F64B3C /* libft8.dylib */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6598889B2731363800F64B3C /* Build configuration list for PBXNativeTarget "libft8.dylib" */;
buildPhases = (
659888942731363800F64B3C /* Headers */,
659888952731363800F64B3C /* Sources */,
659888962731363800F64B3C /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = libft8.dylib;
productName = "ft8 dynamic";
productReference = 659888982731363800F64B3C /* libft8.dylib */;
productType = "com.apple.product-type.library.dynamic";
};
659888B82731482C00F64B3C /* gen_ft8 */ = {
isa = PBXNativeTarget;
buildConfigurationList = 659888BE2731482C00F64B3C /* Build configuration list for PBXNativeTarget "gen_ft8" */;
buildPhases = (
659888B92731482C00F64B3C /* Sources */,
659888BC2731482C00F64B3C /* Frameworks */,
659888BD2731482C00F64B3C /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = gen_ft8;
productName = decode_ft8;
productReference = 659888C12731482C00F64B3C /* gen_ft8 */;
productType = "com.apple.product-type.tool";
};
659888C22731483800F64B3C /* test */ = {
isa = PBXNativeTarget;
buildConfigurationList = 659888C82731483800F64B3C /* Build configuration list for PBXNativeTarget "test" */;
buildPhases = (
659888C32731483800F64B3C /* Sources */,
659888C62731483800F64B3C /* Frameworks */,
659888C72731483800F64B3C /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = test;
productName = decode_ft8;
productReference = 659888CB2731483800F64B3C /* test */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
652CE595273127D200C91652 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1250;
TargetAttributes = {
652CE5AF273129E000C91652 = {
CreatedOnToolsVersion = 12.5;
};
652CE5BF27312BB900C91652 = {
CreatedOnToolsVersion = 12.5;
};
6590878E273148A5007667A1 = {
CreatedOnToolsVersion = 12.5;
};
659888832731305000F64B3C = {
CreatedOnToolsVersion = 12.5;
};
659888972731363800F64B3C = {
CreatedOnToolsVersion = 12.5;
};
6598F21E2737EFC40060A608 = {
CreatedOnToolsVersion = 12.5;
};
};
};
buildConfigurationList = 652CE598273127D200C91652 /* Build configuration list for PBXProject "ft8_lib" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 652CE594273127D200C91652;
productRefGroup = 652CE59E273127D200C91652 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
6598F21E2737EFC40060A608 /* Build all */,
6590878E273148A5007667A1 /* Demos and Tests */,
652CE5BF27312BB900C91652 /* Libraries */,
659888972731363800F64B3C /* libft8.dylib */,
652CE5AF273129E000C91652 /* libft8.a */,
659888832731305000F64B3C /* decode_ft8 */,
659888B82731482C00F64B3C /* gen_ft8 */,
650D013227355AB800811CC1 /* looptest */,
659888C22731483800F64B3C /* test */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
650D013327355AB800811CC1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
650D013C27355AC500811CC1 /* looptest.c in Sources */,
650D013427355AB800811CC1 /* wave.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
652CE5AD273129E000C91652 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6598887227312EC200F64B3C /* ldpc.c in Sources */,
6598885627312EC200F64B3C /* constants.c in Sources */,
6598886427312EC200F64B3C /* encode.c in Sources */,
6598883B27312EB100F64B3C /* kiss_fft.c in Sources */,
6598886E27312EC200F64B3C /* crc.c in Sources */,
6598883D27312EB100F64B3C /* kiss_fftr.c in Sources */,
6598886A27312EC200F64B3C /* text.c in Sources */,
6598886227312EC200F64B3C /* decode.c in Sources */,
6598886627312EC200F64B3C /* pack.c in Sources */,
6598885C27312EC200F64B3C /* unpack.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
659888802731305000F64B3C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
659888B72731481500F64B3C /* decode_ft8.c in Sources */,
659888B127313A5C00F64B3C /* wave.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
659888952731363800F64B3C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
659888AE2731399C00F64B3C /* kiss_fft.c in Sources */,
659888A22731399300F64B3C /* unpack.c in Sources */,
659888A92731399300F64B3C /* ldpc.c in Sources */,
659888A32731399300F64B3C /* decode.c in Sources */,
659888A72731399300F64B3C /* pack.c in Sources */,
659888AB2731399300F64B3C /* text.c in Sources */,
659888A12731399300F64B3C /* crc.c in Sources */,
659888A42731399300F64B3C /* encode.c in Sources */,
6598889C2731398800F64B3C /* constants.c in Sources */,
659888AD2731399C00F64B3C /* kiss_fftr.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
659888B92731482C00F64B3C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
659888BB2731482C00F64B3C /* wave.c in Sources */,
6590878C2731487E007667A1 /* gen_ft8.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
659888C32731483800F64B3C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
659888C52731483800F64B3C /* wave.c in Sources */,
6590878D27314881007667A1 /* test.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
6598F2232737F0A10060A608 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 6590878E273148A5007667A1 /* Demos and Tests */;
targetProxy = 6598F2222737F0A10060A608 /* PBXContainerItemProxy */;
};
6598F2252737F0A30060A608 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 652CE5BF27312BB900C91652 /* Libraries */;
targetProxy = 6598F2242737F0A30060A608 /* PBXContainerItemProxy */;
};
6598F2272737F0A80060A608 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 659888832731305000F64B3C /* decode_ft8 */;
targetProxy = 6598F2262737F0A80060A608 /* PBXContainerItemProxy */;
};
6598F2292737F0AA0060A608 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 659888B82731482C00F64B3C /* gen_ft8 */;
targetProxy = 6598F2282737F0AA0060A608 /* PBXContainerItemProxy */;
};
6598F22B2737F0AB0060A608 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 650D013227355AB800811CC1 /* looptest */;
targetProxy = 6598F22A2737F0AB0060A608 /* PBXContainerItemProxy */;
};
6598F22D2737F0AE0060A608 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 659888C22731483800F64B3C /* test */;
targetProxy = 6598F22C2737F0AE0060A608 /* PBXContainerItemProxy */;
};
6598F22F2737F0B00060A608 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 659888972731363800F64B3C /* libft8.dylib */;
targetProxy = 6598F22E2737F0B00060A608 /* PBXContainerItemProxy */;
};
6598F2312737F0B20060A608 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 652CE5AF273129E000C91652 /* libft8.a */;
targetProxy = 6598F2302737F0B20060A608 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
650D013927355AB800811CC1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
ENABLE_HARDENED_RUNTIME = YES;
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
650D013A27355AB800811CC1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
ENABLE_HARDENED_RUNTIME = YES;
OTHER_LDFLAGS = "";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
652CE59F273127D200C91652 /* 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_LINK_WITH_DYNAMIC_LIBRARIES = YES;
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;
GENERATE_MASTER_OBJECT_FILE = NO;
HEADER_SEARCH_PATHS = "${PROJECT_DIR}/**";
MACOSX_DEPLOYMENT_TARGET = 11.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
652CE5A0273127D200C91652 /* 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_LINK_WITH_DYNAMIC_LIBRARIES = YES;
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;
GENERATE_MASTER_OBJECT_FILE = NO;
HEADER_SEARCH_PATHS = "${PROJECT_DIR}/**";
MACOSX_DEPLOYMENT_TARGET = 11.3;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = macosx;
};
name = Release;
};
652CE5B2273129E000C91652 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
EXECUTABLE_PREFIX = lib;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ft8;
SKIP_INSTALL = YES;
};
name = Debug;
};
652CE5B3273129E000C91652 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
EXECUTABLE_PREFIX = lib;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ft8;
SKIP_INSTALL = YES;
};
name = Release;
};
652CE5C127312BB900C91652 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
652CE5C227312BB900C91652 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
65908790273148A5007667A1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
65908791273148A5007667A1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
659888892731305000F64B3C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
ENABLE_HARDENED_RUNTIME = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
6598888A2731305000F64B3C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
ENABLE_HARDENED_RUNTIME = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
659888992731363800F64B3C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
EXECUTABLE_PREFIX = lib;
INSTALL_PATH = "{$BUILT_PRODUCTS_DIR}/";
PRODUCT_NAME = ft8;
SKIP_INSTALL = YES;
};
name = Debug;
};
6598889A2731363800F64B3C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
EXECUTABLE_PREFIX = lib;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ft8;
SKIP_INSTALL = YES;
};
name = Release;
};
659888BF2731482C00F64B3C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
ENABLE_HARDENED_RUNTIME = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
659888C02731482C00F64B3C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
ENABLE_HARDENED_RUNTIME = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
659888C92731483800F64B3C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
ENABLE_HARDENED_RUNTIME = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
659888CA2731483800F64B3C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
ENABLE_HARDENED_RUNTIME = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
6598F2202737EFC40060A608 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
6598F2212737EFC40060A608 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = DVX9JXSKVT;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
650D013827355AB800811CC1 /* Build configuration list for PBXNativeTarget "looptest" */ = {
isa = XCConfigurationList;
buildConfigurations = (
650D013927355AB800811CC1 /* Debug */,
650D013A27355AB800811CC1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
652CE598273127D200C91652 /* Build configuration list for PBXProject "ft8_lib" */ = {
isa = XCConfigurationList;
buildConfigurations = (
652CE59F273127D200C91652 /* Debug */,
652CE5A0273127D200C91652 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
652CE5B1273129E000C91652 /* Build configuration list for PBXNativeTarget "libft8.a" */ = {
isa = XCConfigurationList;
buildConfigurations = (
652CE5B2273129E000C91652 /* Debug */,
652CE5B3273129E000C91652 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
652CE5C027312BB900C91652 /* Build configuration list for PBXAggregateTarget "Libraries" */ = {
isa = XCConfigurationList;
buildConfigurations = (
652CE5C127312BB900C91652 /* Debug */,
652CE5C227312BB900C91652 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6590878F273148A5007667A1 /* Build configuration list for PBXAggregateTarget "Demos and Tests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
65908790273148A5007667A1 /* Debug */,
65908791273148A5007667A1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
659888882731305000F64B3C /* Build configuration list for PBXNativeTarget "decode_ft8" */ = {
isa = XCConfigurationList;
buildConfigurations = (
659888892731305000F64B3C /* Debug */,
6598888A2731305000F64B3C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6598889B2731363800F64B3C /* Build configuration list for PBXNativeTarget "libft8.dylib" */ = {
isa = XCConfigurationList;
buildConfigurations = (
659888992731363800F64B3C /* Debug */,
6598889A2731363800F64B3C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
659888BE2731482C00F64B3C /* Build configuration list for PBXNativeTarget "gen_ft8" */ = {
isa = XCConfigurationList;
buildConfigurations = (
659888BF2731482C00F64B3C /* Debug */,
659888C02731482C00F64B3C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
659888C82731483800F64B3C /* Build configuration list for PBXNativeTarget "test" */ = {
isa = XCConfigurationList;
buildConfigurations = (
659888C92731483800F64B3C /* Debug */,
659888CA2731483800F64B3C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6598F21F2737EFC40060A608 /* Build configuration list for PBXAggregateTarget "Build all" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6598F2202737EFC40060A608 /* Debug */,
6598F2212737EFC40060A608 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 652CE595273127D200C91652 /* Project object */;
}