Coder Social home page Coder Social logo

firbuilder's Introduction

FirBuilder

App分发平台静态网页生成器

窗口模式

直接打开app即可

cli模式

直接在终端中运行: 运行方式:

xxxx/FirBuilder.app/Contents/MacOS/FirBuilder -h

使用参数:

-h,-help           :帮助
-win               :强制使用窗口模式运行程序
-cli               :强制使用Command模式运行程序
-buildPath         :自定义FirBuilder资源输出路径,示例:-buildPath=/Users/kimi/Downloads/FirBuilder
-serverRoot        :自定义服务器资源存储路径,示例:-serverRoot=https://fir.netlify.app
-inputPath         :自定义需要解析app的文件路径,示例:-inputPath=/Users/kimi/Desktop/AnLinux-App-v6.50.apk
-html              :重新构建所有HTML页面
-sync              :生成同步目录,同步目录不含应用包
-d                 :删除指定BundleID对应的App,示例:-d=com.package.name
-ios,-android      :删除应用时指定App的类型,如果没有该参数表示删除所有符合-d的应用,只有指定-d时该参数才有效。

manifest配置注意事项

  1. 所以资源必须在https服务器上
  2. manifest.plist中的资源配置路径不能为中文
  3. manifest.plist文件本身所在路径也不能包含中文
  4. manifest.plist文件的名称可以任意,但是不能包含中文
  5. itms-services配置中的url地址必须以.plist结尾,否则即使url能正确请求到manifest.plist资源也会失败。
<a id="clickMe"
	href="itms-services://?action=download-manifest&url=https://raw.githubusercontent.com/RANSAA/AppStore/master/ios/com.sayaDev.test/1.0/manifest-github.plist">
	Github
</a>
<a id="clickMe"
	href="itms-services://?action=download-manifest&url=https://raw.githubusercontent.com/RANSAA/AppStore/master/ios/com.sayaDev.test/1.0/manifest.plist">
	Github
</a>

manifest配置参考路径: https://www.jianshu.com/p/1f88cc66809e

静态网页托管站点

  1. 4everland
  2. netlify

firbuilder's People

Contributors

ransaa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.