diff --git a/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/project.pbxproj b/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/project.pbxproj new file mode 100644 index 00000000..8b9f2651 --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/project.pbxproj @@ -0,0 +1,588 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 77; + objects = { + +/* Begin PBXContainerItemProxy section */ + B411CDBE2DDC55370025D737 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B411CDA42DDC552D0025D737 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B411CDAB2DDC552D0025D737; + remoteInfo = Fastlanedemoapp; + }; + B411CDC82DDC55370025D737 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B411CDA42DDC552D0025D737 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B411CDAB2DDC552D0025D737; + remoteInfo = Fastlanedemoapp; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + B411CDAC2DDC552D0025D737 /* Fastlanedemoapp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Fastlanedemoapp.app; sourceTree = BUILT_PRODUCTS_DIR; }; + B411CDBD2DDC55370025D737 /* FastlanedemoappTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FastlanedemoappTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + B411CDC72DDC55370025D737 /* FastlanedemoappUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FastlanedemoappUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFileSystemSynchronizedRootGroup section */ + B411CDAE2DDC552D0025D737 /* Fastlanedemoapp */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = Fastlanedemoapp; + sourceTree = ""; + }; + B411CDC02DDC55370025D737 /* FastlanedemoappTests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = FastlanedemoappTests; + sourceTree = ""; + }; + B411CDCA2DDC55370025D737 /* FastlanedemoappUITests */ = { + isa = PBXFileSystemSynchronizedRootGroup; + path = FastlanedemoappUITests; + sourceTree = ""; + }; +/* End PBXFileSystemSynchronizedRootGroup section */ + +/* Begin PBXFrameworksBuildPhase section */ + B411CDA92DDC552D0025D737 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B411CDBA2DDC55370025D737 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B411CDC42DDC55370025D737 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + B411CDA32DDC552D0025D737 = { + isa = PBXGroup; + children = ( + B411CDAE2DDC552D0025D737 /* Fastlanedemoapp */, + B411CDC02DDC55370025D737 /* FastlanedemoappTests */, + B411CDCA2DDC55370025D737 /* FastlanedemoappUITests */, + B411CDAD2DDC552D0025D737 /* Products */, + ); + sourceTree = ""; + }; + B411CDAD2DDC552D0025D737 /* Products */ = { + isa = PBXGroup; + children = ( + B411CDAC2DDC552D0025D737 /* Fastlanedemoapp.app */, + B411CDBD2DDC55370025D737 /* FastlanedemoappTests.xctest */, + B411CDC72DDC55370025D737 /* FastlanedemoappUITests.xctest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + B411CDAB2DDC552D0025D737 /* Fastlanedemoapp */ = { + isa = PBXNativeTarget; + buildConfigurationList = B411CDD12DDC55370025D737 /* Build configuration list for PBXNativeTarget "Fastlanedemoapp" */; + buildPhases = ( + B411CDA82DDC552D0025D737 /* Sources */, + B411CDA92DDC552D0025D737 /* Frameworks */, + B411CDAA2DDC552D0025D737 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + fileSystemSynchronizedGroups = ( + B411CDAE2DDC552D0025D737 /* Fastlanedemoapp */, + ); + name = Fastlanedemoapp; + packageProductDependencies = ( + ); + productName = Fastlanedemoapp; + productReference = B411CDAC2DDC552D0025D737 /* Fastlanedemoapp.app */; + productType = "com.apple.product-type.application"; + }; + B411CDBC2DDC55370025D737 /* FastlanedemoappTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B411CDD42DDC55370025D737 /* Build configuration list for PBXNativeTarget "FastlanedemoappTests" */; + buildPhases = ( + B411CDB92DDC55370025D737 /* Sources */, + B411CDBA2DDC55370025D737 /* Frameworks */, + B411CDBB2DDC55370025D737 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B411CDBF2DDC55370025D737 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + B411CDC02DDC55370025D737 /* FastlanedemoappTests */, + ); + name = FastlanedemoappTests; + packageProductDependencies = ( + ); + productName = FastlanedemoappTests; + productReference = B411CDBD2DDC55370025D737 /* FastlanedemoappTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + B411CDC62DDC55370025D737 /* FastlanedemoappUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = B411CDD72DDC55370025D737 /* Build configuration list for PBXNativeTarget "FastlanedemoappUITests" */; + buildPhases = ( + B411CDC32DDC55370025D737 /* Sources */, + B411CDC42DDC55370025D737 /* Frameworks */, + B411CDC52DDC55370025D737 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + B411CDC92DDC55370025D737 /* PBXTargetDependency */, + ); + fileSystemSynchronizedGroups = ( + B411CDCA2DDC55370025D737 /* FastlanedemoappUITests */, + ); + name = FastlanedemoappUITests; + packageProductDependencies = ( + ); + productName = FastlanedemoappUITests; + productReference = B411CDC72DDC55370025D737 /* FastlanedemoappUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + B411CDA42DDC552D0025D737 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1620; + LastUpgradeCheck = 1620; + TargetAttributes = { + B411CDAB2DDC552D0025D737 = { + CreatedOnToolsVersion = 16.2; + }; + B411CDBC2DDC55370025D737 = { + CreatedOnToolsVersion = 16.2; + TestTargetID = B411CDAB2DDC552D0025D737; + }; + B411CDC62DDC55370025D737 = { + CreatedOnToolsVersion = 16.2; + TestTargetID = B411CDAB2DDC552D0025D737; + }; + }; + }; + buildConfigurationList = B411CDA72DDC552D0025D737 /* Build configuration list for PBXProject "Fastlanedemoapp" */; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = B411CDA32DDC552D0025D737; + minimizedProjectReferenceProxies = 1; + preferredProjectObjectVersion = 77; + productRefGroup = B411CDAD2DDC552D0025D737 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + B411CDAB2DDC552D0025D737 /* Fastlanedemoapp */, + B411CDBC2DDC55370025D737 /* FastlanedemoappTests */, + B411CDC62DDC55370025D737 /* FastlanedemoappUITests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + B411CDAA2DDC552D0025D737 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B411CDBB2DDC55370025D737 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B411CDC52DDC55370025D737 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + B411CDA82DDC552D0025D737 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B411CDB92DDC55370025D737 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B411CDC32DDC55370025D737 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + B411CDBF2DDC55370025D737 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B411CDAB2DDC552D0025D737 /* Fastlanedemoapp */; + targetProxy = B411CDBE2DDC55370025D737 /* PBXContainerItemProxy */; + }; + B411CDC92DDC55370025D737 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = B411CDAB2DDC552D0025D737 /* Fastlanedemoapp */; + targetProxy = B411CDC82DDC55370025D737 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + B411CDCF2DDC55370025D737 /* 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; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + B411CDD02DDC55370025D737 /* 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; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SWIFT_COMPILATION_MODE = wholemodule; + }; + name = Release; + }; + B411CDD22DDC55370025D737 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = Fastlanedemoapp/Fastlanedemoapp.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"Fastlanedemoapp/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 = 18.2; + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 15.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sangeeths03.Fastlanedemoapp; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Debug; + }; + B411CDD32DDC55370025D737 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = Fastlanedemoapp/Fastlanedemoapp.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"Fastlanedemoapp/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 = 18.2; + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 15.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sangeeths03.Fastlanedemoapp; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Release; + }; + B411CDD52DDC55370025D737 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MACOSX_DEPLOYMENT_TARGET = 15.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sangeeths03.FastlanedemoappTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Fastlanedemoapp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Fastlanedemoapp"; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Debug; + }; + B411CDD62DDC55370025D737 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MACOSX_DEPLOYMENT_TARGET = 15.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sangeeths03.FastlanedemoappTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Fastlanedemoapp.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Fastlanedemoapp"; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Release; + }; + B411CDD82DDC55370025D737 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MACOSX_DEPLOYMENT_TARGET = 15.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sangeeths03.FastlanedemoappUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_TARGET_NAME = Fastlanedemoapp; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Debug; + }; + B411CDD92DDC55370025D737 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 18.2; + MACOSX_DEPLOYMENT_TARGET = 15.2; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sangeeths03.FastlanedemoappUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2,7"; + TEST_TARGET_NAME = Fastlanedemoapp; + XROS_DEPLOYMENT_TARGET = 2.2; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + B411CDA72DDC552D0025D737 /* Build configuration list for PBXProject "Fastlanedemoapp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B411CDCF2DDC55370025D737 /* Debug */, + B411CDD02DDC55370025D737 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B411CDD12DDC55370025D737 /* Build configuration list for PBXNativeTarget "Fastlanedemoapp" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B411CDD22DDC55370025D737 /* Debug */, + B411CDD32DDC55370025D737 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B411CDD42DDC55370025D737 /* Build configuration list for PBXNativeTarget "FastlanedemoappTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B411CDD52DDC55370025D737 /* Debug */, + B411CDD62DDC55370025D737 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B411CDD72DDC55370025D737 /* Build configuration list for PBXNativeTarget "FastlanedemoappUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B411CDD82DDC55370025D737 /* Debug */, + B411CDD92DDC55370025D737 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = B411CDA42DDC552D0025D737 /* Project object */; +} diff --git a/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..919434a6 --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/project.xcworkspace/xcuserdata/sangeeths03.xcuserdatad/UserInterfaceState.xcuserstate b/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/project.xcworkspace/xcuserdata/sangeeths03.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 00000000..b1e81393 Binary files /dev/null and b/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/project.xcworkspace/xcuserdata/sangeeths03.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/xcuserdata/sangeeths03.xcuserdatad/xcschemes/xcschememanagement.plist b/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/xcuserdata/sangeeths03.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 00000000..d5b8ddcb --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp.xcodeproj/xcuserdata/sangeeths03.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Fastlanedemoapp.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/Fastlanedemoapp/Fastlanedemoapp/Assets.xcassets/AccentColor.colorset/Contents.json b/Fastlanedemoapp/Fastlanedemoapp/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 00000000..eb878970 --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Fastlanedemoapp/Fastlanedemoapp/Assets.xcassets/AppIcon.appiconset/Contents.json b/Fastlanedemoapp/Fastlanedemoapp/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..ffdfe150 --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,85 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "tinted" + } + ], + "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/Fastlanedemoapp/Fastlanedemoapp/Assets.xcassets/Contents.json b/Fastlanedemoapp/Fastlanedemoapp/Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Fastlanedemoapp/Fastlanedemoapp/ContentView.swift b/Fastlanedemoapp/Fastlanedemoapp/ContentView.swift new file mode 100644 index 00000000..2e7f4126 --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp/ContentView.swift @@ -0,0 +1,24 @@ +// +// ContentView.swift +// Fastlanedemoapp +// +// Created by sangeeths03 on 20/05/25. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + VStack { + Image(systemName: "globe") + .imageScale(.large) + .foregroundStyle(.tint) + Text("Hello, world!") + } + .padding() + } +} + +#Preview { + ContentView() +} diff --git a/Fastlanedemoapp/Fastlanedemoapp/Fastlanedemoapp.entitlements b/Fastlanedemoapp/Fastlanedemoapp/Fastlanedemoapp.entitlements new file mode 100644 index 00000000..f2ef3ae0 --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp/Fastlanedemoapp.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-only + + + diff --git a/Fastlanedemoapp/Fastlanedemoapp/FastlanedemoappApp.swift b/Fastlanedemoapp/Fastlanedemoapp/FastlanedemoappApp.swift new file mode 100644 index 00000000..7738550b --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp/FastlanedemoappApp.swift @@ -0,0 +1,17 @@ +// +// FastlanedemoappApp.swift +// Fastlanedemoapp +// +// Created by sangeeths03 on 20/05/25. +// + +import SwiftUI + +@main +struct FastlanedemoappApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/Fastlanedemoapp/Fastlanedemoapp/Preview Content/Preview Assets.xcassets/Contents.json b/Fastlanedemoapp/Fastlanedemoapp/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Fastlanedemoapp/Fastlanedemoapp/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Fastlanedemoapp/FastlanedemoappTests/FastlanedemoappTests.swift b/Fastlanedemoapp/FastlanedemoappTests/FastlanedemoappTests.swift new file mode 100644 index 00000000..49ffa31d --- /dev/null +++ b/Fastlanedemoapp/FastlanedemoappTests/FastlanedemoappTests.swift @@ -0,0 +1,16 @@ +// +// FastlanedemoappTests.swift +// FastlanedemoappTests +// +// Created by sangeeths03 on 20/05/25. +// + +import Testing + +struct FastlanedemoappTests { + + @Test func example() async throws { + // Write your test here and use APIs like `#expect(...)` to check expected conditions. + } + +} diff --git a/Fastlanedemoapp/FastlanedemoappUITests/FastlanedemoappUITests.swift b/Fastlanedemoapp/FastlanedemoappUITests/FastlanedemoappUITests.swift new file mode 100644 index 00000000..4de099c9 --- /dev/null +++ b/Fastlanedemoapp/FastlanedemoappUITests/FastlanedemoappUITests.swift @@ -0,0 +1,43 @@ +// +// FastlanedemoappUITests.swift +// FastlanedemoappUITests +// +// Created by sangeeths03 on 20/05/25. +// + +import XCTest + +final class FastlanedemoappUITests: 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. + } + + @MainActor + 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. + } + + @MainActor + 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/Fastlanedemoapp/FastlanedemoappUITests/FastlanedemoappUITestsLaunchTests.swift b/Fastlanedemoapp/FastlanedemoappUITests/FastlanedemoappUITestsLaunchTests.swift new file mode 100644 index 00000000..04b18f57 --- /dev/null +++ b/Fastlanedemoapp/FastlanedemoappUITests/FastlanedemoappUITestsLaunchTests.swift @@ -0,0 +1,33 @@ +// +// FastlanedemoappUITestsLaunchTests.swift +// FastlanedemoappUITests +// +// Created by sangeeths03 on 20/05/25. +// + +import XCTest + +final class FastlanedemoappUITestsLaunchTests: XCTestCase { + + override class var runsForEachTargetApplicationUIConfiguration: Bool { + true + } + + override func setUpWithError() throws { + continueAfterFailure = false + } + + @MainActor + 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) + } +}