mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
chore(mobile): skip macro validation (#25744)
* use podfile * update deps
This commit is contained in:
parent
ad9f3cfa05
commit
fd49d7d566
3 changed files with 9 additions and 25 deletions
|
|
@ -121,4 +121,6 @@ post_install do |installer|
|
||||||
end
|
end
|
||||||
# End of the permission_handler configuration
|
# End of the permission_handler configuration
|
||||||
end
|
end
|
||||||
|
system("defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES")
|
||||||
|
system("defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES")
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -250,6 +250,6 @@ SPEC CHECKSUMS:
|
||||||
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
|
url_launcher_ios: 694010445543906933d732453a59da0a173ae33d
|
||||||
wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556
|
wakelock_plus: e29112ab3ef0b318e58cfa5c32326458be66b556
|
||||||
|
|
||||||
PODFILE CHECKSUM: 7ce312f2beab01395db96f6969d90a447279cf45
|
PODFILE CHECKSUM: 938abbae4114b9c2140c550a2a0d8f7c674f5dfe
|
||||||
|
|
||||||
COCOAPODS: 1.16.2
|
COCOAPODS: 1.16.2
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/groue/GRDB.swift",
|
"location" : "https://github.com/groue/GRDB.swift",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "18497b68fdbb3a09528d260a0a0e1e7e61c8c53d",
|
"revision" : "aa0079aeb82a4bf00324561a40bffe68c6fe1c26",
|
||||||
"version" : "7.8.0"
|
"version" : "7.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -24,17 +24,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/pointfreeco/sqlite-data",
|
"location" : "https://github.com/pointfreeco/sqlite-data",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "b66b894b9a5710f1072c8eb6448a7edfc2d743d9",
|
"revision" : "05704b563ecb7f0bd7e49b6f360a6383a3e53e7d",
|
||||||
"version" : "1.3.0"
|
"version" : "1.5.1"
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"identity" : "swift-case-paths",
|
|
||||||
"kind" : "remoteSourceControl",
|
|
||||||
"location" : "https://github.com/pointfreeco/swift-case-paths",
|
|
||||||
"state" : {
|
|
||||||
"revision" : "6989976265be3f8d2b5802c722f9ba168e227c71",
|
|
||||||
"version" : "1.7.2"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -132,8 +123,8 @@
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/pointfreeco/swift-structured-queries",
|
"location" : "https://github.com/pointfreeco/swift-structured-queries",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "1447ea20550f6f02c4b48cc80931c3ed40a9c756",
|
"revision" : "d8163b3a98f3c8434c4361e85126db449d84bc66",
|
||||||
"version" : "0.25.0"
|
"version" : "0.30.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -145,15 +136,6 @@
|
||||||
"version" : "602.0.0"
|
"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",
|
"identity" : "xctest-dynamic-overlay",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue