mirror of
https://github.com/zhigang1992/POVoiceHUD.git
synced 2026-01-12 17:33:03 +08:00
345 lines
16 KiB
Plaintext
345 lines
16 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
ADD9C2381729C5A500E13311 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD9C2371729C5A500E13311 /* AVFoundation.framework */; };
|
|
ADD9C23A1729C5AE00E13311 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD9C2391729C5AE00E13311 /* AudioToolbox.framework */; };
|
|
ADD9C247172ABEB000E13311 /* microphone.png in Resources */ = {isa = PBXBuildFile; fileRef = ADD9C246172ABEB000E13311 /* microphone.png */; };
|
|
ADD9C24A172C1AD600E13311 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADD9C249172C1AD600E13311 /* CoreFoundation.framework */; };
|
|
ADFB7450171FF6BC007306E0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFB744F171FF6BC007306E0 /* UIKit.framework */; };
|
|
ADFB7452171FF6BC007306E0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFB7451171FF6BC007306E0 /* Foundation.framework */; };
|
|
ADFB7454171FF6BC007306E0 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFB7453171FF6BC007306E0 /* CoreGraphics.framework */; };
|
|
ADFB745A171FF6BC007306E0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = ADFB7458171FF6BC007306E0 /* InfoPlist.strings */; };
|
|
ADFB745C171FF6BC007306E0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFB745B171FF6BC007306E0 /* main.m */; };
|
|
ADFB7460171FF6BC007306E0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFB745F171FF6BC007306E0 /* AppDelegate.m */; };
|
|
ADFB7462171FF6BC007306E0 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = ADFB7461171FF6BC007306E0 /* Default.png */; };
|
|
ADFB7464171FF6BC007306E0 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ADFB7463171FF6BC007306E0 /* Default@2x.png */; };
|
|
ADFB7466171FF6BC007306E0 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ADFB7465171FF6BC007306E0 /* Default-568h@2x.png */; };
|
|
ADFB7469171FF6BC007306E0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFB7468171FF6BC007306E0 /* ViewController.m */; };
|
|
ADFB746C171FF6BC007306E0 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = ADFB746A171FF6BC007306E0 /* ViewController.xib */; };
|
|
ADFB7478171FF712007306E0 /* POVoiceHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFB7477171FF712007306E0 /* POVoiceHUD.m */; };
|
|
ADFB748817253E61007306E0 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ADFB748717253E61007306E0 /* QuartzCore.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
ADD9C2371729C5A500E13311 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
|
ADD9C2391729C5AE00E13311 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
|
ADD9C246172ABEB000E13311 /* microphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = microphone.png; sourceTree = "<group>"; };
|
|
ADD9C248172ACA6800E13311 /* POVoiceHUDDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = POVoiceHUDDelegate.h; sourceTree = "<group>"; };
|
|
ADD9C249172C1AD600E13311 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
|
|
ADFB744C171FF6BC007306E0 /* POVoiceHUD.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = POVoiceHUD.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
ADFB744F171FF6BC007306E0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
ADFB7451171FF6BC007306E0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
ADFB7453171FF6BC007306E0 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
ADFB7457171FF6BC007306E0 /* POVoiceHUD-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "POVoiceHUD-Info.plist"; sourceTree = "<group>"; };
|
|
ADFB7459171FF6BC007306E0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
ADFB745B171FF6BC007306E0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
ADFB745D171FF6BC007306E0 /* POVoiceHUD-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "POVoiceHUD-Prefix.pch"; sourceTree = "<group>"; };
|
|
ADFB745E171FF6BC007306E0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
ADFB745F171FF6BC007306E0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
ADFB7461171FF6BC007306E0 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
|
|
ADFB7463171FF6BC007306E0 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
|
|
ADFB7465171FF6BC007306E0 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
|
ADFB7467171FF6BC007306E0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
|
ADFB7468171FF6BC007306E0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
|
ADFB746B171FF6BC007306E0 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
|
|
ADFB7476171FF712007306E0 /* POVoiceHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = POVoiceHUD.h; sourceTree = "<group>"; };
|
|
ADFB7477171FF712007306E0 /* POVoiceHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = POVoiceHUD.m; sourceTree = "<group>"; };
|
|
ADFB748717253E61007306E0 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
ADFB7449171FF6BC007306E0 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
ADD9C24A172C1AD600E13311 /* CoreFoundation.framework in Frameworks */,
|
|
ADD9C23A1729C5AE00E13311 /* AudioToolbox.framework in Frameworks */,
|
|
ADD9C2381729C5A500E13311 /* AVFoundation.framework in Frameworks */,
|
|
ADFB748817253E61007306E0 /* QuartzCore.framework in Frameworks */,
|
|
ADFB7450171FF6BC007306E0 /* UIKit.framework in Frameworks */,
|
|
ADFB7452171FF6BC007306E0 /* Foundation.framework in Frameworks */,
|
|
ADFB7454171FF6BC007306E0 /* CoreGraphics.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
ADFB7443171FF6BC007306E0 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
ADFB7455171FF6BC007306E0 /* POVoiceHUD */,
|
|
ADFB744E171FF6BC007306E0 /* Frameworks */,
|
|
ADFB744D171FF6BC007306E0 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
ADFB744D171FF6BC007306E0 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
ADFB744C171FF6BC007306E0 /* POVoiceHUD.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
ADFB744E171FF6BC007306E0 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
ADD9C249172C1AD600E13311 /* CoreFoundation.framework */,
|
|
ADD9C2391729C5AE00E13311 /* AudioToolbox.framework */,
|
|
ADD9C2371729C5A500E13311 /* AVFoundation.framework */,
|
|
ADFB748717253E61007306E0 /* QuartzCore.framework */,
|
|
ADFB744F171FF6BC007306E0 /* UIKit.framework */,
|
|
ADFB7451171FF6BC007306E0 /* Foundation.framework */,
|
|
ADFB7453171FF6BC007306E0 /* CoreGraphics.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
ADFB7455171FF6BC007306E0 /* POVoiceHUD */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
ADFB7475171FF712007306E0 /* POVoiceHUD */,
|
|
ADFB745E171FF6BC007306E0 /* AppDelegate.h */,
|
|
ADFB745F171FF6BC007306E0 /* AppDelegate.m */,
|
|
ADFB7467171FF6BC007306E0 /* ViewController.h */,
|
|
ADFB7468171FF6BC007306E0 /* ViewController.m */,
|
|
ADFB746A171FF6BC007306E0 /* ViewController.xib */,
|
|
ADFB7456171FF6BC007306E0 /* Supporting Files */,
|
|
);
|
|
path = POVoiceHUD;
|
|
sourceTree = "<group>";
|
|
};
|
|
ADFB7456171FF6BC007306E0 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
ADFB7457171FF6BC007306E0 /* POVoiceHUD-Info.plist */,
|
|
ADFB7458171FF6BC007306E0 /* InfoPlist.strings */,
|
|
ADFB745B171FF6BC007306E0 /* main.m */,
|
|
ADFB745D171FF6BC007306E0 /* POVoiceHUD-Prefix.pch */,
|
|
ADFB7461171FF6BC007306E0 /* Default.png */,
|
|
ADFB7463171FF6BC007306E0 /* Default@2x.png */,
|
|
ADFB7465171FF6BC007306E0 /* Default-568h@2x.png */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
ADFB7475171FF712007306E0 /* POVoiceHUD */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
ADD9C246172ABEB000E13311 /* microphone.png */,
|
|
ADFB7476171FF712007306E0 /* POVoiceHUD.h */,
|
|
ADFB7477171FF712007306E0 /* POVoiceHUD.m */,
|
|
ADD9C248172ACA6800E13311 /* POVoiceHUDDelegate.h */,
|
|
);
|
|
path = POVoiceHUD;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
ADFB744B171FF6BC007306E0 /* POVoiceHUD */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = ADFB746F171FF6BC007306E0 /* Build configuration list for PBXNativeTarget "POVoiceHUD" */;
|
|
buildPhases = (
|
|
ADFB7448171FF6BC007306E0 /* Sources */,
|
|
ADFB7449171FF6BC007306E0 /* Frameworks */,
|
|
ADFB744A171FF6BC007306E0 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = POVoiceHUD;
|
|
productName = POVoiceHUD;
|
|
productReference = ADFB744C171FF6BC007306E0 /* POVoiceHUD.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
ADFB7444171FF6BC007306E0 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0460;
|
|
ORGANIZATIONNAME = "Polat Olu";
|
|
};
|
|
buildConfigurationList = ADFB7447171FF6BC007306E0 /* Build configuration list for PBXProject "POVoiceHUD" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = ADFB7443171FF6BC007306E0;
|
|
productRefGroup = ADFB744D171FF6BC007306E0 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
ADFB744B171FF6BC007306E0 /* POVoiceHUD */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
ADFB744A171FF6BC007306E0 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
ADFB745A171FF6BC007306E0 /* InfoPlist.strings in Resources */,
|
|
ADFB7462171FF6BC007306E0 /* Default.png in Resources */,
|
|
ADFB7464171FF6BC007306E0 /* Default@2x.png in Resources */,
|
|
ADFB7466171FF6BC007306E0 /* Default-568h@2x.png in Resources */,
|
|
ADFB746C171FF6BC007306E0 /* ViewController.xib in Resources */,
|
|
ADD9C247172ABEB000E13311 /* microphone.png in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
ADFB7448171FF6BC007306E0 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
ADFB745C171FF6BC007306E0 /* main.m in Sources */,
|
|
ADFB7460171FF6BC007306E0 /* AppDelegate.m in Sources */,
|
|
ADFB7469171FF6BC007306E0 /* ViewController.m in Sources */,
|
|
ADFB7478171FF712007306E0 /* POVoiceHUD.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
ADFB7458171FF6BC007306E0 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
ADFB7459171FF6BC007306E0 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
ADFB746A171FF6BC007306E0 /* ViewController.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
ADFB746B171FF6BC007306E0 /* en */,
|
|
);
|
|
name = ViewController.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
ADFB746D171FF6BC007306E0 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
ADFB746E171FF6BC007306E0 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
|
|
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
ADFB7470171FF6BC007306E0 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "POVoiceHUD/POVoiceHUD-Prefix.pch";
|
|
INFOPLIST_FILE = "POVoiceHUD/POVoiceHUD-Info.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
ADFB7471171FF6BC007306E0 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "POVoiceHUD/POVoiceHUD-Prefix.pch";
|
|
INFOPLIST_FILE = "POVoiceHUD/POVoiceHUD-Info.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
ADFB7447171FF6BC007306E0 /* Build configuration list for PBXProject "POVoiceHUD" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
ADFB746D171FF6BC007306E0 /* Debug */,
|
|
ADFB746E171FF6BC007306E0 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
ADFB746F171FF6BC007306E0 /* Build configuration list for PBXNativeTarget "POVoiceHUD" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
ADFB7470171FF6BC007306E0 /* Debug */,
|
|
ADFB7471171FF6BC007306E0 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = ADFB7444171FF6BC007306E0 /* Project object */;
|
|
}
|