this repo has no description
at fixPythonPipStalling 158 lines 3.6 kB view raw
1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 6 <key>AdditionalInfo</key> 7 <dict> 8 <key>BuildMachineOSBuild</key> 9 <string>$(MAC_OS_X_PRODUCT_BUILD_VERSION)</string> 10 <key>CFBundleSupportedPlatforms</key> 11 <array> 12 <string>MacOSX</string> 13 </array> 14 <key>DTCompiler</key> 15 <string>$(GCC_VERSION)</string> 16 <key>DTPlatformBuild</key> 17 <string>$(PLATFORM_PRODUCT_BUILD_VERSION)</string> 18 <key>DTPlatformVersion</key> 19 <string>GM</string> 20 <key>DTSDKBuild</key> 21 <string>$(SDK_PRODUCT_BUILD_VERSION)</string> 22 <key>DTSDKName</key> 23 <string>$(SDK_NAME)</string> 24 <key>DTXcode</key> 25 <string>$(XCODE_VERSION_ACTUAL)</string> 26 <key>DTXcodeBuild</key> 27 <string>$(XCODE_PRODUCT_BUILD_VERSION)</string> 28 </dict> 29 30 <!-- OS Version that build this --> 31 <key>BuildMachineOSBuild</key> 32 <string>17E148</string> 33 34 <!-- Development region --> 35 <key>CFBundleDevelopmentRegion</key> 36 <string>English</string> 37 38 <!-- Bundle identifier --> 39 <key>CFBundleIdentifier</key> 40 <string>com.apple.platform.macosx</string> 41 42 <!-- Platform name --> 43 <key>CFBundleName</key> 44 <string>Darling platform</string> 45 46 <!-- Platform version (again) --> 47 <key>CFBundleShortVersionString</key> 48 <string>1.1</string> 49 50 <!-- Supported platforms (This is a platform) --> 51 <key>CFBundleSupportedPlatforms</key> 52 <array> 53 <string>MacOSX</string> 54 </array> 55 56 <!-- Build --> 57 <key>CFBundleVersion</key> 58 <string>14009</string> 59 60 <!-- Compiler that made this --> 61 <key>DTCompiler</key> 62 <string>com.apple.compilers.llvm.clang.1_0</string> 63 64 <!-- Platform build --> 65 <key>DTPlatformBuild</key> 66 <string>9E499</string> 67 68 <!-- Platform version --> 69 <key>DTPlatformVersion</key> 70 <string>GM</string> 71 72 <!-- Build --> 73 <key>DTSDKBuild</key> 74 <string>17E158</string> 75 76 <!-- Platform that built this --> 77 <key>DTSDKName</key> 78 <string>macosx10.13internal</string> 79 80 <!-- Xcode version --> 81 <key>DTXcode</key> 82 <string>0930</string> 83 84 <!-- Xcoe build --> 85 <key>DTXcodeBuild</key> 86 <string>9E499</string> 87 88 <!-- Platform settings --> 89 <key>DefaultDebuggerSettings</key> 90 <dict> 91 <key>RunInDebugger</key> 92 <string>YES</string> 93 </dict> 94 95 <!-- Properties / Behavior --> 96 <key>DefaultProperties</key> 97 <dict> 98 <key>DEFAULT_COMPILER</key> 99 <string>com.apple.compilers.llvm.clang.1_0</string> 100 101 <key>STRIP_PNG_TEXT</key> 102 <string>NO</string> 103 104 <key>DEPLOYMENT_TARGET_CLANG_ENV_NAME</key> 105 <string>MACOSX_DEPLOYMENT_TARGET</string> 106 107 <key>DEPLOYMENT_TARGET_SETTING_NAME</key> 108 <string>MACOSX_DEPLOYMENT_TARGET</string> 109 110 <key>COMPRESS_PNG_FILES</key> 111 <string>NO</string> 112 113 <key>EMBEDDED_PROFILE_NAME</key> 114 <string>embedded.provisionprofile</string> 115 116 <key>DEPLOYMENT_TARGET_CLANG_FLAG_NAME</key> 117 <string>mmacosx-version-min</string> 118 119 </dict> 120 121 <!-- Platform description --> 122 <key>Description</key> 123 <string>Darling Platform</string> 124 125 <!-- Platform Family identifier --> 126 <key>FamilyIdentifier</key> 127 <string>macosx</string> 128 129 <!-- Platform family --> 130 <key>FamilyName</key> 131 <string>macOS</string> 132 133 <!-- Platform Icon --> 134 <key>Icon</key> 135 <string>macOS.icns</string> 136 137 <!-- Platform identifier --> 138 <key>Identifier</key> 139 <string>com.apple.platform.macosx</string> 140 141 <!-- Minimum supported SDK version --> 142 <key>MinimumSDKVersion</key> 143 <string>10.11</string> 144 145 <!-- Name --> 146 <key>Name</key> 147 <string>macosx</string> 148 149 <!-- Type --> 150 <key>Type</key> 151 <string>Platform</string> 152 153 <!-- Platform version --> 154 <key>Version</key> 155 <string>1.1</string> 156 157</dict> 158</plist>