v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
Showing only changes of commit 00f023e8fa - Show all commits

View File

@@ -77,6 +77,8 @@
"minimumSystemVersion": "10.15"
},
"mas": {
"bundleShortVersion": "1.8.0",
"bundleVersion": "${env.BUILD_NUMBER}",
"provisioningProfile": "build/Termix_Mac_App_Store.provisionprofile",
"entitlements": "build/entitlements.mas.plist",
"entitlementsInherit": "build/entitlements.mas.inherit.plist",
@@ -86,8 +88,7 @@
"type": "distribution",
"category": "public.app-category.developer-tools",
"extendInfo": {
"ITSAppUsesNonExemptEncryption": false,
"CFBundleVersion": "${env.BUILD_NUMBER}"
"ITSAppUsesNonExemptEncryption": false
}
}
}