File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
LeanplumSDK/LeanplumSDK/Classes/Internal Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838#define IS_NOOP (IS_JAILBROKEN || [LPConstantsState sharedState ].isTestMode || [LPConstantsState sharedState ].isInPermanentFailureState)
3939#define RETURN_IF_NOOP if (IS_NOOP) return
4040
41- #define LEANPLUM_SDK_VERSION @" 6.0.5-beta3 "
41+ #define LEANPLUM_SDK_VERSION @" 6.0.5-beta4 "
4242#define LEANPLUM_CLIENT @" ios"
4343#define LEANPLUM_SUPPORTED_ENCODING @" gzip"
4444
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ let package = Package(
1616 targets: [
1717 . binaryTarget(
1818 name: " Leanplum " ,
19- url: " https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.4 /Leanplum.xcframework.zip " ,
20- checksum: " 9253a47af31f6e00fc45c96e96b6bec117ba74d3fcd44ffa297f4c77918740d9 "
19+ url: " https://github.com/Leanplum/Leanplum-iOS-SDK/releases/download/6.0.5-beta3 /Leanplum.xcframework.zip " ,
20+ checksum: " 3b219646d6af319035ba87528da9db89ef7f0f93ac2282e23cafc772fd763e55 "
2121 ) ,
2222 . target(
2323 name: " LeanplumLocation " ,
Original file line number Diff line number Diff line change 1- 6.0.5-beta3
1+ 6.0.5-beta4
You can’t perform that action at this time.
0 commit comments