Skip to content

Commit

Permalink
feat: development team
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 25, 2024
1 parent beb2b20 commit 9be6249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Countly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 3S32KFMHB8;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
MACOSX_DEPLOYMENT_TARGET = 13.0;
Expand All @@ -561,6 +562,7 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 3S32KFMHB8;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 16.1;
MACOSX_DEPLOYMENT_TARGET = 13.0;
Expand Down
2 changes: 1 addition & 1 deletion CountlyTests/CountlyDeviceIDTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class CountlyDeviceIDTests: CountlyBaseTestCase {
#else
var UUID = CountlyPersistency.sharedInstance().retrieveNSUUID()
if UUID == nil {
UUID = UUID().uuidString
UUID = NSUUID().uuidString
CountlyPersistency.sharedInstance().storeNSUUID(UUID)
}

Expand Down

0 comments on commit 9be6249

Please sign in to comment.