Files
frontend-app/.hbuilderx/launch.json
T

29 lines
983 B
JSON
Raw Normal View History

2025-09-19 17:19:19 +08:00
{
"version" : "1.0",
"configurations" : [
{
2026-01-19 11:26:18 +08:00
"customPlaygroundType" : "local",
2025-10-29 15:03:40 +08:00
"packageName" : "com.trustbridge.mm",
2026-01-20 20:20:04 +08:00
"playground" : "standard",
2025-09-19 17:19:19 +08:00
"type" : "uni-app:app-android"
2025-10-23 14:12:26 +08:00
},
{
2026-08-17 17:13:40 +08:00
"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"
},
2026-08-17 09:27:07 +08:00
"playground" : "custom",
2026-08-17 17:13:40 +08:00
"runSignStatus" : 0,
2025-10-23 14:12:26 +08:00
"type" : "uni-app:app-ios"
2025-12-17 16:22:17 +08:00
},
{
2026-07-31 10:55:02 +08:00
"customPlaygroundType" : "local",
"playground" : "custom",
2025-12-17 16:22:17 +08:00
"type" : "uni-app:app-ios_simulator"
2025-09-19 17:19:19 +08:00
}
]
}