Skip to content

Commit

Permalink
version 0.0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuzer committed Apr 18, 2024
1 parent bb4d81b commit a082246
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Rio.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Rio'
s.version = '0.0.53'
s.version = '0.0.54'
s.summary = 'A short description of Rio.'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -38,6 +38,9 @@ TODO: Add long description of the pod here.
]
}

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
Expand Down
2 changes: 1 addition & 1 deletion Rio/Classes/RioService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ extension RioService: TargetType, AccessTokenAuthorizable {
var headers: [String: String] = [:]
headers["Content-Type"] = "application/json"
headers["x-rio-sdk-client"] = "iOS"
headers["rio-sdk-version"] = "0.0.53"
headers["rio-sdk-version"] = "0.0.54"
headers["installationId"] = String.getInstallationId()

switch self {
Expand Down

0 comments on commit a082246

Please sign in to comment.