Facebook Sharer
选择您要替换的背景颜色:
【农历新年】背景图片:
个性化设定
 注册  找回密码
查看: 1258|回复: 0
打印 上一主题 下一主题

谁可以帮我看看这2个list有什么不同?是ios 的 求大神

[复制链接]

12

主题

0

好友

680

积分

青铜长老

Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

跳转到指定楼层
1#
发表于 2012-11-2 07:52 PM |只看该作者 |倒序浏览
c<?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>忘仙c</string>
        <key>CFBundleExecutable</key>
        <string>忘仙</string>
        <key>CFBundleIconFile</key>
        <string>icon.png</string>
        <key>CFBundleIconFiles</key>
        <array>
                <string>icon@2x.png</string>
        </array>
        <key>CFBundleIdentifier</key>
        <string>com.sqagec.mieshi</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6</string>
        <key>CFBundleName</key>
        <string>忘仙</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleResourceSpecification</key>
        <string>ResourceRules.plist</string>
        <key>CFBundleShortVersionString</key>
        <string>1.6.82</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleSupportedPlatforms</key>
        <array>
                <string>iPhoneOS</string>
        </array>
        <key>CFBundleURLTypes</key>
        <array>
                <dict>
                        <key>CFBundleURLName</key>
                        <string></string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>wangxian</string>
                        </array>
                </dict>
        </array>
        <key>CFBundleVersion</key>
        <string>82</string>
        <key>DTCompiler</key>
        <string>4.2</string>
        <key>DTPlatformBuild</key>
        <string>8C134</string>
        <key>DTPlatformName</key>
        <string>iphoneos</string>
        <key>DTPlatformVersion</key>
        <string>4.2 Seed 2</string>
        <key>DTSDKName</key>
        <string>iphoneos4.2</string>
        <key>DTXcode</key>
        <string>0325</string>
        <key>DTXcodeBuild</key>
        <string>10M2423</string>
        <key>Icon already includes gloss and bevel effects</key>
        <true/>
        <key>LSRequiresIPhoneOS</key>
        <true/>
        <key>MinimumOSVersion</key>
        <string>4.2</string>
        <key>SignerIdentity</key>
        <string>Apple iPhone OS Application Signing</string>
        <key>UIDeviceFamily</key>
        <array>
                <integer>1</integer>
                <integer>2</integer>
        </array>
        <key>UIPrerenderedIcon</key>
        <true/>
        <key>UISupportedInterfaceOrientations</key>
        <array>
                <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
</dict>
</plist>

以上是旧的版本,我是修改签名,就可以创建共存在 ipad 也可以同时运行。可是重新安装以下的版本后,也改了签名可以共存,但不能同时运行。求大神帮忙

<?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>BuildMachineOSBuild</key>
        <string>11E53</string>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
        <key>CFBundleDisplayName</key>
        <string>忘仙a</string>
        <key>CFBundleExecutable</key>
        <string>忘仙</string>
        <key>CFBundleIconFile</key>
        <string>icon.png</string>
        <key>CFBundleIconFiles</key>
        <array>
                <string>icon@2x.png</string>
        </array>
        <key>CFBundleIdentifier</key>
        <string>com.sqagea.mieshi</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>7</string>
        <key>CFBundleName</key>
        <string>忘仙</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleResourceSpecification</key>
        <string>ResourceRules.plist</string>
        <key>CFBundleShortVersionString</key>
        <string>1.7.19</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleSupportedPlatforms</key>
        <array>
                <string>iPhoneOS</string>
        </array>
        <key>CFBundleURLTypes</key>
        <array>
                <dict>
                        <key>CFBundleURLName</key>
                        <string></string>
                        <key>CFBundleURLSchemes</key>
                        <array>
                                <string>wangxian</string>
                        </array>
                </dict>
        </array>
        <key>CFBundleVersion</key>
        <string>1.7.19</string>
        <key>DTCompiler</key>
        <string></string>
        <key>DTPlatformBuild</key>
        <string>9B176</string>
        <key>DTPlatformName</key>
        <string>iphoneos</string>
        <key>DTPlatformVersion</key>
        <string>5.1</string>
        <key>DTSDKBuild</key>
        <string>9B176</string>
        <key>DTSDKName</key>
        <string>iphoneos5.1</string>
        <key>DTXcode</key>
        <string>0441</string>
        <key>DTXcodeBuild</key>
        <string>4F1003</string>
        <key>Icon already includes gloss and bevel effects</key>
        <true/>
        <key>LSRequiresIPhoneOS</key>
        <true/>
        <key>MinimumOSVersion</key>
        <string>4.2</string>
        <key>SignerIdentity</key>
        <string>Apple iPhone OS Application Signing</string>
        <key>UIDeviceFamily</key>
        <array>
                <integer>1</integer>
                <integer>2</integer>
        </array>
        <key>UIPrerenderedIcon</key>
        <true/>
        <key>UISupportedInterfaceOrientations</key>
        <array>
                <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
</dict>
</plist>


以上的版本能共存却不能同时运行,有什么办法可以同时运行




收藏收藏0
您需要登录后才可以回帖 登录 | 注册

JBTALKS.CC |联系我们 |隐私政策 |Share

GMT+8, 2024-12-26 03:25 PM , Processed in 0.103099 second(s), 27 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

Ultra High-performance Dedicated Server powered by iCore Technology Sdn. Bhd.
Domain Registration | Web Hosting | Email Hosting | Forum Hosting | ECShop Hosting | Dedicated Server | Colocation Services
本论坛言论纯属发表者个人意见,与本论坛立场无关
Copyright © 2003-2012 JBTALKS.CC All Rights Reserved
合作联盟网站:
JBTALKS 马来西亚中文论坛 | JBTALKS我的空间 | ICORE TECHNOLOGY SDN. BHD.
回顶部