Skip to content

Commit 01e05be

Browse files
committed
Release 0.3.1
1 parent 3443052 commit 01e05be

File tree

10 files changed

+65
-17
lines changed

10 files changed

+65
-17
lines changed

SetgreetSDK.podspec

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = "SetgreetSDK"
3+
spec.version = "0.3.1"
4+
spec.summary = "Setgreet iOS SDK allows you to show Setgreet flows in your iOS app."
5+
spec.description = <<-DESC
6+
Setgreet iOS SDK is a powerful framework that enables you to integrate Setgreet flows
7+
into your iOS applications. It provides user identification, flow display, screen tracking,
8+
and event tracking capabilities for enhanced user engagement and analytics.
9+
DESC
10+
spec.homepage = "https://setgreet.com"
11+
spec.license = { :type => "MIT", :file => "LICENSE" }
12+
spec.author = { "Setgreet" => "support@setgreet.com" }
13+
spec.platform = :ios, "15.0"
14+
spec.source = { :git => "https://github.com/setgreet/setgreet-ios-sdk.git", :tag => "#{spec.version}" }
15+
16+
spec.vendored_frameworks = "SetgreetSDK.xcframework"
17+
spec.source_files = "SetgreetSDK.xcframework/**/*.h"
18+
19+
# Include font files from the simulator framework to avoid duplicates
20+
spec.resources = "SetgreetSDK.xcframework/ios-arm64_x86_64-simulator/SetgreetSDK.framework/*.ttf", "SetgreetSDK.xcframework/ios-arm64_x86_64-simulator/SetgreetSDK.framework/*.otf"
21+
22+
# Preserve the framework structure
23+
spec.preserve_paths = "SetgreetSDK.xcframework"
24+
25+
# Ensure the framework is properly linked
26+
spec.frameworks = "UIKit", "Foundation"
27+
28+
# Minimum deployment target
29+
spec.ios.deployment_target = "15.0"
30+
31+
# Swift version
32+
spec.swift_version = "5.0"
33+
34+
# Validation
35+
spec.requires_arc = true
36+
37+
# Pod validation
38+
spec.pod_target_xcconfig = {
39+
'FRAMEWORK_SEARCH_PATHS' => '$(PODS_ROOT)/SetgreetSDK',
40+
'OTHER_LDFLAGS' => '$(inherited) -framework SetgreetSDK'
41+
}
42+
43+
# User target configuration
44+
spec.user_target_xcconfig = {
45+
'FRAMEWORK_SEARCH_PATHS' => '$(PODS_ROOT)/SetgreetSDK',
46+
'OTHER_LDFLAGS' => '$(inherited) -framework SetgreetSDK'
47+
}
48+
end
Binary file not shown.

