diff --git a/BeReal.xcodeproj/project.pbxproj b/BeReal.xcodeproj/project.pbxproj deleted file mode 100644 index 9583639..0000000 --- a/BeReal.xcodeproj/project.pbxproj +++ /dev/null @@ -1,433 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 56; - objects = { - -/* Begin PBXBuildFile section */ - 02659B192946AA6900C3AD63 /* SheetView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02659B182946AA6900C3AD63 /* SheetView.swift */; }; - 026D9825293B6374009FE888 /* Libraries in Frameworks */ = {isa = PBXBuildFile; productRef = 026D9824293B6374009FE888 /* Libraries */; }; - 02AE64EF29363DBF005A4AF3 /* BeRealApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02AE64EE29363DBF005A4AF3 /* BeRealApp.swift */; }; - 02AE64F129363DBF005A4AF3 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02AE64F029363DBF005A4AF3 /* ContentView.swift */; }; - 02AE64F329363DC1005A4AF3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 02AE64F229363DC1005A4AF3 /* Assets.xcassets */; }; - 02AE64F629363DC1005A4AF3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 02AE64F529363DC1005A4AF3 /* Preview Assets.xcassets */; }; - 4673A2AC294656A1000FE043 /* Cores in Frameworks */ = {isa = PBXBuildFile; productRef = 4673A2AB294656A1000FE043 /* Cores */; }; - 4694AAA0293A7C8800D54903 /* Modules in Frameworks */ = {isa = PBXBuildFile; productRef = 4694AA9F293A7C8800D54903 /* Modules */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 02659B182946AA6900C3AD63 /* SheetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SheetView.swift; sourceTree = ""; }; - 026D9823293B6365009FE888 /* Libraries */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Libraries; sourceTree = ""; }; - 02784F03293A8331005F839D /* Modules */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Modules; sourceTree = ""; }; - 02AE64EB29363DBF005A4AF3 /* BeReal.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BeReal.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 02AE64EE29363DBF005A4AF3 /* BeRealApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BeRealApp.swift; sourceTree = ""; }; - 02AE64F029363DBF005A4AF3 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; - 02AE64F229363DC1005A4AF3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 02AE64F529363DC1005A4AF3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - 02E4701B29506B5100269158 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 466D180A29465340003828DC /* Cores */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Cores; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 02AE64E829363DBF005A4AF3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4673A2AC294656A1000FE043 /* Cores in Frameworks */, - 026D9825293B6374009FE888 /* Libraries in Frameworks */, - 4694AAA0293A7C8800D54903 /* Modules in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 024E087A29514D35002C4DF9 /* App */ = { - isa = PBXGroup; - children = ( - 02AE64EE29363DBF005A4AF3 /* BeRealApp.swift */, - ); - path = App; - sourceTree = ""; - }; - 024E087B29514D40002C4DF9 /* Assets */ = { - isa = PBXGroup; - children = ( - 02AE64F229363DC1005A4AF3 /* Assets.xcassets */, - 02AE64F529363DC1005A4AF3 /* Preview Assets.xcassets */, - ); - path = Assets; - sourceTree = ""; - }; - 02659B152946AA2700C3AD63 /* UI */ = { - isa = PBXGroup; - children = ( - 02659B162946AA2E00C3AD63 /* Enumerations */, - 02659B172946AA4400C3AD63 /* Views */, - ); - path = UI; - sourceTree = ""; - }; - 02659B162946AA2E00C3AD63 /* Enumerations */ = { - isa = PBXGroup; - children = ( - 02659B182946AA6900C3AD63 /* SheetView.swift */, - ); - path = Enumerations; - sourceTree = ""; - }; - 02659B172946AA4400C3AD63 /* Views */ = { - isa = PBXGroup; - children = ( - 02AE64F029363DBF005A4AF3 /* ContentView.swift */, - ); - path = Views; - sourceTree = ""; - }; - 02AE64E229363DBF005A4AF3 = { - isa = PBXGroup; - children = ( - 02E4701B29506B5100269158 /* README.md */, - 466D180A29465340003828DC /* Cores */, - 026D9823293B6365009FE888 /* Libraries */, - 02784F03293A8331005F839D /* Modules */, - 02AE64ED29363DBF005A4AF3 /* BeReal */, - 02AE64EC29363DBF005A4AF3 /* Products */, - 4694AA9E293A7C8800D54903 /* Frameworks */, - ); - sourceTree = ""; - }; - 02AE64EC29363DBF005A4AF3 /* Products */ = { - isa = PBXGroup; - children = ( - 02AE64EB29363DBF005A4AF3 /* BeReal.app */, - ); - name = Products; - sourceTree = ""; - }; - 02AE64ED29363DBF005A4AF3 /* BeReal */ = { - isa = PBXGroup; - children = ( - 024E087A29514D35002C4DF9 /* App */, - 02659B152946AA2700C3AD63 /* UI */, - 024E087B29514D40002C4DF9 /* Assets */, - ); - path = BeReal; - sourceTree = ""; - }; - 4694AA9E293A7C8800D54903 /* Frameworks */ = { - isa = PBXGroup; - children = ( - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 02AE64EA29363DBF005A4AF3 /* BeReal */ = { - isa = PBXNativeTarget; - buildConfigurationList = 02AE650F29363DC1005A4AF3 /* Build configuration list for PBXNativeTarget "BeReal" */; - buildPhases = ( - 02AE64E729363DBF005A4AF3 /* Sources */, - 02AE64E829363DBF005A4AF3 /* Frameworks */, - 02AE64E929363DBF005A4AF3 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = BeReal; - packageProductDependencies = ( - 4694AA9F293A7C8800D54903 /* Modules */, - 026D9824293B6374009FE888 /* Libraries */, - 4673A2AB294656A1000FE043 /* Cores */, - ); - productName = BeReal; - productReference = 02AE64EB29363DBF005A4AF3 /* BeReal.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 02AE64E329363DBF005A4AF3 /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = 1; - LastSwiftUpdateCheck = 1410; - LastUpgradeCheck = 1410; - ORGANIZATIONNAME = "Röck+Cöde"; - TargetAttributes = { - 02AE64EA29363DBF005A4AF3 = { - CreatedOnToolsVersion = 14.1; - }; - }; - }; - buildConfigurationList = 02AE64E629363DBF005A4AF3 /* Build configuration list for PBXProject "BeReal" */; - compatibilityVersion = "Xcode 14.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 02AE64E229363DBF005A4AF3; - productRefGroup = 02AE64EC29363DBF005A4AF3 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 02AE64EA29363DBF005A4AF3 /* BeReal */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 02AE64E929363DBF005A4AF3 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 02AE64F629363DC1005A4AF3 /* Preview Assets.xcassets in Resources */, - 02AE64F329363DC1005A4AF3 /* Assets.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 02AE64E729363DBF005A4AF3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 02AE64F129363DBF005A4AF3 /* ContentView.swift in Sources */, - 02659B192946AA6900C3AD63 /* SheetView.swift in Sources */, - 02AE64EF29363DBF005A4AF3 /* BeRealApp.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 02AE650D29363DC1005A4AF3 /* 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; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - 02AE650E29363DC1005A4AF3 /* 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; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 02AE651029363DC1005A4AF3 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_ASSET_PATHS = "\"BeReal/Assets\""; - DEVELOPMENT_TEAM = 7FMNM89WKG; - ENABLE_PREVIEWS = YES; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_CFBundleDisplayName = "My Files"; - INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; - INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.rockncode.app.assignment.be-real"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = 1; - }; - name = Debug; - }; - 02AE651129363DC1005A4AF3 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_ASSET_PATHS = "\"BeReal/Assets\""; - DEVELOPMENT_TEAM = 7FMNM89WKG; - ENABLE_PREVIEWS = YES; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_CFBundleDisplayName = "My Files"; - INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; - INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; - IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.rockncode.app.assignment.be-real"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = 1; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 02AE64E629363DBF005A4AF3 /* Build configuration list for PBXProject "BeReal" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 02AE650D29363DC1005A4AF3 /* Debug */, - 02AE650E29363DC1005A4AF3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 02AE650F29363DC1005A4AF3 /* Build configuration list for PBXNativeTarget "BeReal" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 02AE651029363DC1005A4AF3 /* Debug */, - 02AE651129363DC1005A4AF3 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - -/* Begin XCSwiftPackageProductDependency section */ - 026D9824293B6374009FE888 /* Libraries */ = { - isa = XCSwiftPackageProductDependency; - productName = Libraries; - }; - 4673A2AB294656A1000FE043 /* Cores */ = { - isa = XCSwiftPackageProductDependency; - productName = Cores; - }; - 4694AA9F293A7C8800D54903 /* Modules */ = { - isa = XCSwiftPackageProductDependency; - productName = Modules; - }; -/* End XCSwiftPackageProductDependency section */ - }; - rootObject = 02AE64E329363DBF005A4AF3 /* Project object */; -} diff --git a/BeReal.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/BeReal.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/BeReal.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/BeReal.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/BeReal.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/BeReal.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/BeReal.xcodeproj/xcuserdata/logan.xcuserdatad/xcschemes/xcschememanagement.plist b/BeReal.xcodeproj/xcuserdata/logan.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index de91ed2..0000000 --- a/BeReal.xcodeproj/xcuserdata/logan.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - SchemeUserState - - BeReal.xcscheme_^#shared#^_ - - orderHint - 0 - - - - diff --git a/Libraries/Sources/DataModels/Keys/String+KeychainStorageKeys.swift b/Libraries/Sources/DataModels/Keys/String+KeychainStorageKeys.swift index e744ff8..050c0dd 100644 --- a/Libraries/Sources/DataModels/Keys/String+KeychainStorageKeys.swift +++ b/Libraries/Sources/DataModels/Keys/String+KeychainStorageKeys.swift @@ -8,6 +8,6 @@ public extension String { enum KeychainStorage { - public static let account = "com.rockncode.app.assignment.be-real.library.data-models.keychain.key.account" + public static let account = "com.rockncode.app.assignment.my-files.library.data-models.keychain.key.account" } } diff --git a/Libraries/Tests/KeychainStorageTests/Helpers/Extensions/String+KeychainStorageKeys.swift b/Libraries/Tests/KeychainStorageTests/Helpers/Extensions/String+KeychainStorageKeys.swift index 26fe8d6..29fac94 100644 --- a/Libraries/Tests/KeychainStorageTests/Helpers/Extensions/String+KeychainStorageKeys.swift +++ b/Libraries/Tests/KeychainStorageTests/Helpers/Extensions/String+KeychainStorageKeys.swift @@ -8,7 +8,7 @@ extension String { enum Keys { - static let someKey = "com.rockncode.app.assignment.be-real.library.keychain-storage.test.key.some-key" - static let someOtherKey = "com.rockncode.app.assignment.be-real.library.keychain-storage.test.key.some-other-key" + static let someKey = "com.rockncode.app.assignment.my-files.library.keychain-storage.test.key.some-key" + static let someOtherKey = "com.rockncode.app.assignment.my-files.library.keychain-storage.test.key.some-other-key" } } diff --git a/Libraries/Tests/KeychainStorageTests/Helpers/Mocks/KeychainStorageMock.swift b/Libraries/Tests/KeychainStorageTests/Helpers/Mocks/KeychainStorageMock.swift index e9c6344..b2c8577 100644 --- a/Libraries/Tests/KeychainStorageTests/Helpers/Mocks/KeychainStorageMock.swift +++ b/Libraries/Tests/KeychainStorageTests/Helpers/Mocks/KeychainStorageMock.swift @@ -15,7 +15,7 @@ class KeychainStorageMock { private var storage: [String: Data] private let concurrentQueue = DispatchQueue( - label: "com.rockncode.app.assignment.be-real.library.keychain-storage.test.queue.keychain-storage", + label: "com.rockncode.app.assignment.my-files.library.keychain-storage.test.queue.keychain-storage", attributes: .concurrent ) diff --git a/Modules/Sources/Profile/UI/Views/ProfileView.swift b/Modules/Sources/Profile/UI/Views/ProfileView.swift index d72fe28..53bbd32 100644 --- a/Modules/Sources/Profile/UI/Views/ProfileView.swift +++ b/Modules/Sources/Profile/UI/Views/ProfileView.swift @@ -1,6 +1,6 @@ // // ProfileView.swift -// BeReal +// Profile // // Created by Javier Cicchelli on 03/12/2022. // Copyright © 2022 Röck+Cöde. All rights reserved. diff --git a/BeReal/App/BeRealApp.swift b/MyFiles/App/MyFilesApp.swift similarity index 79% rename from BeReal/App/BeRealApp.swift rename to MyFiles/App/MyFilesApp.swift index 5aed7ce..2489368 100644 --- a/BeReal/App/BeRealApp.swift +++ b/MyFiles/App/MyFilesApp.swift @@ -1,6 +1,6 @@ // -// BeRealApp.swift -// BeReal +// MyFilesApp.swift +// MyFiles // // Created by Javier Cicchelli on 29/11/2022. // Copyright © 2022 Röck+Cöde. All rights reserved. @@ -9,7 +9,7 @@ import SwiftUI @main -struct BeRealApp: App { +struct MyFilesApp: App { var body: some Scene { WindowGroup { ContentView() diff --git a/BeReal/Assets/Assets.xcassets/AccentColor.colorset/Contents.json b/MyFiles/Assets/Assets.xcassets/AccentColor.colorset/Contents.json similarity index 100% rename from BeReal/Assets/Assets.xcassets/AccentColor.colorset/Contents.json rename to MyFiles/Assets/Assets.xcassets/AccentColor.colorset/Contents.json diff --git a/BeReal/Assets/Assets.xcassets/AppIcon.appiconset/Contents.json b/MyFiles/Assets/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from BeReal/Assets/Assets.xcassets/AppIcon.appiconset/Contents.json rename to MyFiles/Assets/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/BeReal/Assets/Assets.xcassets/AppIcon.appiconset/MyFiles.png b/MyFiles/Assets/Assets.xcassets/AppIcon.appiconset/MyFiles.png similarity index 100% rename from BeReal/Assets/Assets.xcassets/AppIcon.appiconset/MyFiles.png rename to MyFiles/Assets/Assets.xcassets/AppIcon.appiconset/MyFiles.png diff --git a/BeReal/Assets/Assets.xcassets/Contents.json b/MyFiles/Assets/Assets.xcassets/Contents.json similarity index 100% rename from BeReal/Assets/Assets.xcassets/Contents.json rename to MyFiles/Assets/Assets.xcassets/Contents.json diff --git a/BeReal/Assets/Preview Assets.xcassets/Contents.json b/MyFiles/Assets/Preview Assets.xcassets/Contents.json similarity index 100% rename from BeReal/Assets/Preview Assets.xcassets/Contents.json rename to MyFiles/Assets/Preview Assets.xcassets/Contents.json diff --git a/BeReal/UI/Enumerations/SheetView.swift b/MyFiles/UI/Enumerations/SheetView.swift similarity index 96% rename from BeReal/UI/Enumerations/SheetView.swift rename to MyFiles/UI/Enumerations/SheetView.swift index ea67624..a69cace 100644 --- a/BeReal/UI/Enumerations/SheetView.swift +++ b/MyFiles/UI/Enumerations/SheetView.swift @@ -1,6 +1,6 @@ // // SheetView.swift -// BeReal +// MyFiles // // Created by Javier Cicchelli on 12/12/2022. // Copyright © 2022 Röck+Cöde. All rights reserved. diff --git a/BeReal/UI/Views/ContentView.swift b/MyFiles/UI/Views/ContentView.swift similarity index 99% rename from BeReal/UI/Views/ContentView.swift rename to MyFiles/UI/Views/ContentView.swift index bd0359c..740afe2 100644 --- a/BeReal/UI/Views/ContentView.swift +++ b/MyFiles/UI/Views/ContentView.swift @@ -1,6 +1,6 @@ // // ContentView.swift -// BeReal +// MyFiles // // Created by Javier Cicchelli on 29/11/2022. // Copyright © 2022 Röck+Cöde. All rights reserved. diff --git a/README.md b/README.md index e2f4e45..fb0d1b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# BeReal assignment - -The _"My Files"_ application was created as a result of the requirements defined by the given assignment by [BeReal](https://bereal.com/en). +# Assignment: My Files app ## App