Skip to content

Commit

Permalink
Old xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
lickel committed Sep 26, 2024
1 parent 03bead7 commit 0d1b78c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FetchRequests.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Pod::Spec.new do |s|
s.macos.deployment_target = macos_deployment_target
s.visionos.deployment_target = visionos_deployment_target

s.swift_versions = ['5.0', '6.0']
#s.swift_versions = ['5.0', '6.0']
s.swift_version = '5.0'

s.source_files = [
'FetchRequests/simplediff-swift/simplediff.swift',
Expand Down

0 comments on commit 0d1b78c

Please sign in to comment.