Files
VBFPopFlatButton/VBFPopFlatButton.xcodeproj/project.pbxproj
victorBaro 49c19f4bb2 Revert "Update pods & delete test file"
This reverts commit 68203f9902.
2015-11-15 20:36:15 +01:00

567 lines
25 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
42BE9306C051469DA9559016 /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B20D85CE3AC647209454ADCD /* libPods.a */; };
C733771019A0370F001896CA /* VBFDoubleSegment.m in Sources */ = {isa = PBXBuildFile; fileRef = C733770D19A0370F001896CA /* VBFDoubleSegment.m */; };
C733771119A0370F001896CA /* VBFPopFlatButton.m in Sources */ = {isa = PBXBuildFile; fileRef = C733770F19A0370F001896CA /* VBFPopFlatButton.m */; };
C751BD14199FC72900EC7FD6 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C751BD13199FC72900EC7FD6 /* CoreGraphics.framework */; };
C751BD16199FC73400EC7FD6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C751BD15199FC73400EC7FD6 /* UIKit.framework */; };
C751BD18199FC73E00EC7FD6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C751BD17199FC73E00EC7FD6 /* Foundation.framework */; };
C754655B199FC84500B06B35 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C754655A199FC84500B06B35 /* QuartzCore.framework */; };
C7C4924B199FC4A2004CAF5A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C4924A199FC4A2004CAF5A /* main.m */; };
C7C4924E199FC4A2004CAF5A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C4924D199FC4A2004CAF5A /* AppDelegate.m */; };
C7C49251199FC4A2004CAF5A /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C49250199FC4A2004CAF5A /* ViewController.m */; };
C7C49254199FC4A2004CAF5A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C7C49252199FC4A2004CAF5A /* Main.storyboard */; };
C7C49256199FC4A2004CAF5A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C7C49255199FC4A2004CAF5A /* Images.xcassets */; };
C7C49262199FC4A2004CAF5A /* VBFPopFlatButtonTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C7C49261199FC4A2004CAF5A /* VBFPopFlatButtonTests.m */; };
CD00BAB21AE2A17B00DEA2B0 /* VBFPopFlatButtonScreenshotTests.m in Sources */ = {isa = PBXBuildFile; fileRef = CD00BAB11AE2A17B00DEA2B0 /* VBFPopFlatButtonScreenshotTests.m */; };
FEF1338D55A589D54A60D8A5 /* libPods-VBFPopFlatButtonTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5B16CBE0358AF440BAB2722A /* libPods-VBFPopFlatButtonTests.a */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
C7C4925C199FC4A2004CAF5A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C7C4923D199FC4A2004CAF5A /* Project object */;
proxyType = 1;
remoteGlobalIDString = C7C49244199FC4A2004CAF5A;
remoteInfo = VBFPopFlatButton;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
280A596609901B9B967E1F91 /* Pods-VBFPopFlatButtonTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VBFPopFlatButtonTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VBFPopFlatButtonTests/Pods-VBFPopFlatButtonTests.debug.xcconfig"; sourceTree = "<group>"; };
2FAE02D0ECA2DBB579740747 /* Pods-VBFPopFlatButtonTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VBFPopFlatButtonTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-VBFPopFlatButtonTests/Pods-VBFPopFlatButtonTests.release.xcconfig"; sourceTree = "<group>"; };
5B16CBE0358AF440BAB2722A /* libPods-VBFPopFlatButtonTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-VBFPopFlatButtonTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
8B0EE6453F7E0F42AE56AEE7 /* Pods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.debug.xcconfig; path = "Pods/Target Support Files/Pods/Pods.debug.xcconfig"; sourceTree = "<group>"; };
B11AB6B5686DDD7CC60CEAB7 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
B20D85CE3AC647209454ADCD /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
C733770C19A0370F001896CA /* VBFDoubleSegment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VBFDoubleSegment.h; path = VBFPopFlatButtonClasses/VBFDoubleSegment.h; sourceTree = "<group>"; };
C733770D19A0370F001896CA /* VBFDoubleSegment.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VBFDoubleSegment.m; path = VBFPopFlatButtonClasses/VBFDoubleSegment.m; sourceTree = "<group>"; };
C733770E19A0370F001896CA /* VBFPopFlatButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VBFPopFlatButton.h; path = VBFPopFlatButtonClasses/VBFPopFlatButton.h; sourceTree = "<group>"; };
C733770F19A0370F001896CA /* VBFPopFlatButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VBFPopFlatButton.m; path = VBFPopFlatButtonClasses/VBFPopFlatButton.m; sourceTree = "<group>"; };
C751BD13199FC72900EC7FD6 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
C751BD15199FC73400EC7FD6 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
C751BD17199FC73E00EC7FD6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
C754655A199FC84500B06B35 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
C7C49245199FC4A2004CAF5A /* VBFPopFlatButton.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VBFPopFlatButton.app; sourceTree = BUILT_PRODUCTS_DIR; };
C7C49249199FC4A2004CAF5A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C7C4924A199FC4A2004CAF5A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
C7C4924C199FC4A2004CAF5A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
C7C4924D199FC4A2004CAF5A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
C7C4924F199FC4A2004CAF5A /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
C7C49250199FC4A2004CAF5A /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
C7C49253199FC4A2004CAF5A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
C7C49255199FC4A2004CAF5A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
C7C4925B199FC4A2004CAF5A /* VBFPopFlatButtonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = VBFPopFlatButtonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C7C49260199FC4A2004CAF5A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C7C49261199FC4A2004CAF5A /* VBFPopFlatButtonTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VBFPopFlatButtonTests.m; sourceTree = "<group>"; };
CD00BAB11AE2A17B00DEA2B0 /* VBFPopFlatButtonScreenshotTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VBFPopFlatButtonScreenshotTests.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
C7C49242199FC4A2004CAF5A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C754655B199FC84500B06B35 /* QuartzCore.framework in Frameworks */,
C751BD18199FC73E00EC7FD6 /* Foundation.framework in Frameworks */,
C751BD16199FC73400EC7FD6 /* UIKit.framework in Frameworks */,
C751BD14199FC72900EC7FD6 /* CoreGraphics.framework in Frameworks */,
42BE9306C051469DA9559016 /* libPods.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C7C49258199FC4A2004CAF5A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FEF1338D55A589D54A60D8A5 /* libPods-VBFPopFlatButtonTests.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0414A677DA371B6978142CA2 /* Pods */ = {
isa = PBXGroup;
children = (
8B0EE6453F7E0F42AE56AEE7 /* Pods.debug.xcconfig */,
B11AB6B5686DDD7CC60CEAB7 /* Pods.release.xcconfig */,
280A596609901B9B967E1F91 /* Pods-VBFPopFlatButtonTests.debug.xcconfig */,
2FAE02D0ECA2DBB579740747 /* Pods-VBFPopFlatButtonTests.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
};
67CF9A67DAF8466BA9ECD118 /* Frameworks */ = {
isa = PBXGroup;
children = (
C754655A199FC84500B06B35 /* QuartzCore.framework */,
C751BD17199FC73E00EC7FD6 /* Foundation.framework */,
C751BD15199FC73400EC7FD6 /* UIKit.framework */,
C751BD13199FC72900EC7FD6 /* CoreGraphics.framework */,
B20D85CE3AC647209454ADCD /* libPods.a */,
5B16CBE0358AF440BAB2722A /* libPods-VBFPopFlatButtonTests.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
C751BD10199FC68300EC7FD6 /* VBFPopFlatButton */ = {
isa = PBXGroup;
children = (
C733770C19A0370F001896CA /* VBFDoubleSegment.h */,
C733770D19A0370F001896CA /* VBFDoubleSegment.m */,
C733770E19A0370F001896CA /* VBFPopFlatButton.h */,
C733770F19A0370F001896CA /* VBFPopFlatButton.m */,
);
name = VBFPopFlatButton;
sourceTree = "<group>";
};
C7C4923C199FC4A2004CAF5A = {
isa = PBXGroup;
children = (
C7C49247199FC4A2004CAF5A /* VBFPopFlatButton */,
C7C4925E199FC4A2004CAF5A /* VBFPopFlatButtonTests */,
C7C49246199FC4A2004CAF5A /* Products */,
67CF9A67DAF8466BA9ECD118 /* Frameworks */,
0414A677DA371B6978142CA2 /* Pods */,
);
sourceTree = "<group>";
};
C7C49246199FC4A2004CAF5A /* Products */ = {
isa = PBXGroup;
children = (
C7C49245199FC4A2004CAF5A /* VBFPopFlatButton.app */,
C7C4925B199FC4A2004CAF5A /* VBFPopFlatButtonTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
C7C49247199FC4A2004CAF5A /* VBFPopFlatButton */ = {
isa = PBXGroup;
children = (
C7C4924C199FC4A2004CAF5A /* AppDelegate.h */,
C7C4924D199FC4A2004CAF5A /* AppDelegate.m */,
C7C4924F199FC4A2004CAF5A /* ViewController.h */,
C7C49250199FC4A2004CAF5A /* ViewController.m */,
C7C49252199FC4A2004CAF5A /* Main.storyboard */,
C751BD10199FC68300EC7FD6 /* VBFPopFlatButton */,
C7C49255199FC4A2004CAF5A /* Images.xcassets */,
C7C49248199FC4A2004CAF5A /* Supporting Files */,
);
path = VBFPopFlatButton;
sourceTree = "<group>";
};
C7C49248199FC4A2004CAF5A /* Supporting Files */ = {
isa = PBXGroup;
children = (
C7C49249199FC4A2004CAF5A /* Info.plist */,
C7C4924A199FC4A2004CAF5A /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
C7C4925E199FC4A2004CAF5A /* VBFPopFlatButtonTests */ = {
isa = PBXGroup;
children = (
C7C49261199FC4A2004CAF5A /* VBFPopFlatButtonTests.m */,
CD00BAB11AE2A17B00DEA2B0 /* VBFPopFlatButtonScreenshotTests.m */,
C7C4925F199FC4A2004CAF5A /* Supporting Files */,
);
path = VBFPopFlatButtonTests;
sourceTree = "<group>";
};
C7C4925F199FC4A2004CAF5A /* Supporting Files */ = {
isa = PBXGroup;
children = (
C7C49260199FC4A2004CAF5A /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
C7C49244199FC4A2004CAF5A /* VBFPopFlatButton */ = {
isa = PBXNativeTarget;
buildConfigurationList = C7C49265199FC4A2004CAF5A /* Build configuration list for PBXNativeTarget "VBFPopFlatButton" */;
buildPhases = (
36AA18E94F1E4F6E8FDDAB47 /* Check Pods Manifest.lock */,
C7C49241199FC4A2004CAF5A /* Sources */,
C7C49242199FC4A2004CAF5A /* Frameworks */,
C7C49243199FC4A2004CAF5A /* Resources */,
07FBEC40D78E4D49A2D8C2E5 /* Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
);
name = VBFPopFlatButton;
productName = VBFPopFlatButton;
productReference = C7C49245199FC4A2004CAF5A /* VBFPopFlatButton.app */;
productType = "com.apple.product-type.application";
};
C7C4925A199FC4A2004CAF5A /* VBFPopFlatButtonTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = C7C49268199FC4A2004CAF5A /* Build configuration list for PBXNativeTarget "VBFPopFlatButtonTests" */;
buildPhases = (
5C93E5E7E781872BF995E639 /* Check Pods Manifest.lock */,
C7C49257199FC4A2004CAF5A /* Sources */,
C7C49258199FC4A2004CAF5A /* Frameworks */,
C7C49259199FC4A2004CAF5A /* Resources */,
5CBBDF277B9DF560036F34EC /* Copy Pods Resources */,
);
buildRules = (
);
dependencies = (
C7C4925D199FC4A2004CAF5A /* PBXTargetDependency */,
);
name = VBFPopFlatButtonTests;
productName = VBFPopFlatButtonTests;
productReference = C7C4925B199FC4A2004CAF5A /* VBFPopFlatButtonTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
C7C4923D199FC4A2004CAF5A /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0600;
ORGANIZATIONNAME = "Victor Baro";
TargetAttributes = {
C7C49244199FC4A2004CAF5A = {
CreatedOnToolsVersion = 6.0;
};
C7C4925A199FC4A2004CAF5A = {
CreatedOnToolsVersion = 6.0;
TestTargetID = C7C49244199FC4A2004CAF5A;
};
};
};
buildConfigurationList = C7C49240199FC4A2004CAF5A /* Build configuration list for PBXProject "VBFPopFlatButton" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = C7C4923C199FC4A2004CAF5A;
productRefGroup = C7C49246199FC4A2004CAF5A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C7C49244199FC4A2004CAF5A /* VBFPopFlatButton */,
C7C4925A199FC4A2004CAF5A /* VBFPopFlatButtonTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
C7C49243199FC4A2004CAF5A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C7C49254199FC4A2004CAF5A /* Main.storyboard in Resources */,
C7C49256199FC4A2004CAF5A /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C7C49259199FC4A2004CAF5A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
07FBEC40D78E4D49A2D8C2E5 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods/Pods-resources.sh\"\n";
showEnvVarsInLog = 0;
};
36AA18E94F1E4F6E8FDDAB47 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
5C93E5E7E781872BF995E639 /* Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Check Pods Manifest.lock";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
5CBBDF277B9DF560036F34EC /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-VBFPopFlatButtonTests/Pods-VBFPopFlatButtonTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
C7C49241199FC4A2004CAF5A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C733771119A0370F001896CA /* VBFPopFlatButton.m in Sources */,
C7C49251199FC4A2004CAF5A /* ViewController.m in Sources */,
C733771019A0370F001896CA /* VBFDoubleSegment.m in Sources */,
C7C4924E199FC4A2004CAF5A /* AppDelegate.m in Sources */,
C7C4924B199FC4A2004CAF5A /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C7C49257199FC4A2004CAF5A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C7C49262199FC4A2004CAF5A /* VBFPopFlatButtonTests.m in Sources */,
CD00BAB21AE2A17B00DEA2B0 /* VBFPopFlatButtonScreenshotTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
C7C4925D199FC4A2004CAF5A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C7C49244199FC4A2004CAF5A /* VBFPopFlatButton */;
targetProxy = C7C4925C199FC4A2004CAF5A /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
C7C49252199FC4A2004CAF5A /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
C7C49253199FC4A2004CAF5A /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
C7C49263199FC4A2004CAF5A /* 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[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
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;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
C7C49264199FC4A2004CAF5A /* 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[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
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;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
C7C49266199FC4A2004CAF5A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 8B0EE6453F7E0F42AE56AEE7 /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
INFOPLIST_FILE = VBFPopFlatButton/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
C7C49267199FC4A2004CAF5A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = B11AB6B5686DDD7CC60CEAB7 /* Pods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
INFOPLIST_FILE = VBFPopFlatButton/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
C7C49269199FC4A2004CAF5A /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 280A596609901B9B967E1F91 /* Pods-VBFPopFlatButtonTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = VBFPopFlatButtonTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/VBFPopFlatButton.app/VBFPopFlatButton";
};
name = Debug;
};
C7C4926A199FC4A2004CAF5A /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 2FAE02D0ECA2DBB579740747 /* Pods-VBFPopFlatButtonTests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = VBFPopFlatButtonTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/VBFPopFlatButton.app/VBFPopFlatButton";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
C7C49240199FC4A2004CAF5A /* Build configuration list for PBXProject "VBFPopFlatButton" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C7C49263199FC4A2004CAF5A /* Debug */,
C7C49264199FC4A2004CAF5A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C7C49265199FC4A2004CAF5A /* Build configuration list for PBXNativeTarget "VBFPopFlatButton" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C7C49266199FC4A2004CAF5A /* Debug */,
C7C49267199FC4A2004CAF5A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C7C49268199FC4A2004CAF5A /* Build configuration list for PBXNativeTarget "VBFPopFlatButtonTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C7C49269199FC4A2004CAF5A /* Debug */,
C7C4926A199FC4A2004CAF5A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = C7C4923D199FC4A2004CAF5A /* Project object */;
}