⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 info.plist

📁 一个可以演示OpenGL在xcode里的画点的程序
💻 PLIST
字号:
<?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>CFBundleDevelopmentRegion</key>	<string>English</string>	<key>CFBundleDisplayName</key>	<string>${PRODUCT_NAME}</string>	<key>CFBundleExecutable</key>	<string>${EXECUTABLE_NAME}</string>	<key>CFBundleIdentifier</key>	<string>com.yourcompany.${PRODUCT_NAME:identifier}</string>	<key>CFBundleInfoDictionaryVersion</key>	<string>6.0</string>	<key>CFBundlePackageType</key>	<string>APPL</string>	<key>CFBundleVersion</key>	<string>1.6</string>	<key>LSRequiresiPhoneOS</key>	<true/>	<key>UIStatusBarHidden</key>	<true/></dict></plist>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -