From fd49d7d566abbf8297f7dd2ce043ea3167e0b48b Mon Sep 17 00:00:00 2001 From: Mert <101130780+mertalev@users.noreply.github.com> Date: Thu, 5 Feb 2026 14:16:21 -0500 Subject: [PATCH] chore(mobile): skip macro validation (#25744) * use podfile * update deps --- mobile/ios/Podfile | 2 ++ mobile/ios/Podfile.lock | 2 +- .../xcshareddata/swiftpm/Package.resolved | 30 ++++--------------- 3 files changed, 9 insertions(+), 25 deletions(-) diff --git a/mobile/ios/Podfile b/mobile/ios/Podfile index ca0166a382..a236b027f5 100644 --- a/mobile/ios/Podfile +++ b/mobile/ios/Podfile @@ -121,4 +121,6 @@ post_install do |installer| end # End of the permission_handler configuration end + system("defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES") + system("defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES") end diff --git a/mobile/ios/Podfile.lock b/mobile/ios/Podfile.lock index 8b8e19fedf..e1ec4aff07 100644 --- a/mobile/ios/Podfile.lock +++ b/mobile/ios/Podfile.lock @@ -250,6 +250,6 @@ SPEC CHECKSUMS: url_launcher_ios: 694010445543906933d732453a59da0a173ae33d wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556 -PODFILE CHECKSUM: 7ce312f2beab01395db96f6969d90a447279cf45 +PODFILE CHECKSUM: 938abbae4114b9c2140c550a2a0d8f7c674f5dfe COCOAPODS: 1.16.2 diff --git a/mobile/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved b/mobile/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved index ff8a53ff4b..4962230c22 100644 --- a/mobile/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/mobile/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/groue/GRDB.swift", "state" : { - "revision" : "18497b68fdbb3a09528d260a0a0e1e7e61c8c53d", - "version" : "7.8.0" + "revision" : "aa0079aeb82a4bf00324561a40bffe68c6fe1c26", + "version" : "7.9.0" } }, { @@ -24,17 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/sqlite-data", "state" : { - "revision" : "b66b894b9a5710f1072c8eb6448a7edfc2d743d9", - "version" : "1.3.0" - } - }, - { - "identity" : "swift-case-paths", - "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-case-paths", - "state" : { - "revision" : "6989976265be3f8d2b5802c722f9ba168e227c71", - "version" : "1.7.2" + "revision" : "05704b563ecb7f0bd7e49b6f360a6383a3e53e7d", + "version" : "1.5.1" } }, { @@ -132,8 +123,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-structured-queries", "state" : { - "revision" : "1447ea20550f6f02c4b48cc80931c3ed40a9c756", - "version" : "0.25.0" + "revision" : "d8163b3a98f3c8434c4361e85126db449d84bc66", + "version" : "0.30.0" } }, { @@ -145,15 +136,6 @@ "version" : "602.0.0" } }, - { - "identity" : "swift-tagged", - "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-tagged", - "state" : { - "revision" : "3907a9438f5b57d317001dc99f3f11b46882272b", - "version" : "0.10.0" - } - }, { "identity" : "xctest-dynamic-overlay", "kind" : "remoteSourceControl",