Skip to content

Commit 87db7e9

Browse files
authored
Force proper groupid
Signed-off-by: Spidy123222 <[email protected]>
1 parent d3c30aa commit 87db7e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

AltServer/AltServerApp.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,10 +1323,7 @@ pplx::task<std::shared_ptr<ProvisioningProfile>> AltServerApp::PrepareProvisioni
13231323

13241324
if (app->isAltStoreApp())
13251325
{
1326-
std::stringstream ss;
1327-
ss << "com." << team->identifier() << "." << parentBundleID;
1328-
1329-
updatedParentBundleID = ss.str();
1326+
updatedParentBundleID = parentBundleID + "." + team->identifier();
13301327
}
13311328
else
13321329
{

0 commit comments

Comments
 (0)