From 6596a460549e4feafe63791ce7a1ef75d0f17046 Mon Sep 17 00:00:00 2001 From: Quentin Millardet Date: Thu, 9 May 2024 00:14:38 +0200 Subject: [PATCH] Initial Commit --- LightshowManager.xcodeproj/project.pbxproj | 637 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcdebugger/Breakpoints_v2.xcbkptlist | 6 + .../xcschemes/xcschememanagement.plist | 14 + 5 files changed, 672 insertions(+) create mode 100644 LightshowManager.xcodeproj/project.pbxproj create mode 100644 LightshowManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 LightshowManager.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 LightshowManager.xcodeproj/xcuserdata/quentin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist create mode 100644 LightshowManager.xcodeproj/xcuserdata/quentin.xcuserdatad/xcschemes/xcschememanagement.plist diff --git a/LightshowManager.xcodeproj/project.pbxproj b/LightshowManager.xcodeproj/project.pbxproj new file mode 100644 index 0000000..fae2584 --- /dev/null +++ b/LightshowManager.xcodeproj/project.pbxproj @@ -0,0 +1,637 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + 66BE20232BD5AA790051989C /* LightshowDownloadCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66BE20222BD5AA790051989C /* LightshowDownloadCell.swift */; }; + 66E3889B2BD3371A0004C1F2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E3889A2BD3371A0004C1F2 /* AppDelegate.swift */; }; + 66E3889D2BD3371A0004C1F2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E3889C2BD3371A0004C1F2 /* SceneDelegate.swift */; }; + 66E3889F2BD3371A0004C1F2 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E3889E2BD3371A0004C1F2 /* ViewController.swift */; }; + 66E388A22BD3371B0004C1F2 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 66E388A12BD3371B0004C1F2 /* Base */; }; + 66E388A42BD3371C0004C1F2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 66E388A32BD3371C0004C1F2 /* Assets.xcassets */; }; + 66E388A72BD3371C0004C1F2 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 66E388A62BD3371C0004C1F2 /* Base */; }; + 66E388B22BD3371D0004C1F2 /* LightshowManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E388B12BD3371D0004C1F2 /* LightshowManagerTests.swift */; }; + 66E388BC2BD3371D0004C1F2 /* LightshowManagerUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E388BB2BD3371D0004C1F2 /* LightshowManagerUITests.swift */; }; + 66E388BE2BD3371D0004C1F2 /* LightshowManagerUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E388BD2BD3371D0004C1F2 /* LightshowManagerUITestsLaunchTests.swift */; }; + 66E388CB2BD548990004C1F2 /* LightshowModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E388CA2BD548990004C1F2 /* LightshowModel.swift */; }; + 66E388CD2BD549B90004C1F2 /* LightshowDownloadView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E388CC2BD549B90004C1F2 /* LightshowDownloadView.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 66E388AE2BD3371D0004C1F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 66E3888F2BD3371A0004C1F2 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66E388962BD3371A0004C1F2; + remoteInfo = LightshowManager; + }; + 66E388B82BD3371D0004C1F2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 66E3888F2BD3371A0004C1F2 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 66E388962BD3371A0004C1F2; + remoteInfo = LightshowManager; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 668F709C2BE82632004A9EDD /* LightshowManager.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LightshowManager.entitlements; sourceTree = ""; }; + 66BE20222BD5AA790051989C /* LightshowDownloadCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightshowDownloadCell.swift; sourceTree = ""; }; + 66D401E92BE7EFD1004814D0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = ""; }; + 66E388972BD3371A0004C1F2 /* LightshowManager.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LightshowManager.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 66E3889A2BD3371A0004C1F2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 66E3889C2BD3371A0004C1F2 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + 66E3889E2BD3371A0004C1F2 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 66E388A12BD3371B0004C1F2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 66E388A32BD3371C0004C1F2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 66E388A62BD3371C0004C1F2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 66E388A82BD3371C0004C1F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 66E388AD2BD3371D0004C1F2 /* LightshowManagerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LightshowManagerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 66E388B12BD3371D0004C1F2 /* LightshowManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightshowManagerTests.swift; sourceTree = ""; }; + 66E388B72BD3371D0004C1F2 /* LightshowManagerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LightshowManagerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 66E388BB2BD3371D0004C1F2 /* LightshowManagerUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightshowManagerUITests.swift; sourceTree = ""; }; + 66E388BD2BD3371D0004C1F2 /* LightshowManagerUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightshowManagerUITestsLaunchTests.swift; sourceTree = ""; }; + 66E388CA2BD548990004C1F2 /* LightshowModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightshowModel.swift; sourceTree = ""; }; + 66E388CC2BD549B90004C1F2 /* LightshowDownloadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightshowDownloadView.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 66E388942BD3371A0004C1F2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 66E388AA2BD3371D0004C1F2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 66E388B42BD3371D0004C1F2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 66E3888E2BD3371A0004C1F2 = { + isa = PBXGroup; + children = ( + 66E388992BD3371A0004C1F2 /* LightshowManager */, + 66E388B02BD3371D0004C1F2 /* LightshowManagerTests */, + 66E388BA2BD3371D0004C1F2 /* LightshowManagerUITests */, + 66E388982BD3371A0004C1F2 /* Products */, + ); + sourceTree = ""; + }; + 66E388982BD3371A0004C1F2 /* Products */ = { + isa = PBXGroup; + children = ( + 66E388972BD3371A0004C1F2 /* LightshowManager.app */, + 66E388AD2BD3371D0004C1F2 /* LightshowManagerTests.xctest */, + 66E388B72BD3371D0004C1F2 /* LightshowManagerUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 66E388992BD3371A0004C1F2 /* LightshowManager */ = { + isa = PBXGroup; + children = ( + 668F709C2BE82632004A9EDD /* LightshowManager.entitlements */, + 66E3889A2BD3371A0004C1F2 /* AppDelegate.swift */, + 66E388A32BD3371C0004C1F2 /* Assets.xcassets */, + 66E388A82BD3371C0004C1F2 /* Info.plist */, + 66E388A52BD3371C0004C1F2 /* LaunchScreen.storyboard */, + 66BE20222BD5AA790051989C /* LightshowDownloadCell.swift */, + 66E388CC2BD549B90004C1F2 /* LightshowDownloadView.swift */, + 66E388CA2BD548990004C1F2 /* LightshowModel.swift */, + 66E388A02BD3371B0004C1F2 /* Main.storyboard */, + 66E3889C2BD3371A0004C1F2 /* SceneDelegate.swift */, + 66E3889E2BD3371A0004C1F2 /* ViewController.swift */, + ); + path = LightshowManager; + sourceTree = ""; + }; + 66E388B02BD3371D0004C1F2 /* LightshowManagerTests */ = { + isa = PBXGroup; + children = ( + 66E388B12BD3371D0004C1F2 /* LightshowManagerTests.swift */, + ); + path = LightshowManagerTests; + sourceTree = ""; + }; + 66E388BA2BD3371D0004C1F2 /* LightshowManagerUITests */ = { + isa = PBXGroup; + children = ( + 66E388BB2BD3371D0004C1F2 /* LightshowManagerUITests.swift */, + 66E388BD2BD3371D0004C1F2 /* LightshowManagerUITestsLaunchTests.swift */, + ); + path = LightshowManagerUITests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 66E388962BD3371A0004C1F2 /* LightshowManager */ = { + isa = PBXNativeTarget; + buildConfigurationList = 66E388C12BD3371D0004C1F2 /* Build configuration list for PBXNativeTarget "LightshowManager" */; + buildPhases = ( + 66E388932BD3371A0004C1F2 /* Sources */, + 66E388942BD3371A0004C1F2 /* Frameworks */, + 66E388952BD3371A0004C1F2 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = LightshowManager; + productName = LightshowManager; + productReference = 66E388972BD3371A0004C1F2 /* LightshowManager.app */; + productType = "com.apple.product-type.application"; + }; + 66E388AC2BD3371D0004C1F2 /* LightshowManagerTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 66E388C42BD3371D0004C1F2 /* Build configuration list for PBXNativeTarget "LightshowManagerTests" */; + buildPhases = ( + 66E388A92BD3371D0004C1F2 /* Sources */, + 66E388AA2BD3371D0004C1F2 /* Frameworks */, + 66E388AB2BD3371D0004C1F2 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 66E388AF2BD3371D0004C1F2 /* PBXTargetDependency */, + ); + name = LightshowManagerTests; + productName = LightshowManagerTests; + productReference = 66E388AD2BD3371D0004C1F2 /* LightshowManagerTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 66E388B62BD3371D0004C1F2 /* LightshowManagerUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 66E388C72BD3371D0004C1F2 /* Build configuration list for PBXNativeTarget "LightshowManagerUITests" */; + buildPhases = ( + 66E388B32BD3371D0004C1F2 /* Sources */, + 66E388B42BD3371D0004C1F2 /* Frameworks */, + 66E388B52BD3371D0004C1F2 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 66E388B92BD3371D0004C1F2 /* PBXTargetDependency */, + ); + name = LightshowManagerUITests; + productName = LightshowManagerUITests; + productReference = 66E388B72BD3371D0004C1F2 /* LightshowManagerUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 66E3888F2BD3371A0004C1F2 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + KnownAssetTags = ( + New, + ); + LastSwiftUpdateCheck = 1530; + LastUpgradeCheck = 1530; + TargetAttributes = { + 66E388962BD3371A0004C1F2 = { + CreatedOnToolsVersion = 15.3; + }; + 66E388AC2BD3371D0004C1F2 = { + CreatedOnToolsVersion = 15.3; + TestTargetID = 66E388962BD3371A0004C1F2; + }; + 66E388B62BD3371D0004C1F2 = { + CreatedOnToolsVersion = 15.3; + TestTargetID = 66E388962BD3371A0004C1F2; + }; + }; + }; + buildConfigurationList = 66E388922BD3371A0004C1F2 /* Build configuration list for PBXProject "LightshowManager" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 66E3888E2BD3371A0004C1F2; + productRefGroup = 66E388982BD3371A0004C1F2 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 66E388962BD3371A0004C1F2 /* LightshowManager */, + 66E388AC2BD3371D0004C1F2 /* LightshowManagerTests */, + 66E388B62BD3371D0004C1F2 /* LightshowManagerUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 66E388952BD3371A0004C1F2 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 66E388A42BD3371C0004C1F2 /* Assets.xcassets in Resources */, + 66E388A72BD3371C0004C1F2 /* Base in Resources */, + 66E388A22BD3371B0004C1F2 /* Base in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 66E388AB2BD3371D0004C1F2 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 66E388B52BD3371D0004C1F2 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 66E388932BD3371A0004C1F2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 66E3889F2BD3371A0004C1F2 /* ViewController.swift in Sources */, + 66BE20232BD5AA790051989C /* LightshowDownloadCell.swift in Sources */, + 66E388CB2BD548990004C1F2 /* LightshowModel.swift in Sources */, + 66E388CD2BD549B90004C1F2 /* LightshowDownloadView.swift in Sources */, + 66E3889B2BD3371A0004C1F2 /* AppDelegate.swift in Sources */, + 66E3889D2BD3371A0004C1F2 /* SceneDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 66E388A92BD3371D0004C1F2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 66E388B22BD3371D0004C1F2 /* LightshowManagerTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 66E388B32BD3371D0004C1F2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 66E388BE2BD3371D0004C1F2 /* LightshowManagerUITestsLaunchTests.swift in Sources */, + 66E388BC2BD3371D0004C1F2 /* LightshowManagerUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 66E388AF2BD3371D0004C1F2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 66E388962BD3371A0004C1F2 /* LightshowManager */; + targetProxy = 66E388AE2BD3371D0004C1F2 /* PBXContainerItemProxy */; + }; + 66E388B92BD3371D0004C1F2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 66E388962BD3371A0004C1F2 /* LightshowManager */; + targetProxy = 66E388B82BD3371D0004C1F2 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 66E388A02BD3371B0004C1F2 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 66E388A12BD3371B0004C1F2 /* Base */, + 66D401E92BE7EFD1004814D0 /* en */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 66E388A52BD3371C0004C1F2 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 66E388A62BD3371C0004C1F2 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 66E388BF2BD3371D0004C1F2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + 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; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + 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 = 17.4; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 66E388C02BD3371D0004C1F2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + 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; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + 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 = 17.4; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 66E388C22BD3371D0004C1F2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = LightshowManager/LightshowManager.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = E3G7UWHKL2; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = LightshowManager/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = LighshowManager; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; + INFOPLIST_KEY_UIMainStoryboardFile = Main; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = io.millardet.LightshowManager; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 66E388C32BD3371D0004C1F2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = LightshowManager/LightshowManager.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = E3G7UWHKL2; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = LightshowManager/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = LighshowManager; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; + INFOPLIST_KEY_UIMainStoryboardFile = Main; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = io.millardet.LightshowManager; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 66E388C52BD3371D0004C1F2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = E3G7UWHKL2; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.4; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = io.millardet.LightshowManagerTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LightshowManager.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/LightshowManager"; + }; + name = Debug; + }; + 66E388C62BD3371D0004C1F2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = E3G7UWHKL2; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.4; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = io.millardet.LightshowManagerTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/LightshowManager.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/LightshowManager"; + }; + name = Release; + }; + 66E388C82BD3371D0004C1F2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = E3G7UWHKL2; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = io.millardet.LightshowManagerUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = LightshowManager; + }; + name = Debug; + }; + 66E388C92BD3371D0004C1F2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = E3G7UWHKL2; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = io.millardet.LightshowManagerUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = LightshowManager; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 66E388922BD3371A0004C1F2 /* Build configuration list for PBXProject "LightshowManager" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 66E388BF2BD3371D0004C1F2 /* Debug */, + 66E388C02BD3371D0004C1F2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 66E388C12BD3371D0004C1F2 /* Build configuration list for PBXNativeTarget "LightshowManager" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 66E388C22BD3371D0004C1F2 /* Debug */, + 66E388C32BD3371D0004C1F2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 66E388C42BD3371D0004C1F2 /* Build configuration list for PBXNativeTarget "LightshowManagerTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 66E388C52BD3371D0004C1F2 /* Debug */, + 66E388C62BD3371D0004C1F2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 66E388C72BD3371D0004C1F2 /* Build configuration list for PBXNativeTarget "LightshowManagerUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 66E388C82BD3371D0004C1F2 /* Debug */, + 66E388C92BD3371D0004C1F2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 66E3888F2BD3371A0004C1F2 /* Project object */; +} diff --git a/LightshowManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/LightshowManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/LightshowManager.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/LightshowManager.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/LightshowManager.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/LightshowManager.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/LightshowManager.xcodeproj/xcuserdata/quentin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/LightshowManager.xcodeproj/xcuserdata/quentin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..2a7b109 --- /dev/null +++ b/LightshowManager.xcodeproj/xcuserdata/quentin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,6 @@ + + + diff --git a/LightshowManager.xcodeproj/xcuserdata/quentin.xcuserdatad/xcschemes/xcschememanagement.plist b/LightshowManager.xcodeproj/xcuserdata/quentin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..b6fc8a1 --- /dev/null +++ b/LightshowManager.xcodeproj/xcuserdata/quentin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + LightshowManager.xcscheme_^#shared#^_ + + orderHint + 0 + + + +