Skip to content

Commit

Permalink
chore: add PR comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SKannaniOS committed Jun 13, 2024
1 parent f908df5 commit d61f270
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Rudder-CustomerIO.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Pod::Spec.new do |s|
s.static_framework = true
s.ios.deployment_target = deployment_target

# if defined?($CustomerIOSDKVersion)
# Pod::UI.puts "#{s.name}: Using user specified CustomerIO SDK version '#{$CustomerIOSDKVersion}'"
# customerio_sdk_version = $CustomerIOSDKVersion
# else
# Pod::UI.puts "#{s.name}: Using default CustomerIO SDK version '#{CustomerIOSDKVersion}'"
# end
if defined?($CustomerIOSDKVersion)
Pod::UI.puts "#{s.name}: Using user specified CustomerIO SDK version '#{$CustomerIOSDKVersion}'"
customerio_sdk_version = $CustomerIOSDKVersion
else
Pod::UI.puts "#{s.name}: Using default CustomerIO SDK version '#{customerio_sdk_version}'"
end

if defined?($RudderSDKVersion)
Pod::UI.puts "#{s.name}: Using user specified Rudder SDK version '#{$RudderSDKVersion}'"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private struct ServerConfigKey {
static let apiKey = "apiKey"
static let siteID = "siteID"
static let autoTrackDeviceAttributes = "autoTrackDeviceAttributes"
static let dataCenter = "dataCenter"
static let dataCenter = "datacenter"
static let autoTrackScreenViews = "autoTrackScreenViews"
static let trackApplicationLifecycleEvents = "trackApplicationLifecycleEvents"
static let logLevel = "logLevel"
Expand Down

0 comments on commit d61f270

Please sign in to comment.