承接 sharksoft/sharkipaparser 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sharksoft/sharkipaparser

Composer 安装命令:

composer require sharksoft/sharkipaparser

包简介

A simple php library to parse the Apple IPA's plist

README 文档

README

FOSSA Status

A simple php library to parse the Apple IPA's plist

#Installation Add this library at your composer.json

...
    "minimum-stability": "dev",
    "require": {
        "php": ">=5.3",
        "sharksoft/sharkipaparser": "master"
    },
...

Then

composer install

#Use (for details see test.php)

require_once 'class/SharkIpaParser.php';
//instance
$shark = new SharkIpaParser\SharkIpaParserHelper();
$shark->load_ipa('C:\Users\mario\Desktop\test.ipa');
$array_plist = $shark->read_plist();

The result of $array_plist is something similar:

array (size=34)
  'UIRequiredDeviceCapabilities' => 
    array (size=1)
      0 => string 'armv7' (length=5)
  'UIRequiresFullScreen' => boolean true
  'CFBundleInfoDictionaryVersion' => string '6.0' (length=3)
  'UISupportedInterfaceOrientations~ipad' => 
    array (size=2)
      0 => string 'UIInterfaceOrientationLandscapeLeft' (length=35)
      1 => string 'UIInterfaceOrientationLandscapeRight' (length=36)
  'DTPlatformVersion' => string '10.0' (length=4)
  'DTCompiler' => string 'com.apple.compilers.llvm.clang.1_0' (length=34)
  'DTSDKName' => string 'iphoneos10.0' (length=12)
  'CFBundleName' => string 'AppName' (length=9)
  'UIMainStoryboardFile~ipad' => string 'MainiPad' (length=8)
  'CFBundleIcons' => 
    array (size=1)
      'CFBundlePrimaryIcon' => 
        array (size=1)
          'CFBundleIconFiles' => 
            array (size=3)
              ...
  'LSRequiresIPhoneOS' => boolean true
  'DTSDKBuild' => string '14A345' (length=6)
  'CFBundleShortVersionString' => string '0.5' (length=3)
  'CFBundleSupportedPlatforms' => 
...

The structure is key => value, for example you can access at CFBundleName in this way:

echo $array_plist['CFBundleName'];
Output: "AppName"

#enjoy ;)

License

FOSSA Status

统计信息

  • 总下载量: 14.47k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2016-10-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固