summaryrefslogtreecommitdiffstats
path: root/iOS/Resources
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2024-03-28 07:59:33 (GMT)
committerGitHub <noreply@github.com>2024-03-28 07:59:33 (GMT)
commitf006338017cfbf846e8f7391b9ee5f69df8dc620 (patch)
tree6db12f901d882f53401dc2d3fafbe101c2b8fdbc /iOS/Resources
parentb44898299a2ed97045c270f6474785da2ff07ced (diff)
downloadcpython-f006338017cfbf846e8f7391b9ee5f69df8dc620.zip
cpython-f006338017cfbf846e8f7391b9ee5f69df8dc620.tar.gz
cpython-f006338017cfbf846e8f7391b9ee5f69df8dc620.tar.bz2
gh-114099: Additions to standard library to support iOS (GH-117052)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'iOS/Resources')
-rw-r--r--iOS/Resources/Info.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOS/Resources/Info.plist.in b/iOS/Resources/Info.plist.in
index 52c0a6e..c3e261e 100644
--- a/iOS/Resources/Info.plist.in
+++ b/iOS/Resources/Info.plist.in
@@ -29,6 +29,6 @@
<string>iPhoneOS</string>
</array>
<key>MinimumOSVersion</key>
- <string>@IOS_DEPLOYMENT_TARGET@</string>
+ <string>@IPHONEOS_DEPLOYMENT_TARGET@</string>
</dict>
</plist>