SetgreetSDK.xcframework/ios-arm64/SetgreetSDK.framework/Modules/SetgreetSDK.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7130,7 +7130,7 @@
71307130
"kind": "StringLiteral",
71317131
"offset": 120,
71327132
"length": 7,
7133-
"value": "\"0.3.0\""
7133+
"value": "\"0.3.1\""
71347134
},
71357135
{
71367136
"filePath": "\/Users\/alpertekin\/Documents\/GitHub\/setgreet-ios\/SetgreetSDK\/SetgreetSDK\/Presentation\/CommonUI Elements\/Indicators\/SetgreetDotIndicator.swift",
Binary file not shown.

SetgreetSDK.xcframework/ios-arm64/SetgreetSDK.framework/_CodeSignature/CodeResources

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</data>
2727
<key>Info.plist</key>
2828
<data>
29-
nfJKWIzIdMPc8DaFZwc29sODDkk=
29+
QB3RQECKVPQZhri8JSrQNw2o34w=
3030
</data>
3131
<key>Inter-Bold.otf</key>
3232
<data>
@@ -62,7 +62,7 @@
6262
</data>
6363
<key>Modules/SetgreetSDK.swiftmodule/arm64-apple-ios.abi.json</key>
6464
<data>
65-
ywUdJDzyNFnsF1owbt/+PP3WEUw=
65+
HBRkuLSkhRG372pxkRyQ4yFrDok=
6666
</data>
6767
<key>Modules/SetgreetSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
6868
<data>
@@ -78,7 +78,7 @@
7878
</data>
7979
<key>Modules/SetgreetSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
8080
<data>
81-
KUebqmKUhYRujybgvRhWf4+GfQA=
81+
1c9++M963oN9WFHSinEiD8BC9DM=
8282
</data>
8383
<key>Modules/module.modulemap</key>
8484
<data>
@@ -202,7 +202,7 @@
202202
<dict>
203203
<key>hash2</key>
204204
<data>
205-
Mf2V+lFzpdJDpZiIAFtwaFvaxj8qQVRayxXldT1eZLc=
205+
EqrnCh+r19Th0kU9Q5uMjDmuukOkAGc3Zwcl3YF0dYc=
206206
</data>
207207
</dict>
208208
<key>Modules/SetgreetSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
@@ -230,7 +230,7 @@
230230
<dict>
231231
<key>hash2</key>
232232
<data>
233-
Gs0BUl1Xnge20V18bwWKDN408TWcY/EZrJeRQKDj/tw=
233+
TXcBfZgo5llSe83Q3oKBvbbkt2xAsU9JDV8zCG2LNLE=
234234
</data>
235235
</dict>
236236
<key>Modules/module.modulemap</key>
Binary file not shown.

SetgreetSDK.xcframework/ios-arm64_x86_64-simulator/SetgreetSDK.framework/Modules/SetgreetSDK.swiftmodule/arm64-apple-ios-simulator.abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7130,7 +7130,7 @@
71307130
"kind": "StringLiteral",
71317131
"offset": 120,
71327132
"length": 7,
7133-
"value": "\"0.3.0\""
7133+
"value": "\"0.3.1\""
71347134
},
71357135
{
71367136
"filePath": "\/Users\/alpertekin\/Documents\/GitHub\/setgreet-ios\/SetgreetSDK\/SetgreetSDK\/Presentation\/CommonUI Elements\/Indicators\/SetgreetDotIndicator.swift",

SetgreetSDK.xcframework/ios-arm64_x86_64-simulator/SetgreetSDK.framework/Modules/SetgreetSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7130,7 +7130,7 @@
71307130
"kind": "StringLiteral",
71317131
"offset": 120,
71327132
"length": 7,
7133-
"value": "\"0.3.0\""
7133+
"value": "\"0.3.1\""
71347134
},
71357135
{
71367136
"filePath": "\/Users\/alpertekin\/Documents\/GitHub\/setgreet-ios\/SetgreetSDK\/SetgreetSDK\/Presentation\/CommonUI Elements\/Indicators\/SetgreetDotIndicator.swift",
Binary file not shown.

SetgreetSDK.xcframework/ios-arm64_x86_64-simulator/SetgreetSDK.framework/_CodeSignature/CodeResources

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</data>
2727
<key>Info.plist</key>
2828
<data>
29-
ISbCZ80ky7ugCl7XXvq8Dux5UaA=
29+
txhEBYUAWFkFXYJOGKWuVUNs/Cs=
3030
</data>
3131
<key>Inter-Bold.otf</key>
3232
<data>
@@ -62,7 +62,7 @@
6262
</data>
6363
<key>Modules/SetgreetSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
6464
<data>
65-
ywUdJDzyNFnsF1owbt/+PP3WEUw=
65+
HBRkuLSkhRG372pxkRyQ4yFrDok=
6666
</data>
6767
<key>Modules/SetgreetSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
6868
<data>
@@ -78,11 +78,11 @@
7878
</data>
7979
<key>Modules/SetgreetSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
8080
<data>
81-
8NIHVWBWn4Mnbp/UkFpu+ZlZ38I=
81+
fLt81PwkD2wdq9TJlceentytK7c=
8282
</data>
8383
<key>Modules/SetgreetSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
8484
<data>
85-
ywUdJDzyNFnsF1owbt/+PP3WEUw=
85+
HBRkuLSkhRG372pxkRyQ4yFrDok=
8686
</data>
8787
<key>Modules/SetgreetSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
8888
<data>
@@ -98,7 +98,7 @@
9898
</data>
9999
<key>Modules/SetgreetSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
100100
<data>
101-
aJulLzcD+Qi1jh2kyuLOfYbnN+8=
101+
9uPRqiJFqnMDuWoi2DLQI7i7t5Y=
102102
</data>
103103
<key>Modules/module.modulemap</key>
104104
<data>
@@ -222,7 +222,7 @@
222222
<dict>
223223
<key>hash2</key>
224224
<data>
225-
Mf2V+lFzpdJDpZiIAFtwaFvaxj8qQVRayxXldT1eZLc=
225+
EqrnCh+r19Th0kU9Q5uMjDmuukOkAGc3Zwcl3YF0dYc=
226226
</data>
227227
</dict>
228228
<key>Modules/SetgreetSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
@@ -250,14 +250,14 @@
250250
<dict>
251251
<key>hash2</key>
252252
<data>
253-
kmS4F2vXryuZ8YrqAT64NH4P+9nLMec+3kssioawWZk=
253+
quLJeH7k+3hRxVNpSUbC+wGld5QLWaH+BqdQROwv2DU=
254254
</data>
255255
</dict>
256256
<key>Modules/SetgreetSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
257257
<dict>
258258
<key>hash2</key>
259259
<data>
260-
Mf2V+lFzpdJDpZiIAFtwaFvaxj8qQVRayxXldT1eZLc=
260+
EqrnCh+r19Th0kU9Q5uMjDmuukOkAGc3Zwcl3YF0dYc=
261261
</data>
262262
</dict>
263263
<key>Modules/SetgreetSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
@@ -285,7 +285,7 @@
285285
<dict>
286286
<key>hash2</key>
287287
<data>
288-
FnI35NHGam1FUwacdJILFtROeP10csmywdpBvPSdqTk=
288+
ml8ElJcmoQ0nn6kMBQFgIGJv/sbPJcR5X7Hi9QOqZJg=
289289
</data>
290290
</dict>
291291
<key>Modules/module.modulemap</key>

0 commit comments

Comments
 (0)