Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

xiaoqi / mp4giftconvert

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • mp4giftconvert
  • ios
  • ExportOptions.plist
Find file
BlameHistoryPermalink
  • xiaoqi's avatar
    改成黑色 · 2421ff7a
    xiaoqi committed a month ago
    2421ff7a
ExportOptions.plist 881 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
<?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>http://192.168.1.7:8080/app.ipa</string> <!-- IPA文件地址 -->
          </dict>
        </array>
        <key>metadata</key>
        <dict>
          <key>bundle-identifier</key>
          <string>com.ft.chat.ios</string>
          <key>bundle-version</key>
          <string>50.3</string>
          <key>kind</key>
          <string>software</string>
          <key>title</key>
          <string>FireflyLive</string>
        </dict>
      </dict>
    </array>
  </dict>
</plist>