From 66f19a1eeb91122758a7f0915de4fba58eeb607b Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Wed, 23 Sep 2020 22:28:41 +0200 Subject: [PATCH] created empty project --- download_xcode.rb | 11 + vrtnu/.DS_Store | Bin 0 -> 6148 bytes vrtnu/vrtnu.xcodeproj/project.pbxproj | 585 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../AccentColor.colorset/Contents.json | 11 + .../Content.imageset/Contents.json | 11 + .../Back.imagestacklayer/Contents.json | 6 + .../Contents.json | 17 + .../Content.imageset/Contents.json | 11 + .../Front.imagestacklayer/Contents.json | 6 + .../Content.imageset/Contents.json | 11 + .../Middle.imagestacklayer/Contents.json | 6 + .../Content.imageset/Contents.json | 16 + .../Back.imagestacklayer/Contents.json | 6 + .../App Icon.imagestack/Contents.json | 17 + .../Content.imageset/Contents.json | 16 + .../Front.imagestacklayer/Contents.json | 6 + .../Content.imageset/Contents.json | 16 + .../Middle.imagestacklayer/Contents.json | 6 + .../Contents.json | 32 + .../Contents.json | 24 + .../Top Shelf Image.imageset/Contents.json | 24 + vrtnu/vrtnu/Assets.xcassets/Contents.json | 6 + vrtnu/vrtnu/ContentView.swift | 21 + vrtnu/vrtnu/Info.plist | 32 + .../Preview Assets.xcassets/Contents.json | 6 + vrtnu/vrtnu/vrtnuApp.swift | 17 + vrtnu/vrtnuTests/Info.plist | 22 + vrtnu/vrtnuTests/vrtnuTests.swift | 33 + vrtnu/vrtnuUITests/Info.plist | 22 + vrtnu/vrtnuUITests/vrtnuUITests.swift | 42 ++ 32 files changed, 1054 insertions(+) create mode 100644 download_xcode.rb create mode 100644 vrtnu/.DS_Store create mode 100644 vrtnu/vrtnu.xcodeproj/project.pbxproj create mode 100644 vrtnu/vrtnu.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 vrtnu/vrtnu.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 vrtnu/vrtnu/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json create mode 100644 vrtnu/vrtnu/Assets.xcassets/Contents.json create mode 100644 vrtnu/vrtnu/ContentView.swift create mode 100644 vrtnu/vrtnu/Info.plist create mode 100644 vrtnu/vrtnu/Preview Content/Preview Assets.xcassets/Contents.json create mode 100644 vrtnu/vrtnu/vrtnuApp.swift create mode 100644 vrtnu/vrtnuTests/Info.plist create mode 100644 vrtnu/vrtnuTests/vrtnuTests.swift create mode 100644 vrtnu/vrtnuUITests/Info.plist create mode 100644 vrtnu/vrtnuUITests/vrtnuUITests.swift diff --git a/download_xcode.rb b/download_xcode.rb new file mode 100644 index 0000000..17c4d4a --- /dev/null +++ b/download_xcode.rb @@ -0,0 +1,11 @@ +#!/usr/bin/env ruby + +print "What is the URL of your Apple Downloads resource?\nURL:" +url = gets.strip + +print "What is the ADCDownloadAuth cookie token:\nADCDownloadAuth: " +token = gets.strip + +command = "aria2c --header \"Host: adcdownload.apple.com\" --header \"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\" --header \"Upgrade-Insecure-Requests: 1\" --header \"Cookie: ADCDownloadAuth=#{token}\" --header \"User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B72 Safari/602.1\" --header \"Accept-Language: en-us\" -x 16 -s 16 #{url} -d ~/Downloads" + +exec(command) diff --git a/vrtnu/.DS_Store b/vrtnu/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..1726d691d225329a8fb0dd4f1ef495d3d25a25f1 GIT binary patch literal 6148 zcmeHKK~BRk5L}lcQb3{?M2~p^QhyMta0itKptcAE4UQ;99CP5xGx$jVz&E&X;>N7K zZDS=UoDhOt$sT9D6YoxFv8aZMZPlrF2xJ0n<=;>tS@L^%Eg z7fvSesJ$wn3WN%5_{%Qu|HogS|3i{qsRF9NpHjfI(_uP5NwT+AisQXDMmtAi_JI2p841%6b4PhOXS0{{R3 literal 0 HcmV?d00001 diff --git a/vrtnu/vrtnu.xcodeproj/project.pbxproj b/vrtnu/vrtnu.xcodeproj/project.pbxproj new file mode 100644 index 0000000..b90970b --- /dev/null +++ b/vrtnu/vrtnu.xcodeproj/project.pbxproj @@ -0,0 +1,585 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + B4F0CC7B251BE62B00E9EA74 /* vrtnuApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4F0CC7A251BE62B00E9EA74 /* vrtnuApp.swift */; }; + B4F0CC7D251BE62B00E9EA74 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4F0CC7C251BE62B00E9EA74 /* ContentView.swift */; }; + B4F0CC7F251BE62F00E9EA74 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B4F0CC7E251BE62F00E9EA74 /* Assets.xcassets */; }; + B4F0CC82251BE62F00E9EA74 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B4F0CC81251BE62F00E9EA74 /* Preview Assets.xcassets */; }; + B4F0CC8D251BE62F00E9EA74 /* vrtnuTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4F0CC8C251BE62F00E9EA74 /* vrtnuTests.swift */; }; + B4F0CC98251BE62F00E9EA74 /* vrtnuUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4F0CC97251BE62F00E9EA74 /* vrtnuUITests.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + B4F0CC89251BE62F00E9EA74 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B4F0CC6F251BE62B00E9EA74 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B4F0CC76251BE62B00E9EA74; + remoteInfo = vrtnu; + }; + B4F0CC94251BE62F00E9EA74 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B4F0CC6F251BE62B00E9EA74 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B4F0CC76251BE62B00E9EA74; + remoteInfo = vrtnu; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + B4F0CC77251BE62B00E9EA74 /* vrtnu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = vrtnu.app; sourceTree = BUILT_PRODUCTS_DIR; }; + B4F0CC7A251BE62B00E9EA74 /* vrtnuApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = vrtnuApp.swift; sourceTree = ""; }; + B4F0CC7C251BE62B00E9EA74 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + B4F0CC7E251BE62F00E9EA74 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + B4F0CC81251BE62F00E9EA74 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + B4F0CC83251BE62F00E9EA74 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B4F0CC88251BE62F00E9EA74 /* vrtnuTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = vrtnuTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + B4F0CC8C251BE62F00E9EA74 /* vrtnuTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = vrtnuTests.swift; sourceTree = ""; }; + B4F0CC8E251BE62F00E9EA74 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B4F0CC93251BE62F00E9EA74 /* vrtnuUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = vrtnuUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + B4F0CC97251BE62F00E9EA74 /* vrtnuUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = vrtnuUITests.swift; sourceTree = ""; }; + B4F0CC99251BE62F00E9EA74 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + B4F0CC74251BE62B00E9EA74 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B4F0CC85251BE62F00E9EA74 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B4F0CC90251BE62F00E9EA74 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + B4F0CC6E251BE62B00E9EA74 = { + isa = PBXGroup; + children = ( + B4F0CC79251BE62B00E9EA74 /* vrtnu */, + B4F0CC8B251BE62F00E9EA74 /* vrtnuTests */, + B4F0CC96251BE62F00E9EA74 /* vrtnuUITests */, + B4F0CC78251BE62B00E9EA74 /* Products */, + ); + sourceTree = ""; + }; + B4F0CC78251BE62B00E9EA74 /* Products */ = { + isa = PBXGroup; + children = ( + B4F0CC77251BE62B00E9EA74 /* vrtnu.app */, + B4F0CC88251BE62F00E9EA74 /* vrtnuTests.xctest */, + B4F0CC93251BE62F00E9EA74 /* vrtnuUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + B4F0CC79251BE62B00E9EA74 /* vrtnu */ = { + isa = PBXGroup; + children = ( + B4F0CC7A251BE62B00E9EA74 /* vrtnuApp.swift */, + B4F0CC7C251BE62B00E9EA74 /* ContentView.swift */, + B4F0CC7E251BE62F00E9EA74 /* Assets.xcassets */, + B4F0CC83251BE62F00E9EA74 /* Info.plist */, + B4F0CC80251BE62F00E9EA74 /* Preview Content */, + ); + path = vrtnu; + sourceTree = ""; + }; + B4F0CC80251BE62F00E9EA74 /* Preview Content */ = { + isa = PBXGroup; + children = ( + B4F0CC81251BE62F00E9EA74 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; + B4F0CC8B251BE62F00E9EA74 /* vrtnuTests */ = { + isa = PBXGroup; + children = ( + B4F0CC8C251BE62F00E9EA74 /* vrtnuTests.swift */, + B4F0CC8E251BE62F00E9EA74 /* Info.plist */, + ); + path = vrtnuTests; + sourceTree = ""; + }; + B4F0CC96251BE62F00E9EA74 /* vrtnuUITests */ = { + isa = PBXGroup; + children = ( + B4F0CC97251BE62F00E9EA74 /* vrtnuUITests.swift */, + B4F0CC99251BE62F00E9EA74 /* Info.plist */, + ); + path = vrtnuUITests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + B4F0CC76251BE62B00E9EA74 /* vrtnu */ = { + isa = PBXNativeTarget; + buildConfigurationList = B4F0CC9C251BE62F00E9EA74 /* Build configuration list for PBXNativeTarget "vrtnu" */; + buildPhases = ( + B4F0CC73251BE62B00E9EA74 /* Sources */, + B4F0CC74251BE62B00E9EA74 /* Frameworks */, + B4F0CC75251BE62B00E9EA74 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = vrtnu; + productName = vrtnu; + productReference = B4F0CC77251BE62B00E9EA74 /* vrtnu.app */; + productType = "com.apple.product-type.application"; + }; + B4F0CC87251BE62F00E9EA74 /* vrtnuTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B4F0CC9F251BE62F00E9EA74 /* Build configuration list for PBXNativeTarget "vrtnuTests" */; + buildPhases = ( + B4F0CC84251BE62F00E9EA74 /* Sources */, + B4F0CC85251BE62F00E9EA74 /* Frameworks */, + B4F0CC86251BE62F00E9EA74 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B4F0CC8A251BE62F00E9EA74 /* PBXTargetDependency */, + ); + name = vrtnuTests; + productName = vrtnuTests; + productReference = B4F0CC88251BE62F00E9EA74 /* vrtnuTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + B4F0CC92251BE62F00E9EA74 /* vrtnuUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B4F0CCA2251BE62F00E9EA74 /* Build configuration list for PBXNativeTarget "vrtnuUITests" */; + buildPhases = ( + B4F0CC8F251BE62F00E9EA74 /* Sources */, + B4F0CC90251BE62F00E9EA74 /* Frameworks */, + B4F0CC91251BE62F00E9EA74 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B4F0CC95251BE62F00E9EA74 /* PBXTargetDependency */, + ); + name = vrtnuUITests; + productName = vrtnuUITests; + productReference = B4F0CC93251BE62F00E9EA74 /* vrtnuUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + B4F0CC6F251BE62B00E9EA74 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1220; + LastUpgradeCheck = 1220; + TargetAttributes = { + B4F0CC76251BE62B00E9EA74 = { + CreatedOnToolsVersion = 12.2; + }; + B4F0CC87251BE62F00E9EA74 = { + CreatedOnToolsVersion = 12.2; + TestTargetID = B4F0CC76251BE62B00E9EA74; + }; + B4F0CC92251BE62F00E9EA74 = { + CreatedOnToolsVersion = 12.2; + TestTargetID = B4F0CC76251BE62B00E9EA74; + }; + }; + }; + buildConfigurationList = B4F0CC72251BE62B00E9EA74 /* Build configuration list for PBXProject "vrtnu" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = B4F0CC6E251BE62B00E9EA74; + productRefGroup = B4F0CC78251BE62B00E9EA74 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + B4F0CC76251BE62B00E9EA74 /* vrtnu */, + B4F0CC87251BE62F00E9EA74 /* vrtnuTests */, + B4F0CC92251BE62F00E9EA74 /* vrtnuUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + B4F0CC75251BE62B00E9EA74 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B4F0CC82251BE62F00E9EA74 /* Preview Assets.xcassets in Resources */, + B4F0CC7F251BE62F00E9EA74 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B4F0CC86251BE62F00E9EA74 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B4F0CC91251BE62F00E9EA74 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + B4F0CC73251BE62B00E9EA74 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B4F0CC7D251BE62B00E9EA74 /* ContentView.swift in Sources */, + B4F0CC7B251BE62B00E9EA74 /* vrtnuApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B4F0CC84251BE62F00E9EA74 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B4F0CC8D251BE62F00E9EA74 /* vrtnuTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B4F0CC8F251BE62F00E9EA74 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B4F0CC98251BE62F00E9EA74 /* vrtnuUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + B4F0CC8A251BE62F00E9EA74 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B4F0CC76251BE62B00E9EA74 /* vrtnu */; + targetProxy = B4F0CC89251BE62F00E9EA74 /* PBXContainerItemProxy */; + }; + B4F0CC95251BE62F00E9EA74 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B4F0CC76251BE62B00E9EA74 /* vrtnu */; + targetProxy = B4F0CC94251BE62F00E9EA74 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + B4F0CC9A251BE62F00E9EA74 /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = appletvos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TVOS_DEPLOYMENT_TARGET = 14.2; + }; + name = Debug; + }; + B4F0CC9B251BE62F00E9EA74 /* 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = appletvos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + TVOS_DEPLOYMENT_TARGET = 14.2; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + B4F0CC9D251BE62F00E9EA74 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"vrtnu/Preview Content\""; + DEVELOPMENT_TEAM = Y3P4B2A23L; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = vrtnu/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = vrtnuapp.vrtnu; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 14.0; + }; + name = Debug; + }; + B4F0CC9E251BE62F00E9EA74 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_ASSET_PATHS = "\"vrtnu/Preview Content\""; + DEVELOPMENT_TEAM = Y3P4B2A23L; + ENABLE_PREVIEWS = YES; + INFOPLIST_FILE = vrtnu/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = vrtnuapp.vrtnu; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 14.0; + }; + name = Release; + }; + B4F0CCA0251BE62F00E9EA74 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = Y3P4B2A23L; + INFOPLIST_FILE = vrtnuTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = vrtnuapp.vrtnuTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/vrtnu.app/vrtnu"; + TVOS_DEPLOYMENT_TARGET = 14.0; + }; + name = Debug; + }; + B4F0CCA1251BE62F00E9EA74 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = Y3P4B2A23L; + INFOPLIST_FILE = vrtnuTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = vrtnuapp.vrtnuTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/vrtnu.app/vrtnu"; + TVOS_DEPLOYMENT_TARGET = 14.0; + }; + name = Release; + }; + B4F0CCA3251BE62F00E9EA74 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = Y3P4B2A23L; + INFOPLIST_FILE = vrtnuUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = vrtnuapp.vrtnuUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + TEST_TARGET_NAME = vrtnu; + }; + name = Debug; + }; + B4F0CCA4251BE62F00E9EA74 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = Y3P4B2A23L; + INFOPLIST_FILE = vrtnuUITests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = vrtnuapp.vrtnuUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = 3; + TEST_TARGET_NAME = vrtnu; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + B4F0CC72251BE62B00E9EA74 /* Build configuration list for PBXProject "vrtnu" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B4F0CC9A251BE62F00E9EA74 /* Debug */, + B4F0CC9B251BE62F00E9EA74 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B4F0CC9C251BE62F00E9EA74 /* Build configuration list for PBXNativeTarget "vrtnu" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B4F0CC9D251BE62F00E9EA74 /* Debug */, + B4F0CC9E251BE62F00E9EA74 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B4F0CC9F251BE62F00E9EA74 /* Build configuration list for PBXNativeTarget "vrtnuTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B4F0CCA0251BE62F00E9EA74 /* Debug */, + B4F0CCA1251BE62F00E9EA74 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B4F0CCA2251BE62F00E9EA74 /* Build configuration list for PBXNativeTarget "vrtnuUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B4F0CCA3251BE62F00E9EA74 /* Debug */, + B4F0CCA4251BE62F00E9EA74 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = B4F0CC6F251BE62B00E9EA74 /* Project object */; +} diff --git a/vrtnu/vrtnu.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/vrtnu/vrtnu.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/vrtnu/vrtnu.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/vrtnu/vrtnu.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/vrtnu/vrtnu.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/vrtnu/vrtnu.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/vrtnu/vrtnu/Assets.xcassets/AccentColor.colorset/Contents.json b/vrtnu/vrtnu/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..2e00335 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,11 @@ +{ + "images" : [ + { + "idiom" : "tv" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Back.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json new file mode 100644 index 0000000..de59d88 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.imagestacklayer" + }, + { + "filename" : "Middle.imagestacklayer" + }, + { + "filename" : "Back.imagestacklayer" + } + ] +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..2e00335 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,11 @@ +{ + "images" : [ + { + "idiom" : "tv" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Front.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..2e00335 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,11 @@ +{ + "images" : [ + { + "idiom" : "tv" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - App Store.imagestack/Middle.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..795cce1 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Back.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json new file mode 100644 index 0000000..de59d88 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Contents.json @@ -0,0 +1,17 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "layers" : [ + { + "filename" : "Front.imagestacklayer" + }, + { + "filename" : "Middle.imagestacklayer" + }, + { + "filename" : "Back.imagestacklayer" + } + ] +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..795cce1 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Front.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json new file mode 100644 index 0000000..795cce1 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon.imagestack/Middle.imagestacklayer/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json new file mode 100644 index 0000000..f47ba43 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json @@ -0,0 +1,32 @@ +{ + "assets" : [ + { + "filename" : "App Icon - App Store.imagestack", + "idiom" : "tv", + "role" : "primary-app-icon", + "size" : "1280x768" + }, + { + "filename" : "App Icon.imagestack", + "idiom" : "tv", + "role" : "primary-app-icon", + "size" : "400x240" + }, + { + "filename" : "Top Shelf Image Wide.imageset", + "idiom" : "tv", + "role" : "top-shelf-image-wide", + "size" : "2320x720" + }, + { + "filename" : "Top Shelf Image.imageset", + "idiom" : "tv", + "role" : "top-shelf-image", + "size" : "1920x720" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json new file mode 100644 index 0000000..b65f0cd --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + }, + { + "idiom" : "tv-marketing", + "scale" : "1x" + }, + { + "idiom" : "tv-marketing", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json new file mode 100644 index 0000000..b65f0cd --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json @@ -0,0 +1,24 @@ +{ + "images" : [ + { + "idiom" : "tv", + "scale" : "1x" + }, + { + "idiom" : "tv", + "scale" : "2x" + }, + { + "idiom" : "tv-marketing", + "scale" : "1x" + }, + { + "idiom" : "tv-marketing", + "scale" : "2x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/Assets.xcassets/Contents.json b/vrtnu/vrtnu/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/vrtnu/vrtnu/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/ContentView.swift b/vrtnu/vrtnu/ContentView.swift new file mode 100644 index 0000000..018ff8a --- /dev/null +++ b/vrtnu/vrtnu/ContentView.swift @@ -0,0 +1,21 @@ +// +// ContentView.swift +// vrtnu +// +// Created by Jens Timmerman on 23/09/2020. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + Text("Hello, world!") + .padding() + } +} + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +} diff --git a/vrtnu/vrtnu/Info.plist b/vrtnu/vrtnu/Info.plist new file mode 100644 index 0000000..16d307c --- /dev/null +++ b/vrtnu/vrtnu/Info.plist @@ -0,0 +1,32 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchScreen + + UIRequiredDeviceCapabilities + + arm64 + + UIUserInterfaceStyle + Automatic + + diff --git a/vrtnu/vrtnu/Preview Content/Preview Assets.xcassets/Contents.json b/vrtnu/vrtnu/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/vrtnu/vrtnu/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/vrtnu/vrtnu/vrtnuApp.swift b/vrtnu/vrtnu/vrtnuApp.swift new file mode 100644 index 0000000..dc29442 --- /dev/null +++ b/vrtnu/vrtnu/vrtnuApp.swift @@ -0,0 +1,17 @@ +// +// vrtnuApp.swift +// vrtnu +// +// Created by Jens Timmerman on 23/09/2020. +// + +import SwiftUI + +@main +struct vrtnuApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/vrtnu/vrtnuTests/Info.plist b/vrtnu/vrtnuTests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/vrtnu/vrtnuTests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/vrtnu/vrtnuTests/vrtnuTests.swift b/vrtnu/vrtnuTests/vrtnuTests.swift new file mode 100644 index 0000000..a10b55f --- /dev/null +++ b/vrtnu/vrtnuTests/vrtnuTests.swift @@ -0,0 +1,33 @@ +// +// vrtnuTests.swift +// vrtnuTests +// +// Created by Jens Timmerman on 23/09/2020. +// + +import XCTest +@testable import vrtnu + +class vrtnuTests: XCTestCase { + + override func setUpWithError() throws { + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDownWithError() throws { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() throws { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() throws { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +} diff --git a/vrtnu/vrtnuUITests/Info.plist b/vrtnu/vrtnuUITests/Info.plist new file mode 100644 index 0000000..64d65ca --- /dev/null +++ b/vrtnu/vrtnuUITests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/vrtnu/vrtnuUITests/vrtnuUITests.swift b/vrtnu/vrtnuUITests/vrtnuUITests.swift new file mode 100644 index 0000000..0324ece --- /dev/null +++ b/vrtnu/vrtnuUITests/vrtnuUITests.swift @@ -0,0 +1,42 @@ +// +// vrtnuUITests.swift +// vrtnuUITests +// +// Created by Jens Timmerman on 23/09/2020. +// + +import XCTest + +class vrtnuUITests: XCTestCase { + + override func setUpWithError() throws { + // Put setup code here. This method is called before the invocation of each test method in the class. + + // In UI tests it is usually best to stop immediately when a failure occurs. + continueAfterFailure = false + + // In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. + } + + override func tearDownWithError() throws { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() throws { + // UI tests must launch the application that they test. + let app = XCUIApplication() + app.launch() + + // Use recording to get started writing UI tests. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testLaunchPerformance() throws { + if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) { + // This measures how long it takes to launch your application. + measure(metrics: [XCTApplicationLaunchMetric()]) { + XCUIApplication().launch() + } + } + } +}