We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c30aa commit 87db7e9Copy full SHA for 87db7e9
AltServer/AltServerApp.cpp
@@ -1323,10 +1323,7 @@ pplx::task<std::shared_ptr<ProvisioningProfile>> AltServerApp::PrepareProvisioni
1323
1324
if (app->isAltStoreApp())
1325
{
1326
- std::stringstream ss;
1327
- ss << "com." << team->identifier() << "." << parentBundleID;
1328
-
1329
- updatedParentBundleID = ss.str();
+ updatedParentBundleID = parentBundleID + "." + team->identifier();
1330
}
1331
else
1332
0 commit comments