Consolidate libbinio framework usage
parent
df9743c821
commit
6e1e3daf76
|
@ -127,7 +127,6 @@
|
|||
83D3C64F201C6D38005564CB /* debug.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D3C64D201C6D38005564CB /* debug.h */; };
|
||||
83D3C662201C6EC4005564CB /* opl.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D3C661201C6EC3005564CB /* opl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
83D3C670201D2C2C005564CB /* silentopl.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D3C66F201D2C2C005564CB /* silentopl.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
83D3C6A2201D38DF005564CB /* libbinio.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 83D3C691201D3864005564CB /* libbinio.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
83D3C6A5201D3939005564CB /* libbinio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 83D3C691201D3864005564CB /* libbinio.framework */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
|
@ -148,19 +147,6 @@
|
|||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
83D3C65F201C6E56005564CB /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "";
|
||||
dstSubfolderSpec = 10;
|
||||
files = (
|
||||
83D3C6A2201D38DF005564CB /* libbinio.framework in CopyFiles */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
830E1D9F263B90CB005B01D2 /* rad2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rad2.h; path = adplug/src/rad2.h; sourceTree = "<group>"; };
|
||||
830E1DA0263B90CB005B01D2 /* rad2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rad2.cpp; path = adplug/src/rad2.cpp; sourceTree = "<group>"; };
|
||||
|
@ -543,7 +529,6 @@
|
|||
83D3C4D0201C654F005564CB /* Frameworks */,
|
||||
83D3C4D1201C654F005564CB /* Headers */,
|
||||
83D3C4D2201C654F005564CB /* Resources */,
|
||||
83D3C65F201C6E56005564CB /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
|
|
|
@ -295,7 +295,7 @@
|
|||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_VERSION = A;
|
||||
INFOPLIST_FILE = libbinio/Info.plist;
|
||||
INSTALL_PATH = "@loader_path/Frameworks";
|
||||
INSTALL_PATH = "@rpath";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/Frameworks @loader_path/../Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = net.kode54.libbinio;
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
|
@ -316,7 +316,7 @@
|
|||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
FRAMEWORK_VERSION = A;
|
||||
INFOPLIST_FILE = libbinio/Info.plist;
|
||||
INSTALL_PATH = "@loader_path/Frameworks";
|
||||
INSTALL_PATH = "@rpath";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @loader_path/Frameworks @loader_path/../Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = net.kode54.libbinio;
|
||||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
|
||||
|
|
Loading…
Reference in New Issue