Skip to content

Commit 030bdf6

Browse files
authored
[V4] Fix jazzy docs (#1577)
## Summary - Setting minimum iOS version to 12
2 parents 73a1954 + d946034 commit 030bdf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/generate_documentation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ swift package generate-xcodeproj
1515

1616
# Create a Podfile with our pod as dependency.
1717
echo "
18-
platform :ios, '11.0'
18+
platform :ios, '13.0'
1919
2020
target '$PROJECT_NAME' do
2121
use_frameworks!

0 commit comments

Comments
 (0)