Skip to content

Commit

Permalink
revert: other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 25, 2024
1 parent 9be6249 commit 5f7f42f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/run_tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions Countly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@
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 @@ -562,7 +561,6 @@
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 = NSUUID().uuidString
UUID = UUID().uuidString
CountlyPersistency.sharedInstance().storeNSUUID(UUID)
}

Expand Down

0 comments on commit 5f7f42f

Please sign in to comment.