You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
music-synthesizer-for-android/cpp/src/SynthApp.xcodeproj/project.pbxproj

310 lines
14 KiB

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
0AF9B4E130CD067B67982EBD /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = FAB723D6CDE6B962FBA69894 /* main.m */; };
1C5DE660EC77BB10207B2287 /* SynthMain.mm in Sources */ = {isa = PBXBuildFile; fileRef = AFA13CCA8E0B32555D59A9B3 /* SynthMain.mm */; };
2BA8FE676832264E0511D537 /* midi_in_mac.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9CC658C4805259001BB2BA70 /* midi_in_mac.cc */; };
5EAECBD70CBEA73B2779206F /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0638CA1C453E326E762DA4BE /* Carbon.framework */; };
8F78BB0F8E5ABD62E94E9033 /* libcore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BACEAAFABBABE1D12902220B /* libcore.a */; };
934113319D00751E8E25D151 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F9DC34125BEDD68ABCAB055D /* AudioToolbox.framework */; };
99BC8AF04EDB098B35258E82 /* SynthAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 22758A226C30B8A0C2E095B2 /* SynthAppDelegate.mm */; };
B4DE673655497871A3BBC156 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3EDCE57490308092B70255E /* CoreFoundation.framework */; };
D19B14BE69AE22E170B65E39 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D3126A377165245C44B6C8A /* CoreAudio.framework */; };
D981AAA9AAF8D88A04A6C48B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3E06DBD96E36EB93BEA0FC1B /* InfoPlist.strings */; };
E55D320615482E26123191C2 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6F664EAAFF41058799553650 /* AudioUnit.framework */; };
F7624EA1A8133B1F867A515E /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B1680278C574FAEFF7657992 /* CoreMIDI.framework */; };
FB09285A67966501565CC485 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = CF2DC82EE50B750198149118 /* MainMenu.xib */; };
FEDE0E473529E7B58EAA6CF3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4618975BF19F21FC2A429474 /* Cocoa.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
0113EA7215BA932B68889274 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B5F1A11C57F7DE82D8F9F9C2 /* core.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 5A9991BB6607533745115226;
remoteInfo = core;
};
8733BC1F6527748907794EA9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B5F1A11C57F7DE82D8F9F9C2 /* core.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 8B1FC9FF853D5C32F4771091;
remoteInfo = core;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
0638CA1C453E326E762DA4BE /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
22758A226C30B8A0C2E095B2 /* SynthAppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SynthAppDelegate.mm; sourceTree = "<group>"; };
2D3126A377165245C44B6C8A /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
3C854865960DE58DBB62E200 /* SynthApp_Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = text; path = SynthApp_Prefix.pch; sourceTree = "<group>"; };
4618975BF19F21FC2A429474 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
47E3EC1A3593850470FB7E33 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
645192D86D7D39B0CAB2E0FC /* SynthApp.gyp */ = {isa = PBXFileReference; lastKnownFileType = text; path = SynthApp.gyp; sourceTree = "<group>"; };
6F664EAAFF41058799553650 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; };
9CC658C4805259001BB2BA70 /* midi_in_mac.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = midi_in_mac.cc; sourceTree = "<group>"; };
AC00D3CE197617EB5BC7110C /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
AFA13CCA8E0B32555D59A9B3 /* SynthMain.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SynthMain.mm; sourceTree = "<group>"; };
B1680278C574FAEFF7657992 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
B5F1A11C57F7DE82D8F9F9C2 /* core.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = core.xcodeproj; sourceTree = SOURCE_ROOT; };
C3EDCE57490308092B70255E /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
E4B4F7598D96CC2CE29666B4 /* SynthApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SynthApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
F9DC34125BEDD68ABCAB055D /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
FAB723D6CDE6B962FBA69894 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
E0443A39F1982DD2A0D4C8E6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8F78BB0F8E5ABD62E94E9033 /* libcore.a in Frameworks */,
934113319D00751E8E25D151 /* AudioToolbox.framework in Frameworks */,
E55D320615482E26123191C2 /* AudioUnit.framework in Frameworks */,
5EAECBD70CBEA73B2779206F /* Carbon.framework in Frameworks */,
FEDE0E473529E7B58EAA6CF3 /* Cocoa.framework in Frameworks */,
D19B14BE69AE22E170B65E39 /* CoreAudio.framework in Frameworks */,
B4DE673655497871A3BBC156 /* CoreFoundation.framework in Frameworks */,
F7624EA1A8133B1F867A515E /* CoreMIDI.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
048E2E4F06C19059DA10948A /* Products */ = {
isa = PBXGroup;
children = (
E4B4F7598D96CC2CE29666B4 /* SynthApp.app */,
);
name = Products;
sourceTree = "<group>";
};
06DC9AAFE57AC70F6D82C9B8 /* Products */ = {
isa = PBXGroup;
children = (
BACEAAFABBABE1D12902220B /* libcore.a */,
);
name = Products;
sourceTree = "<group>";
};
571F3C9918276141BDFD1F04 /* Frameworks */ = {
isa = PBXGroup;
children = (
F9DC34125BEDD68ABCAB055D /* AudioToolbox.framework */,
6F664EAAFF41058799553650 /* AudioUnit.framework */,
0638CA1C453E326E762DA4BE /* Carbon.framework */,
4618975BF19F21FC2A429474 /* Cocoa.framework */,
2D3126A377165245C44B6C8A /* CoreAudio.framework */,
C3EDCE57490308092B70255E /* CoreFoundation.framework */,
B1680278C574FAEFF7657992 /* CoreMIDI.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
652E39EBA60801294DEE7827 /* Projects */ = {
isa = PBXGroup;
children = (
B5F1A11C57F7DE82D8F9F9C2 /* core.xcodeproj */,
);
name = Projects;
sourceTree = "<group>";
};
8C541AB012A6421C156ED3CC /* Source */ = {
isa = PBXGroup;
children = (
3E06DBD96E36EB93BEA0FC1B /* InfoPlist.strings */,
CF2DC82EE50B750198149118 /* MainMenu.xib */,
22758A226C30B8A0C2E095B2 /* SynthAppDelegate.mm */,
3C854865960DE58DBB62E200 /* SynthApp_Prefix.pch */,
AFA13CCA8E0B32555D59A9B3 /* SynthMain.mm */,
FAB723D6CDE6B962FBA69894 /* main.m */,
9CC658C4805259001BB2BA70 /* midi_in_mac.cc */,
);
name = Source;
path = SynthApp;
sourceTree = "<group>";
};
AE142D1365FF48FD556E86BC /* Build */ = {
isa = PBXGroup;
children = (
645192D86D7D39B0CAB2E0FC /* SynthApp.gyp */,
);
name = Build;
sourceTree = "<group>";
};
EEAFDBA4970041AA25C22652 = {
isa = PBXGroup;
children = (
8C541AB012A6421C156ED3CC /* Source */,
652E39EBA60801294DEE7827 /* Projects */,
571F3C9918276141BDFD1F04 /* Frameworks */,
048E2E4F06C19059DA10948A /* Products */,
AE142D1365FF48FD556E86BC /* Build */,
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
C05003BAF5004F3B18F94002 /* SynthApp */ = {
isa = PBXNativeTarget;
buildConfigurationList = DB5E551BF701B14CD4C2B627 /* Build configuration list for PBXNativeTarget "SynthApp" */;
buildPhases = (
11D527F4085F0D823076B687 /* Resources */,
BCACCEFB309FFDB59EE9B9A1 /* Sources */,
E0443A39F1982DD2A0D4C8E6 /* Frameworks */,
);
buildRules = (
);
dependencies = (
27F0280BCDE369FB81181FD4 /* PBXTargetDependency */,
);
name = SynthApp;
productName = SynthApp;
productReference = E4B4F7598D96CC2CE29666B4 /* SynthApp.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F6DFBBC1A435D3962598EE50 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
};
buildConfigurationList = F2D5F35CD2FF169326ADC8E8 /* Build configuration list for PBXProject "SynthApp" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
en,
);
mainGroup = EEAFDBA4970041AA25C22652;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 06DC9AAFE57AC70F6D82C9B8 /* Products */;
ProjectRef = B5F1A11C57F7DE82D8F9F9C2 /* core.xcodeproj */;
},
);
projectRoot = "";
targets = (
C05003BAF5004F3B18F94002 /* SynthApp */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
BACEAAFABBABE1D12902220B /* libcore.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libcore.a;
remoteRef = 8733BC1F6527748907794EA9 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
11D527F4085F0D823076B687 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D981AAA9AAF8D88A04A6C48B /* InfoPlist.strings in Resources */,
FB09285A67966501565CC485 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
BCACCEFB309FFDB59EE9B9A1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0AF9B4E130CD067B67982EBD /* main.m in Sources */,
2BA8FE676832264E0511D537 /* midi_in_mac.cc in Sources */,
99BC8AF04EDB098B35258E82 /* SynthAppDelegate.mm in Sources */,
1C5DE660EC77BB10207B2287 /* SynthMain.mm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
27F0280BCDE369FB81181FD4 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = core;
targetProxy = 0113EA7215BA932B68889274 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
3E06DBD96E36EB93BEA0FC1B /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
AC00D3CE197617EB5BC7110C /* English */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
CF2DC82EE50B750198149118 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
47E3EC1A3593850470FB7E33 /* English */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
200985946FE77FF1BE0AA81C /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
};
name = Default;
};
F637FD3979A20A160561D04A /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
HEADER_SEARCH_PATHS = .;
INFOPLIST_FILE = "SynthApp/Synth-Info.plist";
LIBRARY_SEARCH_PATHS = "$(SDKROOT)/System/Library/Frameworks";
PRODUCT_NAME = SynthApp;
WRAPPER_PREFIX = "";
};
name = Default;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
DB5E551BF701B14CD4C2B627 /* Build configuration list for PBXNativeTarget "SynthApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F637FD3979A20A160561D04A /* Default */,
);
defaultConfigurationIsVisible = 1;
defaultConfigurationName = Default;
};
F2D5F35CD2FF169326ADC8E8 /* Build configuration list for PBXProject "SynthApp" */ = {
isa = XCConfigurationList;
buildConfigurations = (
200985946FE77FF1BE0AA81C /* Default */,
);
defaultConfigurationIsVisible = 1;
defaultConfigurationName = Default;
};
/* End XCConfigurationList section */
};
rootObject = F6DFBBC1A435D3962598EE50 /* Project object */;
}