From d4ee40fb30f36d4167e4b8cde30f1fa31972699e Mon Sep 17 00:00:00 2001 From: Mick MacCallum Date: Thu, 1 Aug 2024 14:43:22 +0000 Subject: [PATCH] Released version 0.1.57 [skip ci] --- cli/Cargo.toml | 2 +- sample/ParraDemo.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 15 +++++++++++++++ sample/ParraDemo/App.swift | 2 +- sample/ParraDemo/ContentView.swift | 2 +- sample/ParraDemo/SampleTab.swift | 2 +- .../Account Screen/AccountHeader.swift | 2 +- .../Settings Tab/Account Screen/AccountView.swift | 2 +- .../Account Screen/ChangePasswordCell.swift | 2 +- .../Account Screen/DeleteAccountCell.swift | 2 +- .../Settings Tab/Account Screen/LogoutCell.swift | 2 +- .../Settings Tab/Cells/ChangelogCell.swift | 2 +- .../Settings Tab/Cells/FeedbackCell.swift | 2 +- .../Settings Tab/Cells/LatestReleaseCell.swift | 2 +- .../Settings Tab/Cells/ProfileCell.swift | 2 +- .../Settings Tab/Cells/ReviewAppCell.swift | 2 +- .../Settings Tab/Cells/RoadmapCell.swift | 2 +- .../ParraDemo/Settings Tab/Cells/ShareCell.swift | 2 +- .../ParraDemo/Settings Tab/Cells/ThemeCell.swift | 2 +- .../Edit Profile Screen/EditProfileView.swift | 2 +- .../ParraDemo/Settings Tab/SettingsFooter.swift | 2 +- sample/ParraDemo/Settings Tab/SettingsTab.swift | 2 +- 22 files changed, 36 insertions(+), 21 deletions(-) create mode 100644 sample/ParraDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8d9c9cfb..a321d118 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parra" -version = "0.1.56" +version = "0.1.57" edition = "2021" build = "build.rs" diff --git a/sample/ParraDemo.xcodeproj/project.pbxproj b/sample/ParraDemo.xcodeproj/project.pbxproj index e786eb9f..8fc488f2 100644 --- a/sample/ParraDemo.xcodeproj/project.pbxproj +++ b/sample/ParraDemo.xcodeproj/project.pbxproj @@ -450,7 +450,7 @@ repositoryURL = "https://github.com/Parra-Inc/parra-mobile-sdks"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 0.1.56; + minimumVersion = 0.1.57; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/sample/ParraDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/sample/ParraDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved new file mode 100644 index 00000000..8850d95c --- /dev/null +++ b/sample/ParraDemo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -0,0 +1,15 @@ +{ + "originHash" : "49ebd897c474ecf80fd1e9d58119d29e576452285c1a24f5c635a1394f1d7a8e", + "pins" : [ + { + "identity" : "parra-mobile-sdks", + "kind" : "remoteSourceControl", + "location" : "https://github.com/Parra-Inc/parra-mobile-sdks", + "state" : { + "revision" : "e8df7f22a05cfcda3fc021595333a3a175c30ae8", + "version" : "0.1.57" + } + } + ], + "version" : 3 +} diff --git a/sample/ParraDemo/App.swift b/sample/ParraDemo/App.swift index b51845fa..ff0f1095 100644 --- a/sample/ParraDemo/App.swift +++ b/sample/ParraDemo/App.swift @@ -2,7 +2,7 @@ // ParraDemoApp.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/ContentView.swift b/sample/ParraDemo/ContentView.swift index 16f673b0..9fe38af8 100644 --- a/sample/ParraDemo/ContentView.swift +++ b/sample/ParraDemo/ContentView.swift @@ -2,7 +2,7 @@ // ContentView.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/SampleTab.swift b/sample/ParraDemo/SampleTab.swift index a1edf8f1..e6fd1227 100644 --- a/sample/ParraDemo/SampleTab.swift +++ b/sample/ParraDemo/SampleTab.swift @@ -2,7 +2,7 @@ // SampleTab.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Account Screen/AccountHeader.swift b/sample/ParraDemo/Settings Tab/Account Screen/AccountHeader.swift index 15df1556..45fbaa5c 100644 --- a/sample/ParraDemo/Settings Tab/Account Screen/AccountHeader.swift +++ b/sample/ParraDemo/Settings Tab/Account Screen/AccountHeader.swift @@ -2,7 +2,7 @@ // AccountHeader.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Account Screen/AccountView.swift b/sample/ParraDemo/Settings Tab/Account Screen/AccountView.swift index 0055e881..b018044e 100644 --- a/sample/ParraDemo/Settings Tab/Account Screen/AccountView.swift +++ b/sample/ParraDemo/Settings Tab/Account Screen/AccountView.swift @@ -2,7 +2,7 @@ // AccountView.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Account Screen/ChangePasswordCell.swift b/sample/ParraDemo/Settings Tab/Account Screen/ChangePasswordCell.swift index 6a8545bd..0fe72d20 100644 --- a/sample/ParraDemo/Settings Tab/Account Screen/ChangePasswordCell.swift +++ b/sample/ParraDemo/Settings Tab/Account Screen/ChangePasswordCell.swift @@ -2,7 +2,7 @@ // ChangePasswordCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Account Screen/DeleteAccountCell.swift b/sample/ParraDemo/Settings Tab/Account Screen/DeleteAccountCell.swift index a95dbd2c..88ff82a7 100644 --- a/sample/ParraDemo/Settings Tab/Account Screen/DeleteAccountCell.swift +++ b/sample/ParraDemo/Settings Tab/Account Screen/DeleteAccountCell.swift @@ -2,7 +2,7 @@ // DeleteAccountCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Account Screen/LogoutCell.swift b/sample/ParraDemo/Settings Tab/Account Screen/LogoutCell.swift index 56789557..aee8e4d4 100644 --- a/sample/ParraDemo/Settings Tab/Account Screen/LogoutCell.swift +++ b/sample/ParraDemo/Settings Tab/Account Screen/LogoutCell.swift @@ -2,7 +2,7 @@ // LogoutCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Cells/ChangelogCell.swift b/sample/ParraDemo/Settings Tab/Cells/ChangelogCell.swift index 1c9113a2..b80cadb9 100644 --- a/sample/ParraDemo/Settings Tab/Cells/ChangelogCell.swift +++ b/sample/ParraDemo/Settings Tab/Cells/ChangelogCell.swift @@ -2,7 +2,7 @@ // ChangelogCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Cells/FeedbackCell.swift b/sample/ParraDemo/Settings Tab/Cells/FeedbackCell.swift index 59019fb0..c84b7087 100644 --- a/sample/ParraDemo/Settings Tab/Cells/FeedbackCell.swift +++ b/sample/ParraDemo/Settings Tab/Cells/FeedbackCell.swift @@ -2,7 +2,7 @@ // FeedbackCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Cells/LatestReleaseCell.swift b/sample/ParraDemo/Settings Tab/Cells/LatestReleaseCell.swift index 70ab2c0d..efc94fcd 100644 --- a/sample/ParraDemo/Settings Tab/Cells/LatestReleaseCell.swift +++ b/sample/ParraDemo/Settings Tab/Cells/LatestReleaseCell.swift @@ -2,7 +2,7 @@ // LatestReleaseCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Cells/ProfileCell.swift b/sample/ParraDemo/Settings Tab/Cells/ProfileCell.swift index a73351a5..9cedc318 100644 --- a/sample/ParraDemo/Settings Tab/Cells/ProfileCell.swift +++ b/sample/ParraDemo/Settings Tab/Cells/ProfileCell.swift @@ -2,7 +2,7 @@ // ProfileCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Cells/ReviewAppCell.swift b/sample/ParraDemo/Settings Tab/Cells/ReviewAppCell.swift index 51d2a3a2..debf7e5d 100644 --- a/sample/ParraDemo/Settings Tab/Cells/ReviewAppCell.swift +++ b/sample/ParraDemo/Settings Tab/Cells/ReviewAppCell.swift @@ -2,7 +2,7 @@ // ReviewAppCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Cells/RoadmapCell.swift b/sample/ParraDemo/Settings Tab/Cells/RoadmapCell.swift index 5affb23a..207404b0 100644 --- a/sample/ParraDemo/Settings Tab/Cells/RoadmapCell.swift +++ b/sample/ParraDemo/Settings Tab/Cells/RoadmapCell.swift @@ -2,7 +2,7 @@ // RoadmapCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Cells/ShareCell.swift b/sample/ParraDemo/Settings Tab/Cells/ShareCell.swift index c9117cda..8f176596 100644 --- a/sample/ParraDemo/Settings Tab/Cells/ShareCell.swift +++ b/sample/ParraDemo/Settings Tab/Cells/ShareCell.swift @@ -2,7 +2,7 @@ // ShareCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Cells/ThemeCell.swift b/sample/ParraDemo/Settings Tab/Cells/ThemeCell.swift index 3e7d5bff..3d296f4d 100644 --- a/sample/ParraDemo/Settings Tab/Cells/ThemeCell.swift +++ b/sample/ParraDemo/Settings Tab/Cells/ThemeCell.swift @@ -2,7 +2,7 @@ // ThemeCell.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/Edit Profile Screen/EditProfileView.swift b/sample/ParraDemo/Settings Tab/Edit Profile Screen/EditProfileView.swift index 4e294a67..f268e24d 100644 --- a/sample/ParraDemo/Settings Tab/Edit Profile Screen/EditProfileView.swift +++ b/sample/ParraDemo/Settings Tab/Edit Profile Screen/EditProfileView.swift @@ -2,7 +2,7 @@ // EditProfileView.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/SettingsFooter.swift b/sample/ParraDemo/Settings Tab/SettingsFooter.swift index 755bfe21..eee61abc 100644 --- a/sample/ParraDemo/Settings Tab/SettingsFooter.swift +++ b/sample/ParraDemo/Settings Tab/SettingsFooter.swift @@ -2,7 +2,7 @@ // SettingsFooter.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. // diff --git a/sample/ParraDemo/Settings Tab/SettingsTab.swift b/sample/ParraDemo/Settings Tab/SettingsTab.swift index a0b7d99b..7d426c86 100644 --- a/sample/ParraDemo/Settings Tab/SettingsTab.swift +++ b/sample/ParraDemo/Settings Tab/SettingsTab.swift @@ -2,7 +2,7 @@ // SettingsTab.swift // Parra Demo // -// Bootstrapped with ❤️ by Parra on 07/31/2024. +// Bootstrapped with ❤️ by Parra on 08/01/2024. // Copyright © 2024 Parra Inc.. All rights reserved. //