Skip to content

Commit

Permalink
Merge commit '59538b64f1c297b5a19bb6a5c25fe373f91879d0'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Sources/ConfigCatUser.swift
  • Loading branch information
John Kuan committed Oct 30, 2020
2 parents 42c7f0e + 59538b6 commit 0f43826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ConfigCat.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "ConfigCat"
spec.version = "6.0.0"
spec.version = "6.0.1"
spec.summary = "ConfigCat Swift SDK"
spec.swift_version = "4.2"

Expand Down
3 changes: 2 additions & 1 deletion samples/osx/configcatsample-objc/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ int main(int argc, const char * argv[]) {
@autoreleasepool {
// Initialize the ConfigCatClient with an SDK Key.
ConfigCatClient* client = [[ConfigCatClient alloc]initWithSdkKey:@"PKDVCLf-Hq-h-kCzMp-L7Q/HhOWfwVtZ0mb30i9wi17GQ"
dataGovernance:DataGovernanceGlobal
configCache:nil
refreshMode:nil
maxWaitTimeForSyncCallsInSeconds:0
sessionConfiguration:[NSURLSessionConfiguration defaultSessionConfiguration]
baseUrl:@""];

// Creating a user object to identify your user (optional).
User* userObject = [[User alloc]initWithIdentifier:@"Some UserID"
CCUser* userObject = [[CCUser alloc]initWithIdentifier:@"Some UserID"
email:@"[email protected]"
country:@"CountryID"
custom:@{@"version": @"1.0.0"}];
Expand Down

0 comments on commit 0f43826

Please sign in to comment.