info.plist
来自「iPhone SDK中UITableView的使用」· PLIST 代码 · 共 24 行
PLIST
24 行
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleIdentifier</key> <string>com.apple.xcode.dsym.com.yourcompany.CustomTableViewCell</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>dSYM</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1.9</string> <key>dSYM_UUID</key> <dict> <key>i386</key> <string>557866B8-C2CA-90FF-A9C1-EF0040EE547A</string> </dict> </dict></plist>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?