Skip to content

Commit

Permalink
Merge pull request #302 from Countly/fix_org
Browse files Browse the repository at this point in the history
Fix organization name for new files
  • Loading branch information
turtledreams authored May 16, 2024
2 parents f263639 + e7b5818 commit 4e5a4ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Countly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
attributes = {
LastSwiftUpdateCheck = 1410;
LastUpgradeCheck = 1410;
ORGANIZATIONNAME = "Alin Radut";
ORGANIZATIONNAME = "Countly";
TargetAttributes = {
1A5C4C932B35B0850032EE1F = {
CreatedOnToolsVersion = 14.1;
Expand Down
2 changes: 1 addition & 1 deletion CountlyTests/CountlyBaseTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CountlyTests
//
// Created by Muhammad Junaid Akram on 27/12/2023.
// Copyright © 2023 Alin Radut. All rights reserved.
// Copyright © 2023 Countly. All rights reserved.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion CountlyTests/CountlyTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// CountlyTests
//
// Created by Muhammad Junaid Akram on 22/12/2023.
// Copyright © 2023 Alin Radut. All rights reserved.
// Copyright © 2023 Countly. All rights reserved.
//

import XCTest
Expand Down

0 comments on commit 4e5a4ab

Please sign in to comment.