diff options
| author | ruki <[email protected]> | 2020-04-04 20:36:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-04 20:36:34 +0800 |
| commit | 82c4738ba1f8c7839d272b5e9d7e818efa97bdbf (patch) | |
| tree | e3101ff254fa1594a7e3646230c0daa0e3cf1529 /tests/projects/objc/framework | |
| parent | e8ac9b7af5b402999a9408e808b22c66dc53ef36 (diff) | |
update info.plist
Diffstat (limited to 'tests/projects/objc/framework')
| -rw-r--r-- | tests/projects/objc/framework/src/Info.plist | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/tests/projects/objc/framework/src/Info.plist b/tests/projects/objc/framework/src/Info.plist index 20608314e..c3ae3d9cc 100644 --- a/tests/projects/objc/framework/src/Info.plist +++ b/tests/projects/objc/framework/src/Info.plist @@ -2,22 +2,44 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>BuildMachineOSBuild</key> + <string>18G95</string> <key>CFBundleDevelopmentRegion</key> - <string>$(DEVELOPMENT_LANGUAGE)</string> + <string>en</string> <key>CFBundleExecutable</key> - <string>$(EXECUTABLE_NAME)</string> + <string>test</string> <key>CFBundleIdentifier</key> - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> + <string>org.tboox.test</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> - <string>$(PRODUCT_NAME)</string> + <string>test1</string> <key>CFBundlePackageType</key> - <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> + <string>FMWK</string> <key>CFBundleShortVersionString</key> <string>1.0</string> + <key>CFBundleSupportedPlatforms</key> + <array> + <string>MacOSX</string> + </array> <key>CFBundleVersion</key> - <string>$(CURRENT_PROJECT_VERSION)</string> + <string>1</string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string>11B52</string> + <key>DTPlatformVersion</key> + <string>GM</string> + <key>DTSDKBuild</key> + <string>19B81</string> + <key>DTSDKName</key> + <string>macosx10.15</string> + <key>DTXcode</key> + <string>1120</string> + <key>DTXcodeBuild</key> + <string>11B52</string> + <key>LSMinimumSystemVersion</key> + <string>10.14</string> <key>NSHumanReadableCopyright</key> <string>Copyright © 2020 tboox. All rights reserved.</string> </dict> |
