{"id":90963,"date":"2020-05-15T18:40:44","date_gmt":"2020-05-15T10:40:44","guid":{"rendered":"http:\/\/4563.org\/?p=90963"},"modified":"2020-05-15T18:40:44","modified_gmt":"2020-05-15T10:40:44","slug":"xmake-v2-3-3-%e5%8f%91%e5%b8%83-%e6%96%b0%e5%a2%9e-ios-macos-framework-%e5%92%8c-app-%e6%9e%84%e5%bb%ba%e6%94%af%e6%8c%81","status":"publish","type":"post","link":"http:\/\/4563.org\/?p=90963","title":{"rendered":"xmake v2.3.3 \u53d1\u5e03, \u65b0\u589e iOS\/MacOS Framework \u548c App \u6784\u5efa\u652f\u6301"},"content":{"rendered":"<div>\n<div>\n<div>\n<h1>                  xmake v2.3.3 \u53d1\u5e03, \u65b0\u589e iOS\/MacOS Framework \u548c App \u6784\u5efa\u652f\u6301               <\/h1>\n<p> <\/p>\n<div>\n<div> <span>\u8cc7\u6df1\u5927\u4f6c : waruqi <\/span>  <span><i><\/i> 9<\/span> <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div isfirst=\"1\"> <\/p>\n<p>xmake \u662f\u4e00\u4e2a\u57fa\u4e8e lua \u7684\u73b0\u4ee3\u5316 C\/C++\u6784\u5efa\u5de5\u5177\uff0c\u901a\u8fc7\u7b80\u6d01\u660e\u4e86\u7684\u8bed\u6cd5\u6765\u63cf\u8ff0\u9879\u76ee\u6784\u5efa\u3002<\/p>\n<p>\u8fd9\u4e2a\u7248\u672c\u4e3b\u8981\u662f\u5bf9\u5185\u7f6e\u7684\u6784\u5efa\u89c4\u5219\u505a\u4e86\u4e9b\u6269\u5c55\uff0c\u65b0\u589e\u4e86\u76f8\u5173\u89c4\u5219\u6765\u5b9e\u73b0\u5bf9 iOS\/MacOS \u76f8\u5173 App \u5e94\u7528\u7a0b\u5e8f\u9879\u76ee\u3001Framework \u548c Bundle \u7a0b\u5e8f\u7684\u6784\u5efa\u652f\u6301\u3002<\/p>\n<p>\u5e76\u4e14\u652f\u6301 App \u7b7e\u540d\uff0c\u4e5f\u63d0\u4f9b\u4e86\u76f8\u5173\u5de5\u7a0b\u6a21\u677f\u6765\u5feb\u901f\u521b\u5efa\u5e94\u7528\u7a0b\u5e8f\uff0c\u53e6\u5916\u6b64\u7248\u672c\u8fd8\u5bf9 Qt \u7684\u5f00\u53d1\u6784\u5efa\u4e5f\u505a\u4e86\u4e0d\u5c11\u6539\u8fdb\uff0c\u589e\u52a0\u5bf9 Qt5.14.0 \u65b0\u7248\u672c sdk \u7684\u652f\u6301\uff0c\u5bf9 android \u7684\u6253\u5305\u90e8\u7f72\u652f\u6301\u4e0a\u4e5f\u6539\u8fdb\u4e86\u4e0d\u5c11\u3002<\/p>\n<p>\u5904\u7406\u4e4b\u5916\uff0cxmake \u8fd8\u63d0\u4f9b\u4e86\u4e00\u4e2a\u7279\u6b8a\u7684<code>xmake.cli<\/code>\u6784\u5efa rule\uff0c\u901a\u8fc7\u96c6\u6210 libxmake engine \u5e93\uff0c\u6765\u6269\u5c55\u5f00\u53d1\u57fa\u4e8e xmake \u5f15\u64ce\u7684\u7a0b\u5e8f\uff0c\u6bd4\u5982\uff1a\u505a\u4e2a\u5b9a\u5236\u7248\u7684 xmake\uff0c\u4e5f\u53ef\u4ee5\u57fa\u4e8e\u6b64\u5199\u70b9 lua \u811a\u672c\u7a0b\u5e8f\u3002<\/p>\n<ul>\n<li>\u9879\u76ee\u6e90\u7801<\/li>\n<li>\u5b98\u65b9\u6587\u6863<\/li>\n<\/ul>\n<h2>\u6784\u5efa iOS\/MacOS \u7a0b\u5e8f<\/h2>\n<h3>\u6784\u5efa App \u5e94\u7528\u7a0b\u5e8f<\/h3>\n<p>\u7528\u4e8e\u751f\u6210*.app\/*.ipa \u5e94\u7528\u7a0b\u5e8f\uff0c\u540c\u65f6\u652f\u6301 iOS\/MacOS \u3002<\/p>\n<pre><code>target(\"test\")     add_rules(\"xcode.application\")     add_files(\"src\/*.m\", \"src\/**.storyboard\", \"src\/*.xcassets\")     add_files(\"src\/Info.plist\") <\/code><\/pre>\n<h4>\u521b\u5efa\u5de5\u7a0b<\/h4>\n<p>\u6211\u4eec\u4e5f\u53ef\u4ee5\u901a\u8fc7\u6a21\u677f\u5de5\u7a0b\u5feb\u901f\u521b\u5efa\uff1a<\/p>\n<pre><code>$ xmake create -t xcode.macapp -l objc test $ xmake create -t xcode.iosapp -l objc test <\/code><\/pre>\n<h4>\u7f16\u8bd1<\/h4>\n<pre><code>$ xmake f -p [iphoneos|macosx] $ xmake [ 18%]: compiling.xcode.release src\/Assets.xcassets [ 27%]: processing.xcode.release src\/Info.plist [ 72%]: compiling.xcode.release src\/Base.lproj\/Main.storyboard [ 81%]: compiling.xcode.release src\/Base.lproj\/LaunchScreen.storyboard [ 45%]: ccache compiling.release src\/ViewController.m [ 63%]: ccache compiling.release src\/AppDelegate.m [ 54%]: ccache compiling.release src\/SceneDelegate.m [ 36%]: ccache compiling.release src\/main.m [ 90%]: linking.release test [100%]: generating.xcode.release test.app [100%]: build ok! <\/code><\/pre>\n<h4>\u914d\u7f6e\u7b7e\u540d<\/h4>\n<p>\u5bf9\u4e8e iOS \u7a0b\u5e8f\uff0c\u9ed8\u8ba4\u4f1a\u68c0\u6d4b\u7cfb\u7edf\u5148\u7528\u53ef\u7528\u7b7e\u540d\u6765\u7b7e\u540d app\uff0c\u5f53\u7136\u6211\u4eec\u4e5f\u53ef\u4ee5\u624b\u52a8\u6307\u5b9a\u5176\u4ed6\u7b7e\u540d\u8bc1\u4e66\uff1a<\/p>\n<pre><code>$ xmake f -p iphoneos --xcode_codesign_identity='Apple Development: [email&#160;protected] (T3NA4MRVPU)' --xcode_mobile_provision='iOS Team Provisioning Profile: org.tboox.test --xcode_bundle_identifier=org.tboox.test' $ xmake <\/code><\/pre>\n<p>\u5982\u679c\u6bcf\u6b21\u8fd9\u4e48\u914d\u7f6e\u7b7e\u540d\u89c9\u5f97\u7e41\u7410\u7684\u8bdd\uff0c\u53ef\u4ee5\u8bbe\u7f6e\u5230<code>xmake global<\/code>\u5168\u5c40\u914d\u7f6e\u4e2d\uff0c\u4e5f\u53ef\u4ee5\u5728 xmake.lua \u4e2d\u5bf9\u6bcf\u4e2a target \u5355\u72ec\u8bbe\u7f6e\uff1a<\/p>\n<pre><code>target(\"test\")     add_rules(\"xcode.application\")     add_files(\"src\/*.m\", \"src\/**.storyboard\", \"src\/*.xcassets\")     add_files(\"src\/Info.plist\")     add_values(\"xcode.bundle_identifier\", \"org.tboox.test\")     add_values(\"xcode.codesign_identity\", \"Apple Development: [email&#160;protected] (T3NA4MRVPU)\")     add_values(\"xcode.mobile_provision\", \"iOS Team Provisioning Profile: org.tboox.test\") <\/code><\/pre>\n<p>\u90a3\u5982\u4f55\u77e5\u9053\u6211\u4eec\u9700\u8981\u7684\u7b7e\u540d\u914d\u7f6e\u5462\uff1f\u4e00\u79cd\u5c31\u662f\u5728 xcode \u91cc\u9762\u67e5\u770b\uff0c\u53e6\u5916 xmake \u4e5f\u63d0\u4f9b\u4e86\u4e00\u4e9b\u8f85\u52a9\u5de5\u5177\u53ef\u4ee5 dump \u51fa\u5f53\u524d\u53ef\u7528\u7684\u6240\u6709\u7b7e\u540d\u914d\u7f6e\uff1a<\/p>\n<pre><code>$ xmake l private.tools.codesign.dump ==================================== codesign identities ==================================== {    \"Apple Development: [email&#160;protected] (T3NA4MRVPU)\" = \"AF73C231A0C35335B72761BD3759694739D34EB1\"  }  ===================================== mobile provisions ===================================== {    \"iOS Team Provisioning Profile: org.tboox.test\" = \"&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt; &lt;!DOCTYPE plist PUBLIC \"-\/\/Apple\/\/DTD PLIST 1.0\/\/EN\" \"http:\/\/www.apple.com\/DTDs\/PropertyList-1.0.dtd\"&gt; &lt;plist version=\"1.0\"&gt; &lt;dict&gt;  &lt;key&gt;AppIDName&lt;\/key&gt;  &lt;string&gt;XC org tboox test5&lt;\/string&gt;  &lt;key&gt;ApplicationIdentifierPrefix&lt;\/key&gt;  &lt;array&gt;  &lt;string&gt;43AAQM58X3&lt;\/string&gt; ... <\/code><\/pre>\n<p>\u6211\u4eec\u4e5f\u63d0\u4f9b\u4e86\u5176\u4ed6\u8f85\u52a9\u5de5\u5177\u6765\u5bf9\u5df2\u6709\u7684 ipa\/app \u7a0b\u5e8f\u8fdb\u884c\u91cd\u7b7e\u540d\uff0c\u4f8b\u5982\uff1a<\/p>\n<pre><code>$ xmake l utils.ipa.resign test.ipa|test.app [codesign_identity] [mobile_provision] [bundle_identifier] <\/code><\/pre>\n<p>\u5176\u4e2d\uff0c\u540e\u9762\u7684\u7b7e\u540d\u53c2\u6570\u90fd\u662f\u53ef\u9009\u7684\uff0c\u5982\u679c\u6ca1\u8bbe\u7f6e\uff0c\u90a3\u4e48\u9ed8\u8ba4\u4f1a\u63a2\u6d4b\u4f7f\u7528\u4e00\u4e2a\u6709\u6548\u7684\u7b7e\u540d\uff1a<\/p>\n<pre><code>$ xmake l utils.ipa.resign test.ipa $ xmake l utils.ipa.resign test.app \"Apple Development: [email&#160;protected] (T3NA4MRVPU)\" $ xmake l utils.ipa.resign test.ipa \"Apple Development: [email&#160;protected] (T3NA4MRVPU)\" iOS Team Provisioning Profile: org.tboox.test\" org.tboox.test <\/code><\/pre>\n<h4>\u8fd0\u884c\u5e94\u7528\u7a0b\u5e8f<\/h4>\n<p>\u76ee\u524d\u4ec5\u652f\u6301\u8fd0\u884c macos \u7a0b\u5e8f\uff1a<\/p>\n<pre><code>$ xmake run <\/code><\/pre>\n<p>\u6548\u679c\u5982\u4e0b\uff1a<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/4563.org\/wp-content\/uploads\/2020\/05\/20200519_5ec375da2dc9b.png\" alt=\"xmake v2.3.3 \u53d1\u5e03, \u65b0\u589e iOS\/MacOS Framework \u548c App \u6784\u5efa\u652f\u6301\" \/><\/p>\n<h4>\u751f\u6210\u7a0b\u5e8f\u5305<\/h4>\n<p>\u5982\u679c\u662f iOS \u7a0b\u5e8f\u4f1a\u751f\u6210 ipa \u5b89\u88c5\u5305\uff0c\u5982\u679c\u662f macos \u4f1a\u751f\u6210 dmg \u5305\uff08 dmg \u5305\u751f\u6210\u6682\u65f6\u8fd8\u5728\u5f00\u53d1\u4e2d\uff09\u3002<\/p>\n<pre><code>$ xmake package output: build\/iphoneos\/release\/arm64\/test.ipa package ok! <\/code><\/pre>\n<p>\u6211\u4eec\u4e5f\u63d0\u4f9b\u4e86\u8f85\u52a9\u5de5\u5177\uff0c\u6765\u5bf9\u6307\u5b9a app \u7a0b\u5e8f\u8fdb\u884c\u6253\u5305\uff1a<\/p>\n<pre><code>$ xmake l utils.ipa.package test.app output.ipa [iconfile.png] <\/code><\/pre>\n<h4>\u5b89\u88c5<\/h4>\n<p>\u5982\u679c\u662f iOS \u7a0b\u5e8f\u4f1a\u5b89\u88c5 ipa \u5230\u8bbe\u5907\uff0c\u5982\u679c\u662f macos \u4f1a\u5b89\u88c5 app \u5230 \/Applications \u76ee\u5f55\u3002<\/p>\n<pre><code>$ xmake install <\/code><\/pre>\n<p>\u6211\u4eec\u4e5f\u63d0\u4f9b\u4e86\u8f85\u52a9\u5de5\u5177\uff0c\u6765\u5bf9\u6307\u5b9a ipa\/app \u7a0b\u5e8f\u5b89\u88c5\u5230\u8bbe\u5907\uff1a<\/p>\n<pre><code>$ xmake l utils.ipa.install test.app $ xmake l utils.ipa.install test.ipa <\/code><\/pre>\n<h4>\u5378\u8f7d<\/h4>\n<p>!&gt; \u76ee\u524d\u4ec5\u652f\u6301 macos \u7a0b\u5e8f\u5378\u8f7d<\/p>\n<pre><code>$ xmake uninstall <\/code><\/pre>\n<h3>\u6784\u5efa Framework \u5e93\u7a0b\u5e8f<\/h3>\n<pre><code>target(\"test\")     add_rules(\"xcode.framework\")     add_files(\"src\/*.m\")     add_files(\"src\/Info.plist\") <\/code><\/pre>\n<p>\u6211\u4eec\u4e5f\u53ef\u4ee5\u901a\u8fc7\u6a21\u677f\u5de5\u7a0b\u5feb\u901f\u521b\u5efa\uff1a<\/p>\n<pre><code>$ xmake create -t xcode.framework -l objc test <\/code><\/pre>\n<h3>\u6784\u5efa Bundle \u7a0b\u5e8f<\/h3>\n<pre><code>target(\"test\")     add_rules(\"xcode.bundle\")     add_files(\"src\/*.m\")     add_files(\"src\/Info.plist\") <\/code><\/pre>\n<p>\u6211\u4eec\u4e5f\u53ef\u4ee5\u901a\u8fc7\u6a21\u677f\u5de5\u7a0b\u5feb\u901f\u521b\u5efa\uff1a<\/p>\n<pre><code>$ xmake create -t xcode.bundle -l objc test <\/code><\/pre>\n<h2>xmake.cli \u7a0b\u5e8f<\/h2>\n<p>\u5173\u4e8e\u8fd9\u5757\uff0c\u4e3b\u8981\u8fd8\u662f\u65b9\u4fbf\u6211\u4e2a\u4eba\u81ea\u5df1\u7528\u6765\u5199\u4e00\u4e9b\u57fa\u4e8e xmake engine \u7684 lua \u7a0b\u5e8f\uff0c\u5f53\u7136\u7528\u6237\u4e5f\u53ef\u4ee5\u7528\u6765\u6269\u5c55\u5b9a\u5236\u81ea\u5df1\u7684 xmake \u7248\u672c\u3002\u73b0\u5728 xmake \u5f00\u653e\u4e86 libxmake \u5f00\u53d1\u5e93\uff0c\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7\uff1a<\/p>\n<pre><code>add_requires(\"libxmake\") target(\"test\")     add_rules(\"xmake.cli\")     add_files(\"src\/*.c\")     add_packages(\"libxmake\") <\/code><\/pre>\n<p>\u6765\u5feb\u901f\u96c6\u6210 libxmake \u5e93\u505a\u5b9a\u5236\u5316\u5f00\u53d1\u3002<\/p>\n<h3>\u5b9a\u5236\u5316\u6269\u5c55 xmake<\/h3>\n<p>\u4e00\u4e2a\u5178\u578b\u7684\u4f8b\u5b50\u5c31\u662f\uff0c\u6211\u4eec\u53ef\u4ee5\u7528 xmake.cli \u5feb\u901f\u7f16\u8bd1\u6784\u5efa\u51fa xmake \u81ea\u8eab\uff0c\u5e76\u4e14\u7528\u6237\u53ef\u4ee5\u5728\u6b64\u57fa\u7840\u505a\u4e8c\u6b21\u5f00\u53d1\uff0c\u76f8\u5173\u4f8b\u5b50\u4ee3\u7801\u89c1\uff1amyxmake<\/p>\n<pre><code>add_rules(\"mode.debug\", \"mode.release\") add_requires(\"libxmake\") target(\"xmake\")     add_rules(\"xmake.cli\")     add_files(\"src\/*.c\")     if is_plat(\"windows\") then         add_files(\"src\/*.rc\")     end     add_packages(\"libxmake\") <\/code><\/pre>\n<p>\u53ea\u9700\u8981\u81ea\u5df1\u5728 main \u51fd\u6570\u91cc\u9762\u8c03\u7528 libxmake \u63a5\u53e3\u521b\u5efa\u81ea\u5df1\u7684 xmake engine \u5c31\u884c\u4e86\uff1a<\/p>\n<pre><code>#include &lt;xmake\/xmake.h&gt;  tb_int_t main(tb_int_t argc, tb_char_t** argv) {     return xm_engine_run(\"xmake\", argc, argv, tb_null, tb_null); } <\/code><\/pre>\n<h3>lua \u811a\u672c\u7a0b\u5e8f\u5f00\u53d1<\/h3>\n<p>\u6211\u4eec\u53ef\u4ee5\u5229\u7528 xmake.cli \u5feb\u901f\u5199\u4e00\u4e9b\u57fa\u4e8e lua \u7684 xmake engine \u7684\u547d\u4ee4\u884c\u5c0f\u5de5\u5177\uff0c\u5229\u7528 xmake \u5185\u7f6e\u7684\u5404\u79cd modules\uff0c\u6765\u5f00\u53d1\u4e00\u4e9b\u539f\u578b\u7a0b\u5e8f\u3002<\/p>\n<p>\u57fa\u4e8e\u6b64\uff0c\u6211\u5199\u4e86\u4e2a\u72ec\u7acb\u5b8c\u6574\u7684\u5c0f\u9879\u76ee\uff0c\u53ef\u4ee5\u53c2\u8003\u4e0b\uff1aluject, \u4e00\u4e2a\u9759\u6001\u6ce8\u5165\u52a8\u6001\u5e93\u7684\u5de5\u5177\u3002<\/p>\n<p>\u5927\u81f4\u7684\u9879\u76ee\u7ed3\u6784\u975e\u5e38\u7b80\u5355\uff1a<\/p>\n<pre><code>luject   - src     - lni       -- main.c     -- lua       -- main.lua <\/code><\/pre>\n<p>\u5176\u4e2d\uff0clni \u76ee\u5f55\u7528\u4e8e\u901a\u8fc7 c\/lua \u4ea4\u4e92\uff0c\u5229\u7528\u4e30\u5bcc\u7684 c\/c++\u7a0b\u5e8f\u5e93\u5bf9 lua \u63a5\u53e3\u8fdb\u884c\u6269\u5c55\uff0c\u800c lua \u76ee\u5f55\u7528\u4e8e\u901a\u8fc7 lua \u811a\u672c\u6765\u5feb\u901f\u5b9e\u73b0\u7a0b\u5e8f\u903b\u8f91\uff0c\u4e0b\u9762\u662f luject \u7684 xmake.lua \u6784\u5efa\u63cf\u8ff0\uff1a<\/p>\n<pre><code>set_xmakever(\"2.3.3\")  add_rules(\"mode.debug\", \"mode.release\") add_requires(\"libxmake\", \"lief\")  if is_plat(\"windows\") then      if is_mode(\"release\") then         add_cxflags(\"-MT\")      elseif is_mode(\"debug\") then         add_cxflags(\"-MTd\")      end     add_cxxflags(\"-EHsc\", \"-FIiso646.h\")     add_ldflags(\"-nodefaultlib:msvcrt.lib\") end  target(\"luject\")     add_rules(\"xmake.cli\")     add_files(\"src\/lni\/*.cpp\")     set_languages(\"c++14\")     add_packages(\"libxmake\", \"lief\")     add_installfiles(\"res\/*\", {prefixdir = \"share\/luject\/res\"})  includes(\"tests\") <\/code><\/pre>\n<p>\u7f16\u8bd1\u5b89\u88c5\u975e\u5e38\u7b80\u5355\uff0c\u53ea\u9700\u8981\uff1a<\/p>\n<pre><code>xmake xmake install <\/code><\/pre>\n<p>\u6211\u4eec\u4e5f\u53ef\u4ee5\u76f4\u63a5\u52a0\u8f7d\u8fd0\u884c\uff1a<\/p>\n<pre><code>xmake run <\/code><\/pre>\n<p>\u867d\u7136\u8ddf python\/ruby \u8fd9\u79cd\u5b8c\u6574\u5e9e\u7136\u5927\u7269\u548c\u751f\u6001\u6ca1\u6cd5\u6bd4\uff0cxmake.cli \u4e3b\u8981\u8fd8\u662f\u5bf9\u4e8e\u4e00\u4e9b\u4e60\u60ef lua \u8bed\u6cd5\u7684\u7528\u6237\u5feb\u901f\u5199\u4e00\u4e9b\u5c0f\u811a\u672c\u7a0b\u5e8f\uff0c\u5e76\u4e14\u63d0\u4f9b\u4e00\u79cd\u901a\u8fc7 c \u5feb\u901f\u6269\u5c55\u63a5\u53e3\u7684\u80fd\u529b\u3002<\/p>\n<p>\u540e\u671f\uff0c\u6211\u4f1a\u5728lanoox\u9879\u76ee\u7ec4\u4e13\u95e8\u653e\u7f6e\u81ea\u5df1\u5e73\u65f6\u5199\u7684\u4e00\u4e9b xmake.cli \u7a0b\u5e8f\u3002<\/p>\n<h2>\u66f4\u65b0\u5185\u5bb9<\/h2>\n<h3>\u65b0\u7279\u6027<\/h3>\n<ul>\n<li>#727: \u652f\u6301\u4e3a android, ios \u7a0b\u5e8f\u751f\u6210.so\/.dSYM \u7b26\u53f7\u6587\u4ef6<\/li>\n<li>#687: \u652f\u6301\u7f16\u8bd1\u751f\u6210 objc\/bundle \u7a0b\u5e8f<\/li>\n<li>#743: \u652f\u6301\u7f16\u8bd1\u751f\u6210 objc\/framework \u7a0b\u5e8f<\/li>\n<li>\u652f\u6301\u7f16\u8bd1 bundle, framework \u7a0b\u5e8f\uff0c\u4ee5\u53ca mac, ios \u5e94\u7528\u7a0b\u5e8f\uff0c\u5e76\u65b0\u589e\u4e00\u4e9b\u5de5\u7a0b\u6a21\u677f<\/li>\n<li>\u652f\u6301\u5bf9 ios \u5e94\u7528\u7a0b\u5e8f\u6253\u5305\u751f\u6210 ipa \u6587\u4ef6\uff0c\u4ee5\u53ca\u4ee3\u7801\u7b7e\u540d\u652f\u6301<\/li>\n<li>\u589e\u52a0\u4e00\u4e9b ipa \u6253\u5305\u3001\u5b89\u88c5\u3001\u91cd\u7b7e\u540d\u7b49\u8f85\u52a9\u5de5\u5177<\/li>\n<li>\u6dfb\u52a0 xmake.cli \u89c4\u5219\u6765\u652f\u6301\u5f00\u53d1\u5e26\u6709 xmake\/core \u5f15\u64ce\u7684 lua \u6269\u5c55\u7a0b\u5e8f<\/li>\n<\/ul>\n<h3>\u6539\u8fdb<\/h3>\n<ul>\n<li>#750: \u6539\u8fdb qt.widgetapp \u89c4\u5219\uff0c\u652f\u6301 qt \u79c1\u6709\u69fd<\/li>\n<li>\u6539\u8fdb Qt\/android \u7684 apk \u90e8\u7f72\uff0c\u5e76\u4e14\u652f\u6301 Qt5.14.0 \u65b0\u7248\u672c sdk<\/li>\n<\/ul><\/div>\n<div> <b>\u5927\u4f6c\u6709\u8a71\u8aaa<\/b> (<span>0<\/span>)        <\/div>\n<div> <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<ul>\n<li>\n","protected":false},"excerpt":{"rendered":"<p>xmake v2.3.3 \u53d1\u5e03, &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/90963"}],"collection":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=90963"}],"version-history":[{"count":0,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/90963\/revisions"}],"wp:attachment":[{"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=90963"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=90963"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=90963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}