Files
frontend-app/.hbuilderx/launch.json
T
2026-08-25 17:52:05 +08:00

29 lines
981 B
JSON

{
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "local",
"packageName" : "com.trustbridge.mm",
"playground" : "custom",
"type" : "uni-app:app-android"
},
{
"bundleId" : "com.trustbridge.mm",
"certificateFile" : "/Users/qinxingxing/Documents/alpha/资料/商城证书/int/ios/malldev.p12",
"certificateProfileFile" : "/Users/qinxingxing/Documents/alpha/资料/商城证书/int/ios/malldev.mobileprovision",
"customPlaygroundType" : "local",
"iOSProjectStandardBaseHistory" : {
"current" : "iOS_debug_5.24.ipa"
},
"playground" : "custom",
"runSignStatus" : 0,
"type" : "uni-app:app-ios"
},
{
"customPlaygroundType" : "local",
"playground" : "custom",
"type" : "uni-app:app-ios_simulator"
}
]
}