From 58a76541bdab5a2ad099bbe004c0ffac032b75d2 Mon Sep 17 00:00:00 2001 From: Marcin Czachurski Date: Tue, 10 Oct 2023 18:20:38 +0200 Subject: [PATCH] Update Drops dependency to newest version --- README.md | 14 ++++++++++---- Vernissage.xcodeproj/project.pbxproj | 12 ++++++------ .../xcshareddata/swiftpm/Package.resolved | 4 ++-- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7cf5c52..9a87e4a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,13 @@ Then you have to open files in these folders and translate them 🇯🇵🇫🇷 From time to time you have to come back and translate lines which has been added since the last translation. ## Technical debt - - Use auto generated resources (Color/Images) instead static extensions (how to do this in separete Swift Packages?) - - Enable swiftlint (https://github.com/realm/SwiftLint/issues/5053) - - Investigate new (iOS 17) Observables - - Check how to migrate to SwiftData (iOS 17) + +Things that should be implemented in version 2.0: + + - [ ] Use auto generated resources (Color/Images) instead static extensions (how to do this in separete Swift Packages?) + - [ ] Move to xcstring (new Xcode transaction system) + - [ ] Move to new Observable macro (iOS 17) + - [ ] Migrate to SwiftData (iOS 17) + - [ ] Use ViewModels + - [ ] Add tips (new TipKit framework in iOS 17) + - [ ] Enable swiftlint (https://github.com/realm/SwiftLint/issues/5053) diff --git a/Vernissage.xcodeproj/project.pbxproj b/Vernissage.xcodeproj/project.pbxproj index 148e560..78e5f25 100644 --- a/Vernissage.xcodeproj/project.pbxproj +++ b/Vernissage.xcodeproj/project.pbxproj @@ -1374,7 +1374,7 @@ CODE_SIGN_ENTITLEMENTS = VernissageWidget/VernissageWidgetExtension.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 304; + CURRENT_PROJECT_VERSION = 305; DEVELOPMENT_TEAM = B2U9FEKYP8; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = VernissageWidget/Info.plist; @@ -1405,7 +1405,7 @@ ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; CODE_SIGN_ENTITLEMENTS = VernissageWidget/VernissageWidgetExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 304; + CURRENT_PROJECT_VERSION = 305; DEVELOPMENT_TEAM = B2U9FEKYP8; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = VernissageWidget/Info.plist; @@ -1435,7 +1435,7 @@ CODE_SIGN_ENTITLEMENTS = VernissageShare/VernissageShareExtension.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 304; + CURRENT_PROJECT_VERSION = 305; DEVELOPMENT_TEAM = B2U9FEKYP8; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = VernissageShare/Info.plist; @@ -1464,7 +1464,7 @@ ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = NO; CODE_SIGN_ENTITLEMENTS = VernissageShare/VernissageShareExtension.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 304; + CURRENT_PROJECT_VERSION = 305; DEVELOPMENT_TEAM = B2U9FEKYP8; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = VernissageShare/Info.plist; @@ -1618,7 +1618,7 @@ CODE_SIGN_ENTITLEMENTS = Vernissage/Vernissage.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 304; + CURRENT_PROJECT_VERSION = 305; DEVELOPMENT_ASSET_PATHS = "\"Vernissage/Preview Content\""; DEVELOPMENT_TEAM = B2U9FEKYP8; ENABLE_PREVIEWS = YES; @@ -1661,7 +1661,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Vernissage/Vernissage.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 304; + CURRENT_PROJECT_VERSION = 305; DEVELOPMENT_ASSET_PATHS = "\"Vernissage/Preview Content\""; DEVELOPMENT_TEAM = B2U9FEKYP8; ENABLE_PREVIEWS = YES; diff --git a/Vernissage.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Vernissage.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index c3f066e..165566c 100644 --- a/Vernissage.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Vernissage.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/omaralbeik/Drops", "state" : { - "revision" : "f4eabe3e4e5da69e5205a69a5ddc0effd4a90519", - "version" : "1.6.1" + "revision" : "a183ee6f79f21c940092a19c2cba756555422371", + "version" : "1.7.0" } }, {