JBTALKS.CC

标题: 谁可以帮我看看这2个list有什么不同?是ios 的 求大神 [打印本页]

作者: 偷心决不会留情    时间: 2012-11-2 07:52 PM
标题: 谁可以帮我看看这2个list有什么不同?是ios 的 求大神
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>


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




欢迎光临 JBTALKS.CC (https://jbtalks.my/) Powered by Discuz! X2.5