Skip to content

Commit a143645

Browse files
committed
Add MacCatalyst resources
1 parent e1898c1 commit a143645

29 files changed

+1881
-0
lines changed

MacCatalyst/README.rst

Lines changed: 375 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3+
<plist version="0.9">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>Python</string>
9+
<key>CFBundleGetInfoString</key>
10+
<string>Python Runtime and Library</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>@PYTHONFRAMEWORKIDENTIFIER@</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>Python</string>
17+
<key>CFBundlePackageType</key>
18+
<string>FMWK</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>%VERSION%</string>
21+
<key>CFBundleLongVersionString</key>
22+
<string>%VERSION%, (c) 2001-2024 Python Software Foundation.</string>
23+
<key>CFBundleSignature</key>
24+
<string>????</string>
25+
<key>CFBundleVersion</key>
26+
<string>%VERSION%</string>
27+
<key>CFBundleSupportedPlatforms</key>
28+
<array>
29+
<string>iPhoneOS</string>
30+
</array>
31+
<key>MinimumOSVersion</key>
32+
<string>@IPHONEOS_DEPLOYMENT_TARGET@</string>
33+
</dict>
34+
</plist>

0 commit comments

Comments
 (0)