This repository was archived by the owner on Oct 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Add OpenIAP to your `Package.swift`:
6565
6666``` swift
6767dependencies: [
68- .package (url : " https://github.com/hyodotdev/openiap-apple.git" , from : " 1.2.19 " )
68+ .package (url : " https://github.com/hyodotdev/openiap-apple.git" , from : " 1.2.20 " )
6969]
7070```
7171
@@ -80,7 +80,7 @@ Or through Xcode:
8080Add to your ` Podfile ` :
8181
8282``` ruby
83- pod ' openiap' , ' ~> 1.2.19 '
83+ pod ' openiap' , ' ~> 1.2.20 '
8484```
8585
8686Then run:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public struct OpenIapVersion {
99 return version
1010 }
1111 // Fallback to hardcoded version
12- return " 1.2.19 "
12+ return " 1.2.20 "
1313 } ( )
1414
1515 /// OpenIAP GraphQL version for reference
@@ -19,7 +19,7 @@ public struct OpenIapVersion {
1919 return version
2020 }
2121 // Fallback to hardcoded version
22- return " 1.2.19 "
22+ return " 1.2.20 "
2323 } ( )
2424
2525 private static func loadVersionFromJSON( ) -> String ? {
Original file line number Diff line number Diff line change 11{
2- "apple" : " 1.2.19 " ,
2+ "apple" : " 1.2.20 " ,
33 "gql" : " 1.2.0"
44}
You can’t perform that action at this time.
0 commit comments