Files

361 lines
13 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
662B6CBA1C542DF500353D48 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 662B6CB91C542DF500353D48 /* AppDelegate.m */; };
662B6CBD1C542DF500353D48 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 662B6CBC1C542DF500353D48 /* main.m */; };
662B6CBF1C542DF500353D48 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 662B6CBE1C542DF500353D48 /* Assets.xcassets */; };
662B6CC21C542DF500353D48 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 662B6CC01C542DF500353D48 /* MainMenu.xib */; };
66374D521C542F5E000B19D0 /* simple-drum-beat.wav in Resources */ = {isa = PBXBuildFile; fileRef = 66374D511C542F5E000B19D0 /* simple-drum-beat.wav */; };
66374D581C543DF3000B19D0 /* EZAudioOSX.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 66374D571C543DF3000B19D0 /* EZAudioOSX.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
66374DD61C545314000B19D0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 66374DD11C545314000B19D0 /* EZAudio.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 469F4CF31B749F7800666A46;
remoteInfo = EZAudioiOS;
};
66374DD81C545314000B19D0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 66374DD11C545314000B19D0 /* EZAudio.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 8A5A4B9C1BBBDCB200A8A048;
remoteInfo = EZAudioOSX;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
662B6CB51C542DF500353D48 /* PlayFile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PlayFile.app; sourceTree = BUILT_PRODUCTS_DIR; };
662B6CB81C542DF500353D48 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
662B6CB91C542DF500353D48 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
662B6CBC1C542DF500353D48 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
662B6CBE1C542DF500353D48 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
662B6CC11C542DF500353D48 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
662B6CC31C542DF500353D48 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
66374D511C542F5E000B19D0 /* simple-drum-beat.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = "simple-drum-beat.wav"; path = "../../simple-drum-beat.wav"; sourceTree = SOURCE_ROOT; };
66374D571C543DF3000B19D0 /* EZAudioOSX.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = EZAudioOSX.framework; path = ../../../build/Debug/EZAudioOSX.framework; sourceTree = "<group>"; };
66374DD11C545314000B19D0 /* EZAudio.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = EZAudio.xcodeproj; path = ../../../EZAudio.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
662B6CB21C542DF500353D48 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
66374D581C543DF3000B19D0 /* EZAudioOSX.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
662B6CAC1C542DF500353D48 = {
isa = PBXGroup;
children = (
66374DD11C545314000B19D0 /* EZAudio.xcodeproj */,
662B6CB71C542DF500353D48 /* PlayFile */,
66374D4E1C542E6D000B19D0 /* Frameworks */,
662B6CB61C542DF500353D48 /* Products */,
);
sourceTree = "<group>";
};
662B6CB61C542DF500353D48 /* Products */ = {
isa = PBXGroup;
children = (
662B6CB51C542DF500353D48 /* PlayFile.app */,
);
name = Products;
sourceTree = "<group>";
};
662B6CB71C542DF500353D48 /* PlayFile */ = {
isa = PBXGroup;
children = (
66374D511C542F5E000B19D0 /* simple-drum-beat.wav */,
662B6CB81C542DF500353D48 /* AppDelegate.h */,
662B6CB91C542DF500353D48 /* AppDelegate.m */,
662B6CBE1C542DF500353D48 /* Assets.xcassets */,
662B6CC01C542DF500353D48 /* MainMenu.xib */,
662B6CC31C542DF500353D48 /* Info.plist */,
662B6CBB1C542DF500353D48 /* Supporting Files */,
);
path = PlayFile;
sourceTree = "<group>";
};
662B6CBB1C542DF500353D48 /* Supporting Files */ = {
isa = PBXGroup;
children = (
662B6CBC1C542DF500353D48 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
66374D4E1C542E6D000B19D0 /* Frameworks */ = {
isa = PBXGroup;
children = (
66374D571C543DF3000B19D0 /* EZAudioOSX.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
66374DD21C545314000B19D0 /* Products */ = {
isa = PBXGroup;
children = (
66374DD71C545314000B19D0 /* EZAudioiOS.framework */,
66374DD91C545314000B19D0 /* EZAudioOSX.framework */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
662B6CB41C542DF500353D48 /* PlayFile */ = {
isa = PBXNativeTarget;
buildConfigurationList = 662B6CC61C542DF500353D48 /* Build configuration list for PBXNativeTarget "PlayFile" */;
buildPhases = (
662B6CB11C542DF500353D48 /* Sources */,
662B6CB21C542DF500353D48 /* Frameworks */,
662B6CB31C542DF500353D48 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = PlayFile;
productName = PlayFile;
productReference = 662B6CB51C542DF500353D48 /* PlayFile.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
662B6CAD1C542DF500353D48 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Syed Haris Ali";
TargetAttributes = {
662B6CB41C542DF500353D48 = {
CreatedOnToolsVersion = 7.2;
};
};
};
buildConfigurationList = 662B6CB01C542DF500353D48 /* Build configuration list for PBXProject "PlayFile" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 662B6CAC1C542DF500353D48;
productRefGroup = 662B6CB61C542DF500353D48 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 66374DD21C545314000B19D0 /* Products */;
ProjectRef = 66374DD11C545314000B19D0 /* EZAudio.xcodeproj */;
},
);
projectRoot = "";
targets = (
662B6CB41C542DF500353D48 /* PlayFile */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
66374DD71C545314000B19D0 /* EZAudioiOS.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = EZAudioiOS.framework;
remoteRef = 66374DD61C545314000B19D0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
66374DD91C545314000B19D0 /* EZAudioOSX.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = EZAudioOSX.framework;
remoteRef = 66374DD81C545314000B19D0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
662B6CB31C542DF500353D48 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
662B6CBF1C542DF500353D48 /* Assets.xcassets in Resources */,
662B6CC21C542DF500353D48 /* MainMenu.xib in Resources */,
66374D521C542F5E000B19D0 /* simple-drum-beat.wav in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
662B6CB11C542DF500353D48 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
662B6CBD1C542DF500353D48 /* main.m in Sources */,
662B6CBA1C542DF500353D48 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
662B6CC01C542DF500353D48 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
662B6CC11C542DF500353D48 /* Base */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
662B6CC41C542DF500353D48 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
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;
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../..\"";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
name = Debug;
};
662B6CC51C542DF500353D48 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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;
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../..\"";
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
662B6CC71C542DF500353D48 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = PlayFile/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.8;
PRODUCT_BUNDLE_IDENTIFIER = com.sha.PlayFile;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
662B6CC81C542DF500353D48 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = PlayFile/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.8;
PRODUCT_BUNDLE_IDENTIFIER = com.sha.PlayFile;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
662B6CB01C542DF500353D48 /* Build configuration list for PBXProject "PlayFile" */ = {
isa = XCConfigurationList;
buildConfigurations = (
662B6CC41C542DF500353D48 /* Debug */,
662B6CC51C542DF500353D48 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
662B6CC61C542DF500353D48 /* Build configuration list for PBXNativeTarget "PlayFile" */ = {
isa = XCConfigurationList;
buildConfigurations = (
662B6CC71C542DF500353D48 /* Debug */,
662B6CC81C542DF500353D48 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 662B6CAD1C542DF500353D48 /* Project object */;
}