Files
tra-app/.hbuilderx/launch.json
T
2026-02-28 09:05:28 +08:00

19 lines
599 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "device",
"playground" : "standard",
"type" : "uni-app:app-android"
},
{
"bundleId" : "cn.com.jlbank.aits",
"certificateFile" : "/Users/jlbank/Desktop/tra-app/certificate/ios/开发证书.p12",
"certificateProfileFile" : "/Users/jlbank/Desktop/tra-app/certificate/ios/jiaixuedev.mobileprovision",
"playground" : "standard",
"runSignStatus" : 1,
"type" : "uni-app:app-ios"
}
]
}