diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 11701eba..667d11f9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parra" -version = "0.26.1" +version = "0.27.0" edition = "2021" build = "build.rs" diff --git a/ios/Sources/Parra/GeneratedPackageInfo.swift b/ios/Sources/Parra/GeneratedPackageInfo.swift index a3d4a2fb..ddeab142 100644 --- a/ios/Sources/Parra/GeneratedPackageInfo.swift +++ b/ios/Sources/Parra/GeneratedPackageInfo.swift @@ -1,2 +1,2 @@ -enum ParraPackageInfo { static let version = "0.26.1" } +enum ParraPackageInfo { static let version = "0.27.0" } diff --git a/sample/ParraDemoApp.xcodeproj/project.pbxproj b/sample/ParraDemoApp.xcodeproj/project.pbxproj index cf7b7add..186e1be7 100644 --- a/sample/ParraDemoApp.xcodeproj/project.pbxproj +++ b/sample/ParraDemoApp.xcodeproj/project.pbxproj @@ -329,7 +329,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.26.1; + MARKETING_VERSION = 0.27.0; PRODUCT_BUNDLE_IDENTIFIER = "com.parra.parra-ios-client"; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = iphoneos; @@ -358,7 +358,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 0.26.1; + MARKETING_VERSION = 0.27.0; PRODUCT_BUNDLE_IDENTIFIER = "com.parra.parra-ios-client"; PROVISIONING_PROFILE_SPECIFIER = ""; SDKROOT = iphoneos; @@ -516,7 +516,7 @@ repositoryURL = "https://github.com/Parra-Inc/parra-mobile-sdks"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 0.26.1; + minimumVersion = 0.27.0; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/sample/ParraDemoApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/sample/ParraDemoApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 11f9fe60..8793a7a9 100644 --- a/sample/ParraDemoApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/sample/ParraDemoApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Parra-Inc/parra-mobile-sdks", "state" : { - "revision" : "fb035cddc974dd934f79473d7b2428d56779ab4a", - "version" : "0.26.1" + "revision" : "04ccf57c8e29dcfb62a1012fe0c327ffd41942fb", + "version" : "0.27.0" } }, { diff --git a/sample/ParraDemoApp/App.swift b/sample/ParraDemoApp/App.swift index 5e499459..7c926ece 100644 --- a/sample/ParraDemoApp/App.swift +++ b/sample/ParraDemoApp/App.swift @@ -2,7 +2,7 @@ // ParraDemoAppApp.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/AppDelegate.swift b/sample/ParraDemoApp/AppDelegate.swift index 374803b5..03a6bf58 100644 --- a/sample/ParraDemoApp/AppDelegate.swift +++ b/sample/ParraDemoApp/AppDelegate.swift @@ -2,7 +2,7 @@ // AppDelegate.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/AppNavigationState.swift b/sample/ParraDemoApp/AppNavigationState.swift index 30a9495b..7ad044ce 100644 --- a/sample/ParraDemoApp/AppNavigationState.swift +++ b/sample/ParraDemoApp/AppNavigationState.swift @@ -2,7 +2,7 @@ // AppNavigationState.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/ContentView.swift b/sample/ParraDemoApp/ContentView.swift index 82ad0135..0c3b1f94 100644 --- a/sample/ParraDemoApp/ContentView.swift +++ b/sample/ParraDemoApp/ContentView.swift @@ -2,7 +2,7 @@ // ContentView.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Info.plist b/sample/ParraDemoApp/Info.plist index 3433526e..da782731 100644 --- a/sample/ParraDemoApp/Info.plist +++ b/sample/ParraDemoApp/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.26.1 + 0.27.0 CFBundleTypeRole diff --git a/sample/ParraDemoApp/PrivacyInfo.xcprivacy b/sample/ParraDemoApp/PrivacyInfo.xcprivacy index 1dcf6ca7..25e28da5 100644 --- a/sample/ParraDemoApp/PrivacyInfo.xcprivacy +++ b/sample/ParraDemoApp/PrivacyInfo.xcprivacy @@ -4,7 +4,7 @@ PrivacyInfo.xcprivacy Parra Demo - Bootstrapped with ❤️ by Parra on 12/14/2024. + Bootstrapped with ❤️ by Parra on 12/17/2024. Copyright (c) 2024 Parra Inc.. All rights reserved. --> diff --git a/sample/ParraDemoApp/SampleTab.swift b/sample/ParraDemoApp/SampleTab.swift index 4e8560ad..dba97851 100644 --- a/sample/ParraDemoApp/SampleTab.swift +++ b/sample/ParraDemoApp/SampleTab.swift @@ -2,7 +2,7 @@ // SampleTab.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/AccountHeader.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/AccountHeader.swift index 838f39e6..1b2f542b 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/AccountHeader.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/AccountHeader.swift @@ -2,7 +2,7 @@ // AccountHeader.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/AccountView.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/AccountView.swift index 839270a3..b4f51dca 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/AccountView.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/AccountView.swift @@ -2,7 +2,7 @@ // AccountView.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/ChangePasswordCell.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/ChangePasswordCell.swift index fcde2a2b..29f572b6 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/ChangePasswordCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/ChangePasswordCell.swift @@ -2,7 +2,7 @@ // ChangePasswordCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/DeleteAccountCell.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/DeleteAccountCell.swift index 45088d73..27b05d47 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/DeleteAccountCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/DeleteAccountCell.swift @@ -2,7 +2,7 @@ // DeleteAccountCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Account Screen/LogoutCell.swift b/sample/ParraDemoApp/Settings Tab/Account Screen/LogoutCell.swift index 1224fb4c..6d0f3d15 100644 --- a/sample/ParraDemoApp/Settings Tab/Account Screen/LogoutCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Account Screen/LogoutCell.swift @@ -2,7 +2,7 @@ // LogoutCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ChangelogCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ChangelogCell.swift index 02be0797..3f694b27 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ChangelogCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ChangelogCell.swift @@ -2,7 +2,7 @@ // ChangelogCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/FaqCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/FaqCell.swift index 54658739..ecf57436 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/FaqCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/FaqCell.swift @@ -2,7 +2,7 @@ // FaqCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/FeedCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/FeedCell.swift index f8e18984..6035b674 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/FeedCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/FeedCell.swift @@ -2,7 +2,7 @@ // FeedCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/FeedbackCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/FeedbackCell.swift index 902301bb..887be7fd 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/FeedbackCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/FeedbackCell.swift @@ -2,7 +2,7 @@ // FeedbackCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/LatestReleaseCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/LatestReleaseCell.swift index 6acc6884..422f20fe 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/LatestReleaseCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/LatestReleaseCell.swift @@ -2,7 +2,7 @@ // LatestReleaseCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/NotificationSettingsCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/NotificationSettingsCell.swift index 9dc27a42..a558fb97 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/NotificationSettingsCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/NotificationSettingsCell.swift @@ -2,7 +2,7 @@ // NotificationSettingsCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ProfileCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ProfileCell.swift index 49facc60..b538f74b 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ProfileCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ProfileCell.swift @@ -2,7 +2,7 @@ // ProfileCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/RestorePurchasesCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/RestorePurchasesCell.swift index 118300bd..56a7b333 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/RestorePurchasesCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/RestorePurchasesCell.swift @@ -2,7 +2,7 @@ // RestorePurchasesCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ReviewAppCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ReviewAppCell.swift index 1b3ab101..2da9ad80 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ReviewAppCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ReviewAppCell.swift @@ -2,7 +2,7 @@ // ReviewAppCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/RoadmapCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/RoadmapCell.swift index 325b1512..d970d9f4 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/RoadmapCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/RoadmapCell.swift @@ -2,7 +2,7 @@ // RoadmapCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ShareCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ShareCell.swift index 86c6bf84..f12d60ce 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ShareCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ShareCell.swift @@ -2,7 +2,7 @@ // ShareCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/SubscriptionUpsellCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/SubscriptionUpsellCell.swift index ff28416b..25838a26 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/SubscriptionUpsellCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/SubscriptionUpsellCell.swift @@ -2,7 +2,7 @@ // SubscriptionUpsellCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/ThemeCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/ThemeCell.swift index ad4bf7a7..32f6a859 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/ThemeCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/ThemeCell.swift @@ -2,7 +2,7 @@ // ThemeCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Cells/TipJarCell.swift b/sample/ParraDemoApp/Settings Tab/Cells/TipJarCell.swift index 40819fc1..3ca1b9b7 100644 --- a/sample/ParraDemoApp/Settings Tab/Cells/TipJarCell.swift +++ b/sample/ParraDemoApp/Settings Tab/Cells/TipJarCell.swift @@ -2,7 +2,7 @@ // TipJarCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileTextField.swift b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileTextField.swift index 9282809e..1d982110 100644 --- a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileTextField.swift +++ b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileTextField.swift @@ -2,7 +2,7 @@ // EditProfileTextField.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileView.swift b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileView.swift index 6399aac3..6236850d 100644 --- a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileView.swift +++ b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileView.swift @@ -2,7 +2,7 @@ // EditProfileView.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileViewModel.swift b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileViewModel.swift index 5c804aa5..1c6eb746 100644 --- a/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileViewModel.swift +++ b/sample/ParraDemoApp/Settings Tab/Edit Profile Screen/EditProfileViewModel.swift @@ -2,7 +2,7 @@ // EditProfileViewModel.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/ListItemLoadingButton.swift b/sample/ParraDemoApp/Settings Tab/ListItemLoadingButton.swift index 1726583b..0001fc4a 100644 --- a/sample/ParraDemoApp/Settings Tab/ListItemLoadingButton.swift +++ b/sample/ParraDemoApp/Settings Tab/ListItemLoadingButton.swift @@ -2,7 +2,7 @@ // ListItemLoadingButton.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/SettingsFooter.swift b/sample/ParraDemoApp/Settings Tab/SettingsFooter.swift index 8b4d2e19..78fdd4c7 100644 --- a/sample/ParraDemoApp/Settings Tab/SettingsFooter.swift +++ b/sample/ParraDemoApp/Settings Tab/SettingsFooter.swift @@ -2,7 +2,7 @@ // SettingsFooter.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemoApp/Settings Tab/SettingsTab.swift b/sample/ParraDemoApp/Settings Tab/SettingsTab.swift index 44b40ee7..f7a747b3 100644 --- a/sample/ParraDemoApp/Settings Tab/SettingsTab.swift +++ b/sample/ParraDemoApp/Settings Tab/SettingsTab.swift @@ -2,7 +2,7 @@ // SettingsTab.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 12/14/2024. +// Bootstrapped with ❤️ by Parra on 12/17/2024. // Copyright © 2024 Parra Inc.. All rights reserved. //