diff --git a/Source/common/SNTFileInfoTest.m b/Source/common/SNTFileInfoTest.m index 0f0f39b..87c75e1 100644 --- a/Source/common/SNTFileInfoTest.m +++ b/Source/common/SNTFileInfoTest.m @@ -242,7 +242,7 @@ - (void)testEmbeddedInfoPlist { SNTFileInfo *sut = [[SNTFileInfo alloc] initWithPath:path]; XCTAssertNotNil([sut infoPlist]); XCTAssertEqualObjects([sut infoPlist][@"CFBundleShortVersionString"], @"1.0"); - XCTAssertEqualObjects([sut infoPlist][@"CFBundleIdentifier"], @"com.northpolesec.i386plist"); + XCTAssertEqualObjects([sut infoPlist][@"CFBundleIdentifier"], @"com.google.i386plist"); // csreq is installed on all machines with Xcode installed. If you're running these tests, // it should be available.. diff --git a/Source/santad/SantadTest.mm b/Source/santad/SantadTest.mm index 4b0a476..81a76d4 100644 --- a/Source/santad/SantadTest.mm +++ b/Source/santad/SantadTest.mm @@ -71,9 +71,9 @@ static void SetBinaryDataFromHexString(const char *hexStr, uint8_t *buf, size_t } } -static const char *kAllowedSigningID = "com.northpolesec.allowed_signing_id"; -static const char *kBlockedSigningID = "com.northpolesec.blocked_signing_id"; -static const char *kNoRuleMatchSigningID = "com.northpolesec.no_rule_match_signing_id"; +static const char *kAllowedSigningID = "com.google.allowed_signing_id"; +static const char *kBlockedSigningID = "com.google.blocked_signing_id"; +static const char *kNoRuleMatchSigningID = "com.google.no_rule_match_signing_id"; static const char *kBlockedTeamID = "EQHXZ8M8AV"; static const char *kAllowedTeamID = "TJNVEKW352"; static const char *kAllowedCDHash = "dedebf2eac732d873008b17b3e44a56599dd614b";