Skip to content

Commit

Permalink
Bumped version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Jun 12, 2024
1 parent 4fe2cb6 commit 46486e1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.1
## 2.1.2

- fix issue where using pods could case the app no to build
##vFix
- Fix crashes related to threading

## Update
- Added Privacy Manifest
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

import PackageDescription

let version = "2.1.1"
let checksum = "8a9c6cbe6427394b01b2a24a4890065468fdf421573354f1c24dafe344b7ed7c"
let version = "2.1.2"
let checksum = "ce2c7e934136ed30f0f15d86d6c0a58ad5433c6da4364f83cd25991175f6e2d0"
let url = "https://github.com/SurveyMonkey/surveymonkey-ios-sdk/releases/download/v\(version)/SurveyMonkeyiOSSDK.zip"

let package = Package(
name: "SurveyMonkeyiOSSDK",
platforms: [.iOS(.v11)],
platforms: [.iOS(.v12)],
products: [
.library(
name: "SurveyMonkeyiOSSDK",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ To integrate the SDK into your Xcode project using CocoaPods, specify it in your

```objc
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
platform :ios, '12.0'

pod 'surveymonkey-ios-sdk', '~> 2.1.1'
pod 'surveymonkey-ios-sdk', '~> 2.1.2'
```

Then, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion SwiftPackageManager.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package Manager](https://swift.org/package-manager/).

## Limitations

- Requires Xcode 14.
- Requires Xcode 15.
- iOS support is only available.

## Installation
Expand Down
4 changes: 2 additions & 2 deletions surveymonkey-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.1.1"
version = "2.1.2"

Pod::Spec.new do |s|
s.name = "surveymonkey-ios-sdk"
Expand All @@ -8,6 +8,6 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.author = { "Team SDK" => "dev-team-sdk@surveymonkey.com" }
s.source = { :http => "https://github.com/SurveyMonkey/surveymonkey-ios-sdk/releases/download/v#{s.version}/SurveyMonkeyiOSSDK.zip"}
s.platform = :ios, '11.0'
s.platform = :ios, '12.0'
s.ios.vendored_frameworks = 'SurveyMonkeyiOSSDK.xcframework'
end

0 comments on commit 46486e1

Please sign in to comment.