支持spm的通用仓库(备用,目前文档没有对外)
lpw
2025-07-03 992de0855d2496c35331b1289e0e64fd09b82c4d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>CFBundleExecutable</key>
  <string>GoogleAdsOnDeviceConversion</string>
  <key>CFBundleIdentifier</key>
  <string>com.google.ads.GoogleAdsOnDeviceConversion</string>
  <key>CFBundleInfoDictionaryVersion</key>
  <string>6.0</string>
  <key>CFBundleName</key>
  <string>GoogleAdsOnDeviceConversion</string>
  <key>CFBundlePackageType</key>
  <string>FMWK</string>
  <key>CFBundleVersion</key>
  <string>2.0.0</string>
  <key>CFBundleShortVersionString</key>
  <string>2.0.0</string>
  <key>DTSDKName</key>
  <string>iphonesimulator11.2</string>
  <key>MinimumOSVersion</key>
  <string>100.0</string>
</dict>
</plist>