diff --git a/Example/Images.xcassets/AppIcon.appiconset/Contents.json b/Example/Images.xcassets/AppIcon.appiconset/Contents.json index 36d2c80..d8db8d6 100644 --- a/Example/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/Example/Images.xcassets/AppIcon.appiconset/Contents.json @@ -1,5 +1,15 @@ { "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, { "idiom" : "iphone", "size" : "29x29", @@ -30,6 +40,16 @@ "size" : "60x60", "scale" : "3x" }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "2x" + }, { "idiom" : "ipad", "size" : "29x29", @@ -59,6 +79,16 @@ "idiom" : "ipad", "size" : "76x76", "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" } ], "info" : { diff --git a/Gradient View.xcodeproj/project.pbxproj b/Gradient View.xcodeproj/project.pbxproj index e2ae407..80fdb58 100644 --- a/Gradient View.xcodeproj/project.pbxproj +++ b/Gradient View.xcodeproj/project.pbxproj @@ -15,6 +15,13 @@ 2163BA371A25FBFD00610B0C /* GradientView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2163BA201A25FBFD00610B0C /* GradientView.framework */; }; 2163BA381A25FBFD00610B0C /* GradientView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2163BA201A25FBFD00610B0C /* GradientView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 21AF9C3E1A25FC210086CB01 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21AF9C3D1A25FC210086CB01 /* GradientView.swift */; }; + 21F917412013E3CD00B52603 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21AF9C3D1A25FC210086CB01 /* GradientView.swift */; }; + 21F917422013E3D100B52603 /* GradientView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2163BA241A25FBFD00610B0C /* GradientView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 21F917562013E67300B52603 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2163B9FB1A25FBF000610B0C /* AppDelegate.swift */; }; + 21F917572013E67300B52603 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2163B9FD1A25FBF000610B0C /* ViewController.swift */; }; + 21F917582013E67600B52603 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2163BA021A25FBF000610B0C /* Images.xcassets */; }; + 21F9175D2013E69700B52603 /* GradientView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 21F917392013E39000B52603 /* GradientView.framework */; }; + 21F9175F2013E6BF00B52603 /* GradientView.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 21F917392013E39000B52603 /* GradientView.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -25,6 +32,13 @@ remoteGlobalIDString = 2163BA1F1A25FBFD00610B0C; remoteInfo = GradientView; }; + 21F9175A2013E69200B52603 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 2163B9EE1A25FBF000610B0C /* Project object */; + proxyType = 1; + remoteGlobalIDString = 21F917382013E39000B52603; + remoteInfo = "GradientView-tvOS"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -39,6 +53,17 @@ name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; + 21F9175E2013E6B200B52603 /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 21F9175F2013E6BF00B52603 /* GradientView.framework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ @@ -52,6 +77,8 @@ 2163BA231A25FBFD00610B0C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 2163BA241A25FBFD00610B0C /* GradientView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GradientView.h; sourceTree = ""; }; 21AF9C3D1A25FC210086CB01 /* GradientView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GradientView.swift; sourceTree = ""; }; + 21F917392013E39000B52603 /* GradientView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = GradientView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 21F917472013E59000B52603 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -70,6 +97,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 21F917352013E39000B52603 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 21F917442013E59000B52603 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 21F9175D2013E69700B52603 /* GradientView.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -79,6 +121,7 @@ 2163B9F81A25FBF000610B0C /* Example */, 2163BA211A25FBFD00610B0C /* GradientView */, 2163B9F71A25FBF000610B0C /* Products */, + 21F9175C2013E69700B52603 /* Frameworks */, ); sourceTree = ""; }; @@ -87,6 +130,8 @@ children = ( 2163B9F61A25FBF000610B0C /* Example.app */, 2163BA201A25FBFD00610B0C /* GradientView.framework */, + 21F917392013E39000B52603 /* GradientView.framework */, + 21F917472013E59000B52603 /* Example.app */, ); name = Products; sourceTree = ""; @@ -129,6 +174,13 @@ name = "Supporting Files"; sourceTree = ""; }; + 21F9175C2013E69700B52603 /* Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = Frameworks; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -140,12 +192,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 21F917362013E39000B52603 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 21F917422013E3D100B52603 /* GradientView.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 2163B9F51A25FBF000610B0C /* Example */ = { + 2163B9F51A25FBF000610B0C /* Example-iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 2163BA151A25FBF000610B0C /* Build configuration list for PBXNativeTarget "Example" */; + buildConfigurationList = 2163BA151A25FBF000610B0C /* Build configuration list for PBXNativeTarget "Example-iOS" */; buildPhases = ( 2163B9F21A25FBF000610B0C /* Sources */, 2163B9F31A25FBF000610B0C /* Frameworks */, @@ -157,14 +217,14 @@ dependencies = ( 2163BA361A25FBFD00610B0C /* PBXTargetDependency */, ); - name = Example; + name = "Example-iOS"; productName = Example; productReference = 2163B9F61A25FBF000610B0C /* Example.app */; productType = "com.apple.product-type.application"; }; - 2163BA1F1A25FBFD00610B0C /* GradientView */ = { + 2163BA1F1A25FBFD00610B0C /* GradientView-iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 2163BA391A25FBFD00610B0C /* Build configuration list for PBXNativeTarget "GradientView" */; + buildConfigurationList = 2163BA391A25FBFD00610B0C /* Build configuration list for PBXNativeTarget "GradientView-iOS" */; buildPhases = ( 2163BA1B1A25FBFD00610B0C /* Sources */, 2163BA1C1A25FBFD00610B0C /* Frameworks */, @@ -175,29 +235,76 @@ ); dependencies = ( ); - name = GradientView; + name = "GradientView-iOS"; productName = GradientView; productReference = 2163BA201A25FBFD00610B0C /* GradientView.framework */; productType = "com.apple.product-type.framework"; }; + 21F917382013E39000B52603 /* GradientView-tvOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = 21F9173E2013E39000B52603 /* Build configuration list for PBXNativeTarget "GradientView-tvOS" */; + buildPhases = ( + 21F917342013E39000B52603 /* Sources */, + 21F917352013E39000B52603 /* Frameworks */, + 21F917362013E39000B52603 /* Headers */, + 21F917372013E39000B52603 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "GradientView-tvOS"; + productName = "GradientView-tvOS"; + productReference = 21F917392013E39000B52603 /* GradientView.framework */; + productType = "com.apple.product-type.framework"; + }; + 21F917462013E59000B52603 /* Example-tvOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = 21F917532013E59000B52603 /* Build configuration list for PBXNativeTarget "Example-tvOS" */; + buildPhases = ( + 21F917432013E59000B52603 /* Sources */, + 21F917442013E59000B52603 /* Frameworks */, + 21F917452013E59000B52603 /* Resources */, + 21F9175E2013E6B200B52603 /* Embed Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 21F9175B2013E69200B52603 /* PBXTargetDependency */, + ); + name = "Example-tvOS"; + productName = Example; + productReference = 21F917472013E59000B52603 /* Example.app */; + productType = "com.apple.product-type.application"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 2163B9EE1A25FBF000610B0C /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 0700; + LastSwiftUpdateCheck = 0920; LastUpgradeCheck = 0920; ORGANIZATIONNAME = "Sam Soffes"; TargetAttributes = { 2163B9F51A25FBF000610B0C = { CreatedOnToolsVersion = 6.1; LastSwiftMigration = 0920; + ProvisioningStyle = Manual; }; 2163BA1F1A25FBFD00610B0C = { CreatedOnToolsVersion = 6.1; LastSwiftMigration = 0920; }; + 21F917382013E39000B52603 = { + CreatedOnToolsVersion = 9.2; + DevelopmentTeam = LHDXBG4XBK; + ProvisioningStyle = Automatic; + }; + 21F917462013E59000B52603 = { + CreatedOnToolsVersion = 9.2; + ProvisioningStyle = Manual; + }; }; }; buildConfigurationList = 2163B9F11A25FBF000610B0C /* Build configuration list for PBXProject "Gradient View" */; @@ -213,8 +320,10 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 2163B9F51A25FBF000610B0C /* Example */, - 2163BA1F1A25FBFD00610B0C /* GradientView */, + 2163B9F51A25FBF000610B0C /* Example-iOS */, + 2163BA1F1A25FBFD00610B0C /* GradientView-iOS */, + 21F917462013E59000B52603 /* Example-tvOS */, + 21F917382013E39000B52603 /* GradientView-tvOS */, ); }; /* End PBXProject section */ @@ -236,6 +345,21 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 21F917372013E39000B52603 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 21F917452013E59000B52603 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 21F917582013E67600B52603 /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -256,14 +380,36 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 21F917342013E39000B52603 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 21F917412013E3CD00B52603 /* GradientView.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 21F917432013E59000B52603 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 21F917572013E67300B52603 /* ViewController.swift in Sources */, + 21F917562013E67300B52603 /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ 2163BA361A25FBFD00610B0C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 2163BA1F1A25FBFD00610B0C /* GradientView */; + target = 2163BA1F1A25FBFD00610B0C /* GradientView-iOS */; targetProxy = 2163BA351A25FBFD00610B0C /* PBXContainerItemProxy */; }; + 21F9175B2013E69200B52603 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 21F917382013E39000B52603 /* GradientView-tvOS */; + targetProxy = 21F9175A2013E69200B52603 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ @@ -386,11 +532,14 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = Example/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view.example"; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = Example; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 4.0; }; name = Debug; @@ -399,11 +548,14 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Manual; + DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = Example/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view.example"; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = Example; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 4.0; }; name = Release; @@ -430,7 +582,7 @@ MODULE_VERSION = "$(CURRENT_PROJECT_VERSION)"; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view"; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = GradientView; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 4.0; @@ -456,14 +608,132 @@ MODULE_NAME = "com.samsoffes.gradient-view"; MODULE_VERSION = "$(CURRENT_PROJECT_VERSION)"; PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view"; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = GradientView; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 21F9173F2013E39000B52603 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = LHDXBG4XBK; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_C_LANGUAGE_STANDARD = gnu11; + INFOPLIST_FILE = GradientView/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view"; + PRODUCT_NAME = GradientView; + SDKROOT = appletvos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 11.2; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 21F917402013E39000B52603 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = LHDXBG4XBK; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_C_LANGUAGE_STANDARD = gnu11; + INFOPLIST_FILE = GradientView/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view"; + PRODUCT_NAME = GradientView; + SDKROOT = appletvos; SKIP_INSTALL = YES; SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 11.2; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; + 21F917542013E59000B52603 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_STYLE = Manual; + DEBUG_INFORMATION_FORMAT = dwarf; + DEVELOPMENT_TEAM = ""; + GCC_C_LANGUAGE_STANDARD = gnu11; + INFOPLIST_FILE = Example/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view.example"; + PRODUCT_NAME = Example; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = appletvos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 11.2; + }; + name = Debug; + }; + 21F917552013E59000B52603 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CODE_SIGN_STYLE = Manual; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = ""; + GCC_C_LANGUAGE_STANDARD = gnu11; + INFOPLIST_FILE = Example/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.samsoffes.gradient-view.example"; + PRODUCT_NAME = Example; + PROVISIONING_PROFILE_SPECIFIER = ""; + SDKROOT = appletvos; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 11.2; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -476,7 +746,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2163BA151A25FBF000610B0C /* Build configuration list for PBXNativeTarget "Example" */ = { + 2163BA151A25FBF000610B0C /* Build configuration list for PBXNativeTarget "Example-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 2163BA161A25FBF000610B0C /* Debug */, @@ -485,7 +755,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2163BA391A25FBFD00610B0C /* Build configuration list for PBXNativeTarget "GradientView" */ = { + 2163BA391A25FBFD00610B0C /* Build configuration list for PBXNativeTarget "GradientView-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 2163BA3A1A25FBFD00610B0C /* Debug */, @@ -494,6 +764,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 21F9173E2013E39000B52603 /* Build configuration list for PBXNativeTarget "GradientView-tvOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 21F9173F2013E39000B52603 /* Debug */, + 21F917402013E39000B52603 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 21F917532013E59000B52603 /* Build configuration list for PBXNativeTarget "Example-tvOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 21F917542013E59000B52603 /* Debug */, + 21F917552013E59000B52603 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = 2163B9EE1A25FBF000610B0C /* Project object */; diff --git a/Gradient View.xcodeproj/xcshareddata/xcschemes/Example.xcscheme b/Gradient View.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme similarity index 59% rename from Gradient View.xcodeproj/xcshareddata/xcschemes/Example.xcscheme rename to Gradient View.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme index d9b62cd..4253501 100644 --- a/Gradient View.xcodeproj/xcshareddata/xcschemes/Example.xcscheme +++ b/Gradient View.xcodeproj/xcshareddata/xcschemes/Example-iOS.xcscheme @@ -16,35 +16,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "2163B9F51A25FBF000610B0C" BuildableName = "Example.app" - BlueprintName = "Example" - ReferencedContainer = "container:Gradient View.xcodeproj"> - - - - - - - - @@ -57,33 +29,13 @@ language = "" shouldUseLaunchSchemeArgsEnv = "YES"> - - - - - - - - @@ -107,7 +59,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "2163B9F51A25FBF000610B0C" BuildableName = "Example.app" - BlueprintName = "Example" + BlueprintName = "Example-iOS" ReferencedContainer = "container:Gradient View.xcodeproj"> @@ -126,7 +78,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "2163B9F51A25FBF000610B0C" BuildableName = "Example.app" - BlueprintName = "Example" + BlueprintName = "Example-iOS" ReferencedContainer = "container:Gradient View.xcodeproj"> diff --git a/Gradient View.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme b/Gradient View.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme new file mode 100644 index 0000000..74d93f7 --- /dev/null +++ b/Gradient View.xcodeproj/xcshareddata/xcschemes/Example-tvOS.xcscheme @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView.xcscheme b/Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView-iOS.xcscheme similarity index 95% rename from Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView.xcscheme rename to Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView-iOS.xcscheme index 8f80f28..c6d17db 100644 --- a/Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView.xcscheme +++ b/Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView-iOS.xcscheme @@ -16,7 +16,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "2163BA1F1A25FBFD00610B0C" BuildableName = "GradientView.framework" - BlueprintName = "GradientView" + BlueprintName = "GradientView-iOS" ReferencedContainer = "container:Gradient View.xcodeproj"> @@ -49,7 +49,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "2163BA1F1A25FBFD00610B0C" BuildableName = "GradientView.framework" - BlueprintName = "GradientView" + BlueprintName = "GradientView-iOS" ReferencedContainer = "container:Gradient View.xcodeproj"> @@ -67,7 +67,7 @@ BuildableIdentifier = "primary" BlueprintIdentifier = "2163BA1F1A25FBFD00610B0C" BuildableName = "GradientView.framework" - BlueprintName = "GradientView" + BlueprintName = "GradientView-iOS" ReferencedContainer = "container:Gradient View.xcodeproj"> diff --git a/Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView-tvOS.xcscheme b/Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView-tvOS.xcscheme new file mode 100644 index 0000000..533a569 --- /dev/null +++ b/Gradient View.xcodeproj/xcshareddata/xcschemes/GradientView-tvOS.xcscheme @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +