<?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>items</key>

        <array>

                <dict>

                        <key>assets</key>

                        <array>

                                <dict>

                                        <key>kind</key>

                                        <string>software-package</string>

                                        <key>url</key>

                                        <string>[INSERT URL HERE]</string>

                                </dict>

                        </array>

                        <key>metadata</key>

                        <dict>

                                <key>bundle-identifier</key>

                                <string>[INSERT BUNDLE ID HERE]</string>

                                <key>bundle-version</key>

                                <string>[INSERT VERSION HERE]</string>

                                <key>kind</key>

                                <string>software</string>

                                <key>title</key>

                                <string>[INSERT APP TITLE HERE]</string>

                        </dict>

                </dict>

        </array>

</dict>

</plist>



Xcode 6 에서 ad-hoc 빌드를 했을 때 생성되지 않아서 찾아보게 되었다.


출처: http://stackoverflow.com/questions/25910387/xcode-6-save-for-enterprise-deployment-does-not-create-plist-for-ipa-anymore


ad-hoc 배포: http://blog.saltfactory.net/242


+ Recent posts