Initial commit
This commit is contained in:
542
BeerBox.xcodeproj/project.pbxproj
Executable file
542
BeerBox.xcodeproj/project.pbxproj
Executable file
@ -0,0 +1,542 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
2B08A22F1BB48CF300B0B8B1 /* Main_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2B08A22D1BB48CF300B0B8B1 /* Main_iPhone.storyboard */; settings = {ASSET_TAGS = (); }; };
|
||||
2BBC018F1981879400D0BAE0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BBC018E1981879400D0BAE0 /* Foundation.framework */; };
|
||||
2BBC01911981879400D0BAE0 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BBC01901981879400D0BAE0 /* CoreGraphics.framework */; };
|
||||
2BBC01931981879400D0BAE0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BBC01921981879400D0BAE0 /* UIKit.framework */; };
|
||||
2BBC01991981879400D0BAE0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2BBC01971981879400D0BAE0 /* InfoPlist.strings */; };
|
||||
2BBC019B1981879400D0BAE0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBC019A1981879400D0BAE0 /* main.m */; };
|
||||
2BBC019F1981879400D0BAE0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBC019E1981879400D0BAE0 /* AppDelegate.m */; };
|
||||
2BBC01A81981879400D0BAE0 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBC01A71981879400D0BAE0 /* ViewController.m */; };
|
||||
2BBC01AA1981879500D0BAE0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2BBC01A91981879500D0BAE0 /* Images.xcassets */; };
|
||||
2BBC01B11981879500D0BAE0 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BBC01B01981879500D0BAE0 /* XCTest.framework */; };
|
||||
2BBC01B21981879500D0BAE0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BBC018E1981879400D0BAE0 /* Foundation.framework */; };
|
||||
2BBC01B31981879500D0BAE0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BBC01921981879400D0BAE0 /* UIKit.framework */; };
|
||||
2BBC01BB1981879500D0BAE0 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2BBC01B91981879500D0BAE0 /* InfoPlist.strings */; };
|
||||
2BBC01BD1981879500D0BAE0 /* BeerBoxTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBC01BC1981879500D0BAE0 /* BeerBoxTests.m */; };
|
||||
2BBC01C7198187B600D0BAE0 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BBC01C6198187B600D0BAE0 /* AudioToolbox.framework */; };
|
||||
2BBC01C9198187C300D0BAE0 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2BBC01C8198187C300D0BAE0 /* CoreBluetooth.framework */; };
|
||||
2BBC01CC198187EB00D0BAE0 /* SerialGATT.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BBC01CA198187EB00D0BAE0 /* SerialGATT.m */; };
|
||||
2BC70F0D1BD2242800330A1F /* Icon@2x copy.png in Resources */ = {isa = PBXBuildFile; fileRef = 2BC70F0C1BD2242800330A1F /* Icon@2x copy.png */; settings = {ASSET_TAGS = (); }; };
|
||||
2BEEF2401BD7FAAB00003449 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2BEEF23F1BD7FAAB00003449 /* LaunchScreen.storyboard */; settings = {ASSET_TAGS = (); }; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
2B870D8D19819C5200911BCD /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2BBC01831981879400D0BAE0 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 2BBC018A1981879400D0BAE0;
|
||||
remoteInfo = BeerBox;
|
||||
};
|
||||
2B870D8F19819C5200911BCD /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2BBC01831981879400D0BAE0 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 2BBC018A1981879400D0BAE0;
|
||||
remoteInfo = BeerBox;
|
||||
};
|
||||
2BBC01B41981879500D0BAE0 /* PBXContainerItemProxy */ = {
|
||||
isa = PBXContainerItemProxy;
|
||||
containerPortal = 2BBC01831981879400D0BAE0 /* Project object */;
|
||||
proxyType = 1;
|
||||
remoteGlobalIDString = 2BBC018A1981879400D0BAE0;
|
||||
remoteInfo = BeerBox;
|
||||
};
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
2B08A22E1BB48CF300B0B8B1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPhone.storyboard; sourceTree = "<group>"; };
|
||||
2BBC018B1981879400D0BAE0 /* BeerBox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BeerBox.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
2BBC018E1981879400D0BAE0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
2BBC01901981879400D0BAE0 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||
2BBC01921981879400D0BAE0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
2BBC01961981879400D0BAE0 /* BeerBox-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BeerBox-Info.plist"; sourceTree = "<group>"; };
|
||||
2BBC01981981879400D0BAE0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
2BBC019A1981879400D0BAE0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
2BBC019C1981879400D0BAE0 /* BeerBox-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BeerBox-Prefix.pch"; sourceTree = "<group>"; };
|
||||
2BBC019D1981879400D0BAE0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||||
2BBC019E1981879400D0BAE0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
||||
2BBC01A61981879400D0BAE0 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
||||
2BBC01A71981879400D0BAE0 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
||||
2BBC01A91981879500D0BAE0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
||||
2BBC01AF1981879500D0BAE0 /* BeerBoxTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BeerBoxTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
2BBC01B01981879500D0BAE0 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
||||
2BBC01B81981879500D0BAE0 /* BeerBoxTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BeerBoxTests-Info.plist"; sourceTree = "<group>"; };
|
||||
2BBC01BA1981879500D0BAE0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
2BBC01BC1981879500D0BAE0 /* BeerBoxTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BeerBoxTests.m; sourceTree = "<group>"; };
|
||||
2BBC01C6198187B600D0BAE0 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
||||
2BBC01C8198187C300D0BAE0 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = System/Library/Frameworks/CoreBluetooth.framework; sourceTree = SDKROOT; };
|
||||
2BBC01CA198187EB00D0BAE0 /* SerialGATT.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SerialGATT.m; sourceTree = "<group>"; };
|
||||
2BBC01CB198187EB00D0BAE0 /* SerialGATT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SerialGATT.h; sourceTree = "<group>"; };
|
||||
2BC70F0C1BD2242800330A1F /* Icon@2x copy.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x copy.png"; sourceTree = "<group>"; };
|
||||
2BEEF23F1BD7FAAB00003449 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
2BBC01881981879400D0BAE0 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2BBC01C9198187C300D0BAE0 /* CoreBluetooth.framework in Frameworks */,
|
||||
2BBC01C7198187B600D0BAE0 /* AudioToolbox.framework in Frameworks */,
|
||||
2BBC01911981879400D0BAE0 /* CoreGraphics.framework in Frameworks */,
|
||||
2BBC01931981879400D0BAE0 /* UIKit.framework in Frameworks */,
|
||||
2BBC018F1981879400D0BAE0 /* Foundation.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
2BBC01AC1981879500D0BAE0 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2BBC01B11981879500D0BAE0 /* XCTest.framework in Frameworks */,
|
||||
2BBC01B31981879500D0BAE0 /* UIKit.framework in Frameworks */,
|
||||
2BBC01B21981879500D0BAE0 /* Foundation.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
2BBC01821981879400D0BAE0 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BBC01941981879400D0BAE0 /* BeerBox */,
|
||||
2BBC01B61981879500D0BAE0 /* BeerBoxTests */,
|
||||
2BBC018D1981879400D0BAE0 /* Frameworks */,
|
||||
2BBC018C1981879400D0BAE0 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BBC018C1981879400D0BAE0 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BBC018B1981879400D0BAE0 /* BeerBox.app */,
|
||||
2BBC01AF1981879500D0BAE0 /* BeerBoxTests.xctest */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BBC018D1981879400D0BAE0 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BBC01C8198187C300D0BAE0 /* CoreBluetooth.framework */,
|
||||
2BBC01C6198187B600D0BAE0 /* AudioToolbox.framework */,
|
||||
2BBC018E1981879400D0BAE0 /* Foundation.framework */,
|
||||
2BBC01901981879400D0BAE0 /* CoreGraphics.framework */,
|
||||
2BBC01921981879400D0BAE0 /* UIKit.framework */,
|
||||
2BBC01B01981879500D0BAE0 /* XCTest.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BBC01941981879400D0BAE0 /* BeerBox */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BC70F0C1BD2242800330A1F /* Icon@2x copy.png */,
|
||||
2B08A22D1BB48CF300B0B8B1 /* Main_iPhone.storyboard */,
|
||||
2BBC019D1981879400D0BAE0 /* AppDelegate.h */,
|
||||
2BBC019E1981879400D0BAE0 /* AppDelegate.m */,
|
||||
2BEEF23F1BD7FAAB00003449 /* LaunchScreen.storyboard */,
|
||||
2BBC01CD198187F500D0BAE0 /* SerialGATT */,
|
||||
2BBC01A61981879400D0BAE0 /* ViewController.h */,
|
||||
2BBC01A71981879400D0BAE0 /* ViewController.m */,
|
||||
2BBC01A91981879500D0BAE0 /* Images.xcassets */,
|
||||
2BBC01951981879400D0BAE0 /* Supporting Files */,
|
||||
);
|
||||
path = BeerBox;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BBC01951981879400D0BAE0 /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BBC01961981879400D0BAE0 /* BeerBox-Info.plist */,
|
||||
2BBC01971981879400D0BAE0 /* InfoPlist.strings */,
|
||||
2BBC019A1981879400D0BAE0 /* main.m */,
|
||||
2BBC019C1981879400D0BAE0 /* BeerBox-Prefix.pch */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BBC01B61981879500D0BAE0 /* BeerBoxTests */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BBC01BC1981879500D0BAE0 /* BeerBoxTests.m */,
|
||||
2BBC01B71981879500D0BAE0 /* Supporting Files */,
|
||||
);
|
||||
path = BeerBoxTests;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BBC01B71981879500D0BAE0 /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BBC01B81981879500D0BAE0 /* BeerBoxTests-Info.plist */,
|
||||
2BBC01B91981879500D0BAE0 /* InfoPlist.strings */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BBC01CD198187F500D0BAE0 /* SerialGATT */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
2BBC01CA198187EB00D0BAE0 /* SerialGATT.m */,
|
||||
2BBC01CB198187EB00D0BAE0 /* SerialGATT.h */,
|
||||
);
|
||||
name = SerialGATT;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
2BBC018A1981879400D0BAE0 /* BeerBox */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2BBC01C01981879500D0BAE0 /* Build configuration list for PBXNativeTarget "BeerBox" */;
|
||||
buildPhases = (
|
||||
2BBC01871981879400D0BAE0 /* Sources */,
|
||||
2BBC01881981879400D0BAE0 /* Frameworks */,
|
||||
2BBC01891981879400D0BAE0 /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = BeerBox;
|
||||
productName = BeerBox;
|
||||
productReference = 2BBC018B1981879400D0BAE0 /* BeerBox.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
2BBC01AE1981879500D0BAE0 /* BeerBoxTests */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 2BBC01C31981879500D0BAE0 /* Build configuration list for PBXNativeTarget "BeerBoxTests" */;
|
||||
buildPhases = (
|
||||
2BBC01AB1981879500D0BAE0 /* Sources */,
|
||||
2BBC01AC1981879500D0BAE0 /* Frameworks */,
|
||||
2BBC01AD1981879500D0BAE0 /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
2BBC01B51981879500D0BAE0 /* PBXTargetDependency */,
|
||||
2B870D8E19819C5200911BCD /* PBXTargetDependency */,
|
||||
2B870D9019819C5200911BCD /* PBXTargetDependency */,
|
||||
);
|
||||
name = BeerBoxTests;
|
||||
productName = BeerBoxTests;
|
||||
productReference = 2BBC01AF1981879500D0BAE0 /* BeerBoxTests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.unit-test";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
2BBC01831981879400D0BAE0 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0510;
|
||||
ORGANIZATIONNAME = LBSFilm;
|
||||
TargetAttributes = {
|
||||
2BBC018A1981879400D0BAE0 = {
|
||||
SystemCapabilities = {
|
||||
com.apple.BackgroundModes = {
|
||||
enabled = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
2BBC01AE1981879500D0BAE0 = {
|
||||
TestTargetID = 2BBC018A1981879400D0BAE0;
|
||||
};
|
||||
};
|
||||
};
|
||||
buildConfigurationList = 2BBC01861981879400D0BAE0 /* Build configuration list for PBXProject "BeerBox" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
Base,
|
||||
);
|
||||
mainGroup = 2BBC01821981879400D0BAE0;
|
||||
productRefGroup = 2BBC018C1981879400D0BAE0 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
2BBC018A1981879400D0BAE0 /* BeerBox */,
|
||||
2BBC01AE1981879500D0BAE0 /* BeerBoxTests */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
2BBC01891981879400D0BAE0 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2B08A22F1BB48CF300B0B8B1 /* Main_iPhone.storyboard in Resources */,
|
||||
2BC70F0D1BD2242800330A1F /* Icon@2x copy.png in Resources */,
|
||||
2BEEF2401BD7FAAB00003449 /* LaunchScreen.storyboard in Resources */,
|
||||
2BBC01AA1981879500D0BAE0 /* Images.xcassets in Resources */,
|
||||
2BBC01991981879400D0BAE0 /* InfoPlist.strings in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
2BBC01AD1981879500D0BAE0 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2BBC01BB1981879500D0BAE0 /* InfoPlist.strings in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
2BBC01871981879400D0BAE0 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2BBC01A81981879400D0BAE0 /* ViewController.m in Sources */,
|
||||
2BBC019F1981879400D0BAE0 /* AppDelegate.m in Sources */,
|
||||
2BBC019B1981879400D0BAE0 /* main.m in Sources */,
|
||||
2BBC01CC198187EB00D0BAE0 /* SerialGATT.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
2BBC01AB1981879500D0BAE0 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
2BBC01BD1981879500D0BAE0 /* BeerBoxTests.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXTargetDependency section */
|
||||
2B870D8E19819C5200911BCD /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 2BBC018A1981879400D0BAE0 /* BeerBox */;
|
||||
targetProxy = 2B870D8D19819C5200911BCD /* PBXContainerItemProxy */;
|
||||
};
|
||||
2B870D9019819C5200911BCD /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 2BBC018A1981879400D0BAE0 /* BeerBox */;
|
||||
targetProxy = 2B870D8F19819C5200911BCD /* PBXContainerItemProxy */;
|
||||
};
|
||||
2BBC01B51981879500D0BAE0 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 2BBC018A1981879400D0BAE0 /* BeerBox */;
|
||||
targetProxy = 2BBC01B41981879500D0BAE0 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
2B08A22D1BB48CF300B0B8B1 /* Main_iPhone.storyboard */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
2B08A22E1BB48CF300B0B8B1 /* Base */,
|
||||
);
|
||||
name = Main_iPhone.storyboard;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BBC01971981879400D0BAE0 /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
2BBC01981981879400D0BAE0 /* en */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
2BBC01B91981879500D0BAE0 /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
2BBC01BA1981879500D0BAE0 /* en */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
2BBC01BE1981879500D0BAE0 /* 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__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_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;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
2BBC01BF1981879500D0BAE0 /* 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__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = YES;
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
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;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
2BBC01C11981879500D0BAE0 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer: Lukas Bachschwell (4GM2CZLHA5)";
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "BeerBox/BeerBox-Prefix.pch";
|
||||
INFOPLIST_FILE = "BeerBox/BeerBox-Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
2BBC01C21981879500D0BAE0 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer: Lukas Bachschwell (4GM2CZLHA5)";
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "BeerBox/BeerBox-Prefix.pch";
|
||||
INFOPLIST_FILE = "BeerBox/BeerBox-Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
TARGETED_DEVICE_FAMILY = 1;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
2BBC01C41981879500D0BAE0 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/BeerBox.app/BeerBox";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(SDKROOT)/Developer/Library/Frameworks",
|
||||
"$(inherited)",
|
||||
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
||||
);
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "BeerBox/BeerBox-Prefix.pch";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
INFOPLIST_FILE = "BeerBoxTests/BeerBoxTests-Info.plist";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
TEST_HOST = "$(BUNDLE_LOADER)";
|
||||
WRAPPER_EXTENSION = xctest;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
2BBC01C51981879500D0BAE0 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/BeerBox.app/BeerBox";
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(SDKROOT)/Developer/Library/Frameworks",
|
||||
"$(inherited)",
|
||||
"$(DEVELOPER_FRAMEWORKS_DIR)",
|
||||
);
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "BeerBox/BeerBox-Prefix.pch";
|
||||
INFOPLIST_FILE = "BeerBoxTests/BeerBoxTests-Info.plist";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
TEST_HOST = "$(BUNDLE_LOADER)";
|
||||
WRAPPER_EXTENSION = xctest;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
2BBC01861981879400D0BAE0 /* Build configuration list for PBXProject "BeerBox" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2BBC01BE1981879500D0BAE0 /* Debug */,
|
||||
2BBC01BF1981879500D0BAE0 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
2BBC01C01981879500D0BAE0 /* Build configuration list for PBXNativeTarget "BeerBox" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2BBC01C11981879500D0BAE0 /* Debug */,
|
||||
2BBC01C21981879500D0BAE0 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
2BBC01C31981879500D0BAE0 /* Build configuration list for PBXNativeTarget "BeerBoxTests" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
2BBC01C41981879500D0BAE0 /* Debug */,
|
||||
2BBC01C51981879500D0BAE0 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = 2BBC01831981879400D0BAE0 /* Project object */;
|
||||
}
|
7
BeerBox.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Executable file
7
BeerBox.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Executable file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:BeerBox.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
BIN
BeerBox.xcodeproj/project.xcworkspace/xcuserdata/LB.xcuserdatad/UserInterfaceState.xcuserstate
generated
Executable file
BIN
BeerBox.xcodeproj/project.xcworkspace/xcuserdata/LB.xcuserdatad/UserInterfaceState.xcuserstate
generated
Executable file
Binary file not shown.
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Bucket
|
||||
type = "1"
|
||||
version = "2.0">
|
||||
</Bucket>
|
96
BeerBox.xcodeproj/xcuserdata/LB.xcuserdatad/xcschemes/BeerBox.xcscheme
Executable file
96
BeerBox.xcodeproj/xcuserdata/LB.xcuserdatad/xcschemes/BeerBox.xcscheme
Executable file
@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Scheme
|
||||
LastUpgradeVersion = "0510"
|
||||
version = "1.3">
|
||||
<BuildAction
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES">
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
buildForRunning = "YES"
|
||||
buildForProfiling = "YES"
|
||||
buildForArchiving = "YES"
|
||||
buildForAnalyzing = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "2BBC018A1981879400D0BAE0"
|
||||
BuildableName = "BeerBox.app"
|
||||
BlueprintName = "BeerBox"
|
||||
ReferencedContainer = "container:BeerBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildActionEntry>
|
||||
</BuildActionEntries>
|
||||
</BuildAction>
|
||||
<TestAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
buildConfiguration = "Debug">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
skipped = "NO">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "2BBC01AE1981879500D0BAE0"
|
||||
BuildableName = "BeerBoxTests.xctest"
|
||||
BlueprintName = "BeerBoxTests"
|
||||
ReferencedContainer = "container:BeerBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</TestableReference>
|
||||
</Testables>
|
||||
<MacroExpansion>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "2BBC018A1981879400D0BAE0"
|
||||
BuildableName = "BeerBox.app"
|
||||
BlueprintName = "BeerBox"
|
||||
ReferencedContainer = "container:BeerBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</MacroExpansion>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Debug"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
debugDocumentVersioning = "YES"
|
||||
allowLocationSimulation = "YES">
|
||||
<BuildableProductRunnable>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "2BBC018A1981879400D0BAE0"
|
||||
BuildableName = "BeerBox.app"
|
||||
BlueprintName = "BeerBox"
|
||||
ReferencedContainer = "container:BeerBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
<AdditionalOptions>
|
||||
</AdditionalOptions>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||
savedToolIdentifier = ""
|
||||
useCustomWorkingDirectory = "NO"
|
||||
buildConfiguration = "Release"
|
||||
debugDocumentVersioning = "YES">
|
||||
<BuildableProductRunnable>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "2BBC018A1981879400D0BAE0"
|
||||
BuildableName = "BeerBox.app"
|
||||
BlueprintName = "BeerBox"
|
||||
ReferencedContainer = "container:BeerBox.xcodeproj">
|
||||
</BuildableReference>
|
||||
</BuildableProductRunnable>
|
||||
</ProfileAction>
|
||||
<AnalyzeAction
|
||||
buildConfiguration = "Debug">
|
||||
</AnalyzeAction>
|
||||
<ArchiveAction
|
||||
buildConfiguration = "Release"
|
||||
revealArchiveInOrganizer = "YES">
|
||||
</ArchiveAction>
|
||||
</Scheme>
|
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>BeerBox.xcscheme</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>2BBC018A1981879400D0BAE0</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>2BBC01AE1981879500D0BAE0</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Reference in New Issue
Block a user