Skip to content
Permalink
ff963a53f9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
621 lines (608 sloc) 25.2 KB
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
B9318F352432D9C10036174D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F342432D9C10036174D /* AppDelegate.swift */; };
B9318F372432D9C10036174D /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F362432D9C10036174D /* SceneDelegate.swift */; };
B9318F392432D9C10036174D /* RadioViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F382432D9C10036174D /* RadioViewController.swift */; };
B9318F3B2432D9C10036174D /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F3A2432D9C10036174D /* SettingsViewController.swift */; };
B9318F3E2432D9C10036174D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B9318F3C2432D9C10036174D /* Main.storyboard */; };
B9318F402432D9C70036174D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B9318F3F2432D9C70036174D /* Assets.xcassets */; };
B9318F432432D9C70036174D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B9318F412432D9C70036174D /* LaunchScreen.storyboard */; };
B9318F4E2432D9C80036174D /* ZRadiov2Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F4D2432D9C80036174D /* ZRadiov2Tests.swift */; };
B9318F592432D9C80036174D /* ZRadiov2UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F582432D9C80036174D /* ZRadiov2UITests.swift */; };
B9318F672432DE1D0036174D /* Stations.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F662432DE1D0036174D /* Stations.swift */; };
B9318F692432DE270036174D /* StationStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F682432DE270036174D /* StationStorage.swift */; };
B9318F712432DFF50036174D /* SavedStationsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9318F702432DFF50036174D /* SavedStationsCell.swift */; };
B9FD5E672433AC530080FFCD /* MainTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FD5E662433AC530080FFCD /* MainTabBarController.swift */; };
B9FD5E69243411760080FFCD /* AddStationsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FD5E68243411760080FFCD /* AddStationsViewController.swift */; };
B9FD5E6C2434485C0080FFCD /* stations.json in Resources */ = {isa = PBXBuildFile; fileRef = B9FD5E6A2434482D0080FFCD /* stations.json */; };
B9FD5E6D243448600080FFCD /* defaultStation.json in Resources */ = {isa = PBXBuildFile; fileRef = B9FD5E6B2434482F0080FFCD /* defaultStation.json */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
B9318F4A2432D9C80036174D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B9318F292432D9C00036174D /* Project object */;
proxyType = 1;
remoteGlobalIDString = B9318F302432D9C10036174D;
remoteInfo = ZRadiov2;
};
B9318F552432D9C80036174D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = B9318F292432D9C00036174D /* Project object */;
proxyType = 1;
remoteGlobalIDString = B9318F302432D9C10036174D;
remoteInfo = ZRadiov2;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
B9318F312432D9C10036174D /* ZRadiov2.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ZRadiov2.app; sourceTree = BUILT_PRODUCTS_DIR; };
B9318F342432D9C10036174D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
B9318F362432D9C10036174D /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
B9318F382432D9C10036174D /* RadioViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioViewController.swift; sourceTree = "<group>"; };
B9318F3A2432D9C10036174D /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
B9318F3D2432D9C10036174D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
B9318F3F2432D9C70036174D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
B9318F422432D9C70036174D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
B9318F442432D9C70036174D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B9318F492432D9C80036174D /* ZRadiov2Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ZRadiov2Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B9318F4D2432D9C80036174D /* ZRadiov2Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZRadiov2Tests.swift; sourceTree = "<group>"; };
B9318F4F2432D9C80036174D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B9318F542432D9C80036174D /* ZRadiov2UITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ZRadiov2UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
B9318F582432D9C80036174D /* ZRadiov2UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZRadiov2UITests.swift; sourceTree = "<group>"; };
B9318F5A2432D9C80036174D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B9318F662432DE1D0036174D /* Stations.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Stations.swift; path = "../../Z Radio/Z Radio/Stations.swift"; sourceTree = "<group>"; };
B9318F682432DE270036174D /* StationStorage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StationStorage.swift; path = "../../Z Radio/Z Radio/StationStorage.swift"; sourceTree = "<group>"; };
B9318F702432DFF50036174D /* SavedStationsCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SavedStationsCell.swift; sourceTree = "<group>"; };
B9FD5E662433AC530080FFCD /* MainTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabBarController.swift; sourceTree = "<group>"; };
B9FD5E68243411760080FFCD /* AddStationsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddStationsViewController.swift; sourceTree = "<group>"; };
B9FD5E6A2434482D0080FFCD /* stations.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = stations.json; sourceTree = "<group>"; };
B9FD5E6B2434482F0080FFCD /* defaultStation.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = defaultStation.json; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
B9318F2E2432D9C10036174D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B9318F462432D9C80036174D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B9318F512432D9C80036174D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
B9318F282432D9C00036174D = {
isa = PBXGroup;
children = (
B9318F332432D9C10036174D /* ZRadiov2 */,
B9318F4C2432D9C80036174D /* ZRadiov2Tests */,
B9318F572432D9C80036174D /* ZRadiov2UITests */,
B9318F322432D9C10036174D /* Products */,
);
sourceTree = "<group>";
};
B9318F322432D9C10036174D /* Products */ = {
isa = PBXGroup;
children = (
B9318F312432D9C10036174D /* ZRadiov2.app */,
B9318F492432D9C80036174D /* ZRadiov2Tests.xctest */,
B9318F542432D9C80036174D /* ZRadiov2UITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
B9318F332432D9C10036174D /* ZRadiov2 */ = {
isa = PBXGroup;
children = (
B9318F342432D9C10036174D /* AppDelegate.swift */,
B9318F362432D9C10036174D /* SceneDelegate.swift */,
B9FD5E662433AC530080FFCD /* MainTabBarController.swift */,
B9318F382432D9C10036174D /* RadioViewController.swift */,
B9FD5E68243411760080FFCD /* AddStationsViewController.swift */,
B9318F702432DFF50036174D /* SavedStationsCell.swift */,
B9318F3A2432D9C10036174D /* SettingsViewController.swift */,
B9318F3C2432D9C10036174D /* Main.storyboard */,
B9318F3F2432D9C70036174D /* Assets.xcassets */,
B9318F662432DE1D0036174D /* Stations.swift */,
B9318F682432DE270036174D /* StationStorage.swift */,
B9318F412432D9C70036174D /* LaunchScreen.storyboard */,
B9318F442432D9C70036174D /* Info.plist */,
B9FD5E6A2434482D0080FFCD /* stations.json */,
B9FD5E6B2434482F0080FFCD /* defaultStation.json */,
);
path = ZRadiov2;
sourceTree = "<group>";
};
B9318F4C2432D9C80036174D /* ZRadiov2Tests */ = {
isa = PBXGroup;
children = (
B9318F4D2432D9C80036174D /* ZRadiov2Tests.swift */,
B9318F4F2432D9C80036174D /* Info.plist */,
);
path = ZRadiov2Tests;
sourceTree = "<group>";
};
B9318F572432D9C80036174D /* ZRadiov2UITests */ = {
isa = PBXGroup;
children = (
B9318F582432D9C80036174D /* ZRadiov2UITests.swift */,
B9318F5A2432D9C80036174D /* Info.plist */,
);
path = ZRadiov2UITests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
B9318F302432D9C10036174D /* ZRadiov2 */ = {
isa = PBXNativeTarget;
buildConfigurationList = B9318F5D2432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2" */;
buildPhases = (
B9318F2D2432D9C10036174D /* Sources */,
B9318F2E2432D9C10036174D /* Frameworks */,
B9318F2F2432D9C10036174D /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ZRadiov2;
productName = ZRadiov2;
productReference = B9318F312432D9C10036174D /* ZRadiov2.app */;
productType = "com.apple.product-type.application";
};
B9318F482432D9C80036174D /* ZRadiov2Tests */ = {
isa = PBXNativeTarget;
buildConfigurationList = B9318F602432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2Tests" */;
buildPhases = (
B9318F452432D9C80036174D /* Sources */,
B9318F462432D9C80036174D /* Frameworks */,
B9318F472432D9C80036174D /* Resources */,
);
buildRules = (
);
dependencies = (
B9318F4B2432D9C80036174D /* PBXTargetDependency */,
);
name = ZRadiov2Tests;
productName = ZRadiov2Tests;
productReference = B9318F492432D9C80036174D /* ZRadiov2Tests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
B9318F532432D9C80036174D /* ZRadiov2UITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = B9318F632432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2UITests" */;
buildPhases = (
B9318F502432D9C80036174D /* Sources */,
B9318F512432D9C80036174D /* Frameworks */,
B9318F522432D9C80036174D /* Resources */,
);
buildRules = (
);
dependencies = (
B9318F562432D9C80036174D /* PBXTargetDependency */,
);
name = ZRadiov2UITests;
productName = ZRadiov2UITests;
productReference = B9318F542432D9C80036174D /* ZRadiov2UITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
B9318F292432D9C00036174D /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1140;
LastUpgradeCheck = 1140;
ORGANIZATIONNAME = "Kenny Payes";
TargetAttributes = {
B9318F302432D9C10036174D = {
CreatedOnToolsVersion = 11.4;
};
B9318F482432D9C80036174D = {
CreatedOnToolsVersion = 11.4;
TestTargetID = B9318F302432D9C10036174D;
};
B9318F532432D9C80036174D = {
CreatedOnToolsVersion = 11.4;
TestTargetID = B9318F302432D9C10036174D;
};
};
};
buildConfigurationList = B9318F2C2432D9C00036174D /* Build configuration list for PBXProject "ZRadiov2" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = B9318F282432D9C00036174D;
productRefGroup = B9318F322432D9C10036174D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
B9318F302432D9C10036174D /* ZRadiov2 */,
B9318F482432D9C80036174D /* ZRadiov2Tests */,
B9318F532432D9C80036174D /* ZRadiov2UITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
B9318F2F2432D9C10036174D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B9FD5E6D243448600080FFCD /* defaultStation.json in Resources */,
B9FD5E6C2434485C0080FFCD /* stations.json in Resources */,
B9318F432432D9C70036174D /* LaunchScreen.storyboard in Resources */,
B9318F402432D9C70036174D /* Assets.xcassets in Resources */,
B9318F3E2432D9C10036174D /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B9318F472432D9C80036174D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
B9318F522432D9C80036174D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
B9318F2D2432D9C10036174D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B9318F3B2432D9C10036174D /* SettingsViewController.swift in Sources */,
B9FD5E672433AC530080FFCD /* MainTabBarController.swift in Sources */,
B9FD5E69243411760080FFCD /* AddStationsViewController.swift in Sources */,
B9318F672432DE1D0036174D /* Stations.swift in Sources */,
B9318F392432D9C10036174D /* RadioViewController.swift in Sources */,
B9318F352432D9C10036174D /* AppDelegate.swift in Sources */,
B9318F692432DE270036174D /* StationStorage.swift in Sources */,
B9318F712432DFF50036174D /* SavedStationsCell.swift in Sources */,
B9318F372432D9C10036174D /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B9318F452432D9C80036174D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B9318F4E2432D9C80036174D /* ZRadiov2Tests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B9318F502432D9C80036174D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B9318F592432D9C80036174D /* ZRadiov2UITests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
B9318F4B2432D9C80036174D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = B9318F302432D9C10036174D /* ZRadiov2 */;
targetProxy = B9318F4A2432D9C80036174D /* PBXContainerItemProxy */;
};
B9318F562432D9C80036174D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = B9318F302432D9C10036174D /* ZRadiov2 */;
targetProxy = B9318F552432D9C80036174D /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
B9318F3C2432D9C10036174D /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
B9318F3D2432D9C10036174D /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
B9318F412432D9C70036174D /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
B9318F422432D9C70036174D /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
B9318F5B2432D9C80036174D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
B9318F5C2432D9C80036174D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
B9318F5E2432D9C80036174D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = ZRadiov2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
B9318F5F2432D9C80036174D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = ZRadiov2/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
B9318F612432D9C80036174D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = ZRadiov2Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2Tests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZRadiov2.app/ZRadiov2";
};
name = Debug;
};
B9318F622432D9C80036174D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = ZRadiov2Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2Tests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZRadiov2.app/ZRadiov2";
};
name = Release;
};
B9318F642432D9C80036174D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = ZRadiov2UITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2UITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = ZRadiov2;
};
name = Debug;
};
B9318F652432D9C80036174D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = ZRadiov2UITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = UCONN.ZRadiov2UITests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = ZRadiov2;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
B9318F2C2432D9C00036174D /* Build configuration list for PBXProject "ZRadiov2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B9318F5B2432D9C80036174D /* Debug */,
B9318F5C2432D9C80036174D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B9318F5D2432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B9318F5E2432D9C80036174D /* Debug */,
B9318F5F2432D9C80036174D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B9318F602432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2Tests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B9318F612432D9C80036174D /* Debug */,
B9318F622432D9C80036174D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B9318F632432D9C80036174D /* Build configuration list for PBXNativeTarget "ZRadiov2UITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B9318F642432D9C80036174D /* Debug */,
B9318F652432D9C80036174D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = B9318F292432D9C00036174D /* Project object */;
}