337 lines
17 KiB
Plaintext
337 lines
17 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
B506EC6315EBF67500566A27 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B506EC6215EBF67500566A27 /* UIKit.framework */; };
|
|
B506EC6515EBF67500566A27 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B506EC6415EBF67500566A27 /* Foundation.framework */; };
|
|
B506EC6715EBF67500566A27 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B506EC6615EBF67500566A27 /* CoreGraphics.framework */; };
|
|
B506EC6D15EBF67500566A27 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B506EC6B15EBF67500566A27 /* InfoPlist.strings */; };
|
|
B506EC6F15EBF67500566A27 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B506EC6E15EBF67500566A27 /* main.m */; };
|
|
B506EC7315EBF67500566A27 /* EspagramAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B506EC7215EBF67500566A27 /* EspagramAppDelegate.m */; };
|
|
B506EC7615EBF67500566A27 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B506EC7415EBF67500566A27 /* MainStoryboard.storyboard */; };
|
|
B506EC7915EBF67500566A27 /* EspagramViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B506EC7815EBF67500566A27 /* EspagramViewController.m */; };
|
|
B506ECA515EE898700566A27 /* SpanishConjugator.m in Sources */ = {isa = PBXBuildFile; fileRef = B506ECA415EE898700566A27 /* SpanishConjugator.m */; };
|
|
B512F63B164BEC6000DA031E /* EspagramTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B512F63A164BEC6000DA031E /* EspagramTestViewController.m */; };
|
|
B512F64A164C2A2700DA031E /* Tense.m in Sources */ = {isa = PBXBuildFile; fileRef = B512F649164C2A2700DA031E /* Tense.m */; };
|
|
B512F658164D1A0C00DA031E /* EspagramConjugationTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B512F657164D1A0C00DA031E /* EspagramConjugationTableViewController.m */; };
|
|
B512F670164D60DB00DA031E /* EspagramMainTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B512F66F164D60DB00DA031E /* EspagramMainTableViewController.m */; };
|
|
B5EFD38C162CA69F00C6E2EB /* GrammarTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B5EFD38B162CA69F00C6E2EB /* GrammarTestViewController.m */; };
|
|
B5EFD392162CB18000C6E2EB /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = B5EFD391162CB18000C6E2EB /* Default-568h@2x.png */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
B506EC5E15EBF67500566A27 /* Espagram.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Espagram.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
B506EC6215EBF67500566A27 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
B506EC6415EBF67500566A27 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
B506EC6615EBF67500566A27 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
B506EC6A15EBF67500566A27 /* Espagram-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Espagram-Info.plist"; sourceTree = "<group>"; };
|
|
B506EC6C15EBF67500566A27 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
B506EC6E15EBF67500566A27 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
B506EC7015EBF67500566A27 /* Espagram-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Espagram-Prefix.pch"; sourceTree = "<group>"; };
|
|
B506EC7115EBF67500566A27 /* EspagramAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EspagramAppDelegate.h; sourceTree = "<group>"; };
|
|
B506EC7215EBF67500566A27 /* EspagramAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EspagramAppDelegate.m; sourceTree = "<group>"; };
|
|
B506EC7515EBF67500566A27 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = "<group>"; };
|
|
B506EC7715EBF67500566A27 /* EspagramViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EspagramViewController.h; sourceTree = "<group>"; };
|
|
B506EC7815EBF67500566A27 /* EspagramViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EspagramViewController.m; sourceTree = "<group>"; };
|
|
B506ECA315EE898700566A27 /* SpanishConjugator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpanishConjugator.h; sourceTree = "<group>"; };
|
|
B506ECA415EE898700566A27 /* SpanishConjugator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpanishConjugator.m; sourceTree = "<group>"; };
|
|
B512F639164BEC6000DA031E /* EspagramTestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EspagramTestViewController.h; sourceTree = "<group>"; };
|
|
B512F63A164BEC6000DA031E /* EspagramTestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EspagramTestViewController.m; sourceTree = "<group>"; };
|
|
B512F648164C2A2700DA031E /* Tense.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tense.h; sourceTree = "<group>"; };
|
|
B512F649164C2A2700DA031E /* Tense.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tense.m; sourceTree = "<group>"; };
|
|
B512F656164D1A0C00DA031E /* EspagramConjugationTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EspagramConjugationTableViewController.h; sourceTree = "<group>"; };
|
|
B512F657164D1A0C00DA031E /* EspagramConjugationTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EspagramConjugationTableViewController.m; sourceTree = "<group>"; };
|
|
B512F66E164D60DB00DA031E /* EspagramMainTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EspagramMainTableViewController.h; sourceTree = "<group>"; };
|
|
B512F66F164D60DB00DA031E /* EspagramMainTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EspagramMainTableViewController.m; sourceTree = "<group>"; };
|
|
B58F57661635D27E00CED51B /* Conjugator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Conjugator.h; sourceTree = "<group>"; };
|
|
B58F576D16387BE600CED51B /* NSMutableArray_Shuffling.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NSMutableArray_Shuffling.h; path = Espagram/NSMutableArray_Shuffling.h; sourceTree = "<group>"; };
|
|
B5EFD38A162CA69F00C6E2EB /* GrammarTestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GrammarTestViewController.h; sourceTree = "<group>"; };
|
|
B5EFD38B162CA69F00C6E2EB /* GrammarTestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GrammarTestViewController.m; sourceTree = "<group>"; };
|
|
B5EFD391162CB18000C6E2EB /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
B506EC5B15EBF67500566A27 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B506EC6315EBF67500566A27 /* UIKit.framework in Frameworks */,
|
|
B506EC6515EBF67500566A27 /* Foundation.framework in Frameworks */,
|
|
B506EC6715EBF67500566A27 /* CoreGraphics.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
B506EC5315EBF67500566A27 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B5EFD391162CB18000C6E2EB /* Default-568h@2x.png */,
|
|
B58F576D16387BE600CED51B /* NSMutableArray_Shuffling.h */,
|
|
B506EC6815EBF67500566A27 /* Espagram */,
|
|
B506EC6115EBF67500566A27 /* Frameworks */,
|
|
B506EC5F15EBF67500566A27 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
B506EC5F15EBF67500566A27 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B506EC5E15EBF67500566A27 /* Espagram.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
B506EC6115EBF67500566A27 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B506EC6215EBF67500566A27 /* UIKit.framework */,
|
|
B506EC6415EBF67500566A27 /* Foundation.framework */,
|
|
B506EC6615EBF67500566A27 /* CoreGraphics.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
B506EC6815EBF67500566A27 /* Espagram */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B506EC7115EBF67500566A27 /* EspagramAppDelegate.h */,
|
|
B506EC7415EBF67500566A27 /* MainStoryboard.storyboard */,
|
|
B512F66E164D60DB00DA031E /* EspagramMainTableViewController.h */,
|
|
B512F66F164D60DB00DA031E /* EspagramMainTableViewController.m */,
|
|
B512F656164D1A0C00DA031E /* EspagramConjugationTableViewController.h */,
|
|
B512F657164D1A0C00DA031E /* EspagramConjugationTableViewController.m */,
|
|
B512F639164BEC6000DA031E /* EspagramTestViewController.h */,
|
|
B512F63A164BEC6000DA031E /* EspagramTestViewController.m */,
|
|
B512F648164C2A2700DA031E /* Tense.h */,
|
|
B512F649164C2A2700DA031E /* Tense.m */,
|
|
B506EC7215EBF67500566A27 /* EspagramAppDelegate.m */,
|
|
B5EFD38A162CA69F00C6E2EB /* GrammarTestViewController.h */,
|
|
B5EFD38B162CA69F00C6E2EB /* GrammarTestViewController.m */,
|
|
B506ECA315EE898700566A27 /* SpanishConjugator.h */,
|
|
B506ECA415EE898700566A27 /* SpanishConjugator.m */,
|
|
B58F57661635D27E00CED51B /* Conjugator.h */,
|
|
B506EC7715EBF67500566A27 /* EspagramViewController.h */,
|
|
B506EC7815EBF67500566A27 /* EspagramViewController.m */,
|
|
B506EC6915EBF67500566A27 /* Supporting Files */,
|
|
);
|
|
path = Espagram;
|
|
sourceTree = "<group>";
|
|
};
|
|
B506EC6915EBF67500566A27 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B506EC6A15EBF67500566A27 /* Espagram-Info.plist */,
|
|
B506EC6B15EBF67500566A27 /* InfoPlist.strings */,
|
|
B506EC6E15EBF67500566A27 /* main.m */,
|
|
B506EC7015EBF67500566A27 /* Espagram-Prefix.pch */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
B506EC5D15EBF67500566A27 /* Espagram */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B506EC7C15EBF67500566A27 /* Build configuration list for PBXNativeTarget "Espagram" */;
|
|
buildPhases = (
|
|
B506EC5A15EBF67500566A27 /* Sources */,
|
|
B506EC5B15EBF67500566A27 /* Frameworks */,
|
|
B506EC5C15EBF67500566A27 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Espagram;
|
|
productName = Espagram;
|
|
productReference = B506EC5E15EBF67500566A27 /* Espagram.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
B506EC5515EBF67500566A27 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
CLASSPREFIX = Espagram;
|
|
LastUpgradeCheck = 0440;
|
|
ORGANIZATIONNAME = "Abel Fokkinga";
|
|
};
|
|
buildConfigurationList = B506EC5815EBF67500566A27 /* Build configuration list for PBXProject "Espagram" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = B506EC5315EBF67500566A27;
|
|
productRefGroup = B506EC5F15EBF67500566A27 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
B506EC5D15EBF67500566A27 /* Espagram */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
B506EC5C15EBF67500566A27 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B506EC6D15EBF67500566A27 /* InfoPlist.strings in Resources */,
|
|
B506EC7615EBF67500566A27 /* MainStoryboard.storyboard in Resources */,
|
|
B5EFD392162CB18000C6E2EB /* Default-568h@2x.png in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
B506EC5A15EBF67500566A27 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B506EC6F15EBF67500566A27 /* main.m in Sources */,
|
|
B506EC7315EBF67500566A27 /* EspagramAppDelegate.m in Sources */,
|
|
B506EC7915EBF67500566A27 /* EspagramViewController.m in Sources */,
|
|
B506ECA515EE898700566A27 /* SpanishConjugator.m in Sources */,
|
|
B5EFD38C162CA69F00C6E2EB /* GrammarTestViewController.m in Sources */,
|
|
B512F63B164BEC6000DA031E /* EspagramTestViewController.m in Sources */,
|
|
B512F64A164C2A2700DA031E /* Tense.m in Sources */,
|
|
B512F658164D1A0C00DA031E /* EspagramConjugationTableViewController.m in Sources */,
|
|
B512F670164D60DB00DA031E /* EspagramMainTableViewController.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
B506EC6B15EBF67500566A27 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
B506EC6C15EBF67500566A27 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
B506EC7415EBF67500566A27 /* MainStoryboard.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
B506EC7515EBF67500566A27 /* en */,
|
|
);
|
|
name = MainStoryboard.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
B506EC7A15EBF67500566A27 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_ENABLE_OBJC_ARC = 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_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B506EC7B15EBF67500566A27 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
|
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
B506EC7D15EBF67500566A27 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Espagram/Espagram-Prefix.pch";
|
|
INFOPLIST_FILE = "Espagram/Espagram-Info.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TARGETED_DEVICE_FAMILY = 1;
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B506EC7E15EBF67500566A27 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "Espagram/Espagram-Prefix.pch";
|
|
INFOPLIST_FILE = "Espagram/Espagram-Info.plist";
|
|
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TARGETED_DEVICE_FAMILY = 1;
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
B506EC5815EBF67500566A27 /* Build configuration list for PBXProject "Espagram" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B506EC7A15EBF67500566A27 /* Debug */,
|
|
B506EC7B15EBF67500566A27 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B506EC7C15EBF67500566A27 /* Build configuration list for PBXNativeTarget "Espagram" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B506EC7D15EBF67500566A27 /* Debug */,
|
|
B506EC7E15EBF67500566A27 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = B506EC5515EBF67500566A27 /* Project object */;
|
|
}
|