Skip to content

syberh示例项目下的应用管理,需要的第二个APP示例项目

Notifications You must be signed in to change notification settings

syberos-team/myapp1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myapp1

syberh示例项目下的应用管理,需要的第二个APP示例项目

OS5.0项目(在分支os5上)

git clone -b os5 https://github.com/syberos-team/myapp1

OS4.1项目

git clone https://github.com/syberos-team/myapp1

OS2.1项目(在分支os2_1上)

git clone -b os2_1 https://github.com/syberos-team/myapp1

如何支持被其他应用调起来

参考文件 /platforms/syberos/sopconfig.xml

<application syberos:debuggable="true" syberos:name="myapp1" syberos:description="sybeos hybrid app " syberos:icon="res/app.png">
    <uiapp syberos:launcher="true" syberos:id="myapp1" syberos:splash="" syberos:exec="bin/app" syberos:background=""      syberos:name="" syberos:icon="res/app.png">
        // openUrl Start
        <url syberos:id="">
            <scheme>myapp1</scheme>
        </url>
        // openUrl End
        // openDocument Start
        <doctype syberos:id="">
            <action>openPage</action>
            <mime-type>*/*</mime-type>
            <extension>*</extension>
        </doctype>
        // openDocument End
    </uiapp>
</application>

旧项目如何升级OS5.0

  1. 升级cli,安装OS5.0
  2. 更新项目
  3. 替换OS5.0的证书
  4. 切换target

About

syberh示例项目下的应用管理,需要的第二个APP示例项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.2%
  • C++ 36.0%
  • QMake 15.7%
  • QML 3.1%