summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Segundo2023-06-11 01:22:38 +0200
committerChristian Segundo2023-06-11 01:22:38 +0200
commit864b644e8ecafccaf84b40168524e47351a6d111 (patch)
treef3e108abf0a583e775e203ad9b8dab05c73006a4
downloadxmission-ios-864b644e8ecafccaf84b40168524e47351a6d111.tar.gz
Initial Commit
-rw-r--r--Xmission.xcodeproj/project.pbxproj609
-rw-r--r--Xmission.xcodeproj/project.xcworkspace/contents.xcworkspacedata7
-rw-r--r--Xmission.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist8
-rw-r--r--Xmission.xcodeproj/xcuserdata/christian.segundo.xcuserdatad/xcschemes/xcschememanagement.plist14
-rw-r--r--Xmission/Assets.xcassets/AccentColor.colorset/Contents.json11
-rw-r--r--Xmission/Assets.xcassets/AppIcon.appiconset/Contents.json63
-rw-r--r--Xmission/Assets.xcassets/Contents.json6
-rw-r--r--Xmission/ContentView.swift26
-rw-r--r--Xmission/Preview Content/Preview Assets.xcassets/Contents.json6
-rw-r--r--Xmission/Xmission.entitlements10
-rw-r--r--Xmission/XmissionApp.swift17
-rw-r--r--XmissionTests/XmissionTests.swift35
-rw-r--r--XmissionUITests/XmissionUITests.swift41
-rw-r--r--XmissionUITests/XmissionUITestsLaunchTests.swift32
14 files changed, 885 insertions, 0 deletions
diff --git a/Xmission.xcodeproj/project.pbxproj b/Xmission.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..168d46c
--- /dev/null
+++ b/Xmission.xcodeproj/project.pbxproj
@@ -0,0 +1,609 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 56;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 1E244F162A353D340052909D /* XmissionApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E244F152A353D340052909D /* XmissionApp.swift */; };
+ 1E244F182A353D340052909D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E244F172A353D340052909D /* ContentView.swift */; };
+ 1E244F1A2A353D360052909D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1E244F192A353D360052909D /* Assets.xcassets */; };
+ 1E244F1E2A353D360052909D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1E244F1D2A353D360052909D /* Preview Assets.xcassets */; };
+ 1E244F282A353D360052909D /* XmissionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E244F272A353D360052909D /* XmissionTests.swift */; };
+ 1E244F322A353D360052909D /* XmissionUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E244F312A353D360052909D /* XmissionUITests.swift */; };
+ 1E244F342A353D360052909D /* XmissionUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E244F332A353D360052909D /* XmissionUITestsLaunchTests.swift */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 1E244F242A353D360052909D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1E244F0A2A353D340052909D /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 1E244F112A353D340052909D;
+ remoteInfo = Xmission;
+ };
+ 1E244F2E2A353D360052909D /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1E244F0A2A353D340052909D /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 1E244F112A353D340052909D;
+ remoteInfo = Xmission;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ 1E244F122A353D340052909D /* Xmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Xmission.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 1E244F152A353D340052909D /* XmissionApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XmissionApp.swift; sourceTree = "<group>"; };
+ 1E244F172A353D340052909D /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
+ 1E244F192A353D360052909D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
+ 1E244F1B2A353D360052909D /* Xmission.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Xmission.entitlements; sourceTree = "<group>"; };
+ 1E244F1D2A353D360052909D /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
+ 1E244F232A353D360052909D /* XmissionTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XmissionTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 1E244F272A353D360052909D /* XmissionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XmissionTests.swift; sourceTree = "<group>"; };
+ 1E244F2D2A353D360052909D /* XmissionUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XmissionUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 1E244F312A353D360052909D /* XmissionUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XmissionUITests.swift; sourceTree = "<group>"; };
+ 1E244F332A353D360052909D /* XmissionUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XmissionUITestsLaunchTests.swift; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 1E244F0F2A353D340052909D /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 1E244F202A353D360052909D /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 1E244F2A2A353D360052909D /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 1E244F092A353D340052909D = {
+ isa = PBXGroup;
+ children = (
+ 1E244F142A353D340052909D /* Xmission */,
+ 1E244F262A353D360052909D /* XmissionTests */,
+ 1E244F302A353D360052909D /* XmissionUITests */,
+ 1E244F132A353D340052909D /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 1E244F132A353D340052909D /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 1E244F122A353D340052909D /* Xmission.app */,
+ 1E244F232A353D360052909D /* XmissionTests.xctest */,
+ 1E244F2D2A353D360052909D /* XmissionUITests.xctest */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 1E244F142A353D340052909D /* Xmission */ = {
+ isa = PBXGroup;
+ children = (
+ 1E244F152A353D340052909D /* XmissionApp.swift */,
+ 1E244F172A353D340052909D /* ContentView.swift */,
+ 1E244F192A353D360052909D /* Assets.xcassets */,
+ 1E244F1B2A353D360052909D /* Xmission.entitlements */,
+ 1E244F1C2A353D360052909D /* Preview Content */,
+ );
+ path = Xmission;
+ sourceTree = "<group>";
+ };
+ 1E244F1C2A353D360052909D /* Preview Content */ = {
+ isa = PBXGroup;
+ children = (
+ 1E244F1D2A353D360052909D /* Preview Assets.xcassets */,
+ );
+ path = "Preview Content";
+ sourceTree = "<group>";
+ };
+ 1E244F262A353D360052909D /* XmissionTests */ = {
+ isa = PBXGroup;
+ children = (
+ 1E244F272A353D360052909D /* XmissionTests.swift */,
+ );
+ path = XmissionTests;
+ sourceTree = "<group>";
+ };
+ 1E244F302A353D360052909D /* XmissionUITests */ = {
+ isa = PBXGroup;
+ children = (
+ 1E244F312A353D360052909D /* XmissionUITests.swift */,
+ 1E244F332A353D360052909D /* XmissionUITestsLaunchTests.swift */,
+ );
+ path = XmissionUITests;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 1E244F112A353D340052909D /* Xmission */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 1E244F372A353D360052909D /* Build configuration list for PBXNativeTarget "Xmission" */;
+ buildPhases = (
+ 1E244F0E2A353D340052909D /* Sources */,
+ 1E244F0F2A353D340052909D /* Frameworks */,
+ 1E244F102A353D340052909D /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Xmission;
+ productName = Xmission;
+ productReference = 1E244F122A353D340052909D /* Xmission.app */;
+ productType = "com.apple.product-type.application";
+ };
+ 1E244F222A353D360052909D /* XmissionTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 1E244F3A2A353D360052909D /* Build configuration list for PBXNativeTarget "XmissionTests" */;
+ buildPhases = (
+ 1E244F1F2A353D360052909D /* Sources */,
+ 1E244F202A353D360052909D /* Frameworks */,
+ 1E244F212A353D360052909D /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 1E244F252A353D360052909D /* PBXTargetDependency */,
+ );
+ name = XmissionTests;
+ productName = XmissionTests;
+ productReference = 1E244F232A353D360052909D /* XmissionTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+ 1E244F2C2A353D360052909D /* XmissionUITests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 1E244F3D2A353D360052909D /* Build configuration list for PBXNativeTarget "XmissionUITests" */;
+ buildPhases = (
+ 1E244F292A353D360052909D /* Sources */,
+ 1E244F2A2A353D360052909D /* Frameworks */,
+ 1E244F2B2A353D360052909D /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 1E244F2F2A353D360052909D /* PBXTargetDependency */,
+ );
+ name = XmissionUITests;
+ productName = XmissionUITests;
+ productReference = 1E244F2D2A353D360052909D /* XmissionUITests.xctest */;
+ productType = "com.apple.product-type.bundle.ui-testing";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 1E244F0A2A353D340052909D /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ BuildIndependentTargetsInParallel = 1;
+ LastSwiftUpdateCheck = 1430;
+ LastUpgradeCheck = 1430;
+ TargetAttributes = {
+ 1E244F112A353D340052909D = {
+ CreatedOnToolsVersion = 14.3.1;
+ };
+ 1E244F222A353D360052909D = {
+ CreatedOnToolsVersion = 14.3.1;
+ TestTargetID = 1E244F112A353D340052909D;
+ };
+ 1E244F2C2A353D360052909D = {
+ CreatedOnToolsVersion = 14.3.1;
+ TestTargetID = 1E244F112A353D340052909D;
+ };
+ };
+ };
+ buildConfigurationList = 1E244F0D2A353D340052909D /* Build configuration list for PBXProject "Xmission" */;
+ compatibilityVersion = "Xcode 14.0";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 1E244F092A353D340052909D;
+ productRefGroup = 1E244F132A353D340052909D /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 1E244F112A353D340052909D /* Xmission */,
+ 1E244F222A353D360052909D /* XmissionTests */,
+ 1E244F2C2A353D360052909D /* XmissionUITests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 1E244F102A353D340052909D /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 1E244F1E2A353D360052909D /* Preview Assets.xcassets in Resources */,
+ 1E244F1A2A353D360052909D /* Assets.xcassets in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 1E244F212A353D360052909D /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 1E244F2B2A353D360052909D /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 1E244F0E2A353D340052909D /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 1E244F182A353D340052909D /* ContentView.swift in Sources */,
+ 1E244F162A353D340052909D /* XmissionApp.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 1E244F1F2A353D360052909D /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 1E244F282A353D360052909D /* XmissionTests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 1E244F292A353D360052909D /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 1E244F342A353D360052909D /* XmissionUITestsLaunchTests.swift in Sources */,
+ 1E244F322A353D360052909D /* XmissionUITests.swift in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 1E244F252A353D360052909D /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 1E244F112A353D340052909D /* Xmission */;
+ targetProxy = 1E244F242A353D360052909D /* PBXContainerItemProxy */;
+ };
+ 1E244F2F2A353D360052909D /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 1E244F112A353D340052909D /* Xmission */;
+ targetProxy = 1E244F2E2A353D360052909D /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin XCBuildConfiguration section */
+ 1E244F352A353D360052909D /* 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++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;
+ 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;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ };
+ name = Debug;
+ };
+ 1E244F362A353D360052909D /* 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++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;
+ 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;
+ SWIFT_COMPILATION_MODE = wholemodule;
+ SWIFT_OPTIMIZATION_LEVEL = "-O";
+ };
+ name = Release;
+ };
+ 1E244F382A353D360052909D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ CODE_SIGN_ENTITLEMENTS = Xmission/Xmission.entitlements;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_ASSET_PATHS = "\"Xmission/Preview Content\"";
+ ENABLE_PREVIEWS = YES;
+ GENERATE_INFOPLIST_FILE = YES;
+ "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
+ "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
+ "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
+ "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
+ "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
+ "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
+ "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
+ "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ IPHONEOS_DEPLOYMENT_TARGET = 16.4;
+ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
+ "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
+ MACOSX_DEPLOYMENT_TARGET = 13.3;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = segundo.io.Xmission;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Debug;
+ };
+ 1E244F392A353D360052909D /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
+ CODE_SIGN_ENTITLEMENTS = Xmission/Xmission.entitlements;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ DEVELOPMENT_ASSET_PATHS = "\"Xmission/Preview Content\"";
+ ENABLE_PREVIEWS = YES;
+ GENERATE_INFOPLIST_FILE = YES;
+ "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
+ "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
+ "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
+ "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES;
+ "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES;
+ "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES;
+ "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault;
+ "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
+ IPHONEOS_DEPLOYMENT_TARGET = 16.4;
+ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
+ "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
+ MACOSX_DEPLOYMENT_TARGET = 13.3;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = segundo.io.Xmission;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
+ SWIFT_EMIT_LOC_STRINGS = YES;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ };
+ name = Release;
+ };
+ 1E244F3B2A353D360052909D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 16.4;
+ MACOSX_DEPLOYMENT_TARGET = 13.3;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = segundo.io.XmissionTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
+ SWIFT_EMIT_LOC_STRINGS = NO;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Xmission.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Xmission";
+ };
+ name = Debug;
+ };
+ 1E244F3C2A353D360052909D /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 16.4;
+ MACOSX_DEPLOYMENT_TARGET = 13.3;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = segundo.io.XmissionTests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
+ SWIFT_EMIT_LOC_STRINGS = NO;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Xmission.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Xmission";
+ };
+ name = Release;
+ };
+ 1E244F3E2A353D360052909D /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 16.4;
+ MACOSX_DEPLOYMENT_TARGET = 13.3;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = segundo.io.XmissionUITests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
+ SWIFT_EMIT_LOC_STRINGS = NO;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_TARGET_NAME = Xmission;
+ };
+ name = Debug;
+ };
+ 1E244F3F2A353D360052909D /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 1;
+ GENERATE_INFOPLIST_FILE = YES;
+ IPHONEOS_DEPLOYMENT_TARGET = 16.4;
+ MACOSX_DEPLOYMENT_TARGET = 13.3;
+ MARKETING_VERSION = 1.0;
+ PRODUCT_BUNDLE_IDENTIFIER = segundo.io.XmissionUITests;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = auto;
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx";
+ SWIFT_EMIT_LOC_STRINGS = NO;
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ TEST_TARGET_NAME = Xmission;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 1E244F0D2A353D340052909D /* Build configuration list for PBXProject "Xmission" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1E244F352A353D360052909D /* Debug */,
+ 1E244F362A353D360052909D /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 1E244F372A353D360052909D /* Build configuration list for PBXNativeTarget "Xmission" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1E244F382A353D360052909D /* Debug */,
+ 1E244F392A353D360052909D /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 1E244F3A2A353D360052909D /* Build configuration list for PBXNativeTarget "XmissionTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1E244F3B2A353D360052909D /* Debug */,
+ 1E244F3C2A353D360052909D /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 1E244F3D2A353D360052909D /* Build configuration list for PBXNativeTarget "XmissionUITests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1E244F3E2A353D360052909D /* Debug */,
+ 1E244F3F2A353D360052909D /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 1E244F0A2A353D340052909D /* Project object */;
+}
diff --git a/Xmission.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Xmission.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/Xmission.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+ version = "1.0">
+ <FileRef
+ location = "self:">
+ </FileRef>
+</Workspace>
diff --git a/Xmission.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Xmission.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 0000000..18d9810
--- /dev/null
+++ b/Xmission.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IDEDidComputeMac32BitWarning</key>
+ <true/>
+</dict>
+</plist>
diff --git a/Xmission.xcodeproj/xcuserdata/christian.segundo.xcuserdatad/xcschemes/xcschememanagement.plist b/Xmission.xcodeproj/xcuserdata/christian.segundo.xcuserdatad/xcschemes/xcschememanagement.plist
new file mode 100644
index 0000000..ef901ab
--- /dev/null
+++ b/Xmission.xcodeproj/xcuserdata/christian.segundo.xcuserdatad/xcschemes/xcschememanagement.plist
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>SchemeUserState</key>
+ <dict>
+ <key>Xmission.xcscheme_^#shared#^_</key>
+ <dict>
+ <key>orderHint</key>
+ <integer>0</integer>
+ </dict>
+ </dict>
+</dict>
+</plist>
diff --git a/Xmission/Assets.xcassets/AccentColor.colorset/Contents.json b/Xmission/Assets.xcassets/AccentColor.colorset/Contents.json
new file mode 100644
index 0000000..eb87897
--- /dev/null
+++ b/Xmission/Assets.xcassets/AccentColor.colorset/Contents.json
@@ -0,0 +1,11 @@
+{
+ "colors" : [
+ {
+ "idiom" : "universal"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Xmission/Assets.xcassets/AppIcon.appiconset/Contents.json b/Xmission/Assets.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 0000000..532cd72
--- /dev/null
+++ b/Xmission/Assets.xcassets/AppIcon.appiconset/Contents.json
@@ -0,0 +1,63 @@
+{
+ "images" : [
+ {
+ "idiom" : "universal",
+ "platform" : "ios",
+ "size" : "1024x1024"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "1x",
+ "size" : "16x16"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "2x",
+ "size" : "16x16"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "1x",
+ "size" : "32x32"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "2x",
+ "size" : "32x32"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "1x",
+ "size" : "128x128"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "2x",
+ "size" : "128x128"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "1x",
+ "size" : "256x256"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "2x",
+ "size" : "256x256"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "1x",
+ "size" : "512x512"
+ },
+ {
+ "idiom" : "mac",
+ "scale" : "2x",
+ "size" : "512x512"
+ }
+ ],
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Xmission/Assets.xcassets/Contents.json b/Xmission/Assets.xcassets/Contents.json
new file mode 100644
index 0000000..73c0059
--- /dev/null
+++ b/Xmission/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Xmission/ContentView.swift b/Xmission/ContentView.swift
new file mode 100644
index 0000000..0487cfa
--- /dev/null
+++ b/Xmission/ContentView.swift
@@ -0,0 +1,26 @@
+//
+// ContentView.swift
+// Xmission
+//
+// Created by Christian Segundo Guevara on 11/6/23.
+//
+
+import SwiftUI
+
+struct ContentView: View {
+ var body: some View {
+ VStack {
+ Image(systemName: "globe")
+ .imageScale(.large)
+ .foregroundColor(.accentColor)
+ Text("Hello, world!")
+ }
+ .padding()
+ }
+}
+
+struct ContentView_Previews: PreviewProvider {
+ static var previews: some View {
+ ContentView()
+ }
+}
diff --git a/Xmission/Preview Content/Preview Assets.xcassets/Contents.json b/Xmission/Preview Content/Preview Assets.xcassets/Contents.json
new file mode 100644
index 0000000..73c0059
--- /dev/null
+++ b/Xmission/Preview Content/Preview Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "author" : "xcode",
+ "version" : 1
+ }
+}
diff --git a/Xmission/Xmission.entitlements b/Xmission/Xmission.entitlements
new file mode 100644
index 0000000..f2ef3ae
--- /dev/null
+++ b/Xmission/Xmission.entitlements
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>com.apple.security.app-sandbox</key>
+ <true/>
+ <key>com.apple.security.files.user-selected.read-only</key>
+ <true/>
+</dict>
+</plist>
diff --git a/Xmission/XmissionApp.swift b/Xmission/XmissionApp.swift
new file mode 100644
index 0000000..cc2719b
--- /dev/null
+++ b/Xmission/XmissionApp.swift
@@ -0,0 +1,17 @@
+//
+// XmissionApp.swift
+// Xmission
+//
+// Created by Christian Segundo Guevara on 11/6/23.
+//
+
+import SwiftUI
+
+@main
+struct XmissionApp: App {
+ var body: some Scene {
+ WindowGroup {
+ ContentView()
+ }
+ }
+}
diff --git a/XmissionTests/XmissionTests.swift b/XmissionTests/XmissionTests.swift
new file mode 100644
index 0000000..264dfdd
--- /dev/null
+++ b/XmissionTests/XmissionTests.swift
@@ -0,0 +1,35 @@
+//
+// XmissionTests.swift
+// XmissionTests
+//
+// Created by Christian Segundo Guevara on 11/6/23.
+//
+
+import XCTest
+
+final class XmissionTests: 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.
+ // Any test you write for XCTest can be annotated as throws and async.
+ // Mark your test throws to produce an unexpected failure when your test encounters an uncaught error.
+ // Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards.
+ }
+
+ func testPerformanceExample() throws {
+ // This is an example of a performance test case.
+ measure {
+ // Put the code you want to measure the time of here.
+ }
+ }
+
+}
diff --git a/XmissionUITests/XmissionUITests.swift b/XmissionUITests/XmissionUITests.swift
new file mode 100644
index 0000000..94b51dc
--- /dev/null
+++ b/XmissionUITests/XmissionUITests.swift
@@ -0,0 +1,41 @@
+//
+// XmissionUITests.swift
+// XmissionUITests
+//
+// Created by Christian Segundo Guevara on 11/6/23.
+//
+
+import XCTest
+
+final class XmissionUITests: 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 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, watchOS 7.0, *) {
+ // This measures how long it takes to launch your application.
+ measure(metrics: [XCTApplicationLaunchMetric()]) {
+ XCUIApplication().launch()
+ }
+ }
+ }
+}
diff --git a/XmissionUITests/XmissionUITestsLaunchTests.swift b/XmissionUITests/XmissionUITestsLaunchTests.swift
new file mode 100644
index 0000000..7ae43ee
--- /dev/null
+++ b/XmissionUITests/XmissionUITestsLaunchTests.swift
@@ -0,0 +1,32 @@
+//
+// XmissionUITestsLaunchTests.swift
+// XmissionUITests
+//
+// Created by Christian Segundo Guevara on 11/6/23.
+//
+
+import XCTest
+
+final class XmissionUITestsLaunchTests: XCTestCase {
+
+ override class var runsForEachTargetApplicationUIConfiguration: Bool {
+ true
+ }
+
+ override func setUpWithError() throws {
+ continueAfterFailure = false
+ }
+
+ func testLaunch() throws {
+ let app = XCUIApplication()
+ app.launch()
+
+ // Insert steps here to perform after app launch but before taking a screenshot,
+ // such as logging into a test account or navigating somewhere in the app
+
+ let attachment = XCTAttachment(screenshot: app.screenshot())
+ attachment.name = "Launch Screen"
+ attachment.lifetime = .keepAlways
+ add(attachment)
+ }
+}