From d95bd51f45e35993d8d57ef8d8e1789d72683e92 Mon Sep 17 00:00:00 2001 From: iCatMed Developer Date: Mon, 1 Aug 2022 15:15:36 +0100 Subject: [PATCH 1/2] Fixed Compiling Example project --- CHANGELOG.md | 1 + Example/UnrarExample-Info.plist | 2 ++ .../xcshareddata/xcschemes/UnrarExample.xcscheme | 2 +- UnrarKit.xcodeproj/xcshareddata/xcschemes/UnrarKit.xcscheme | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c6f023..f8addf6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Fixed a header name conflict with Realm (Issue #90) * Incorrect passwords in RAR5 archives now produce a specific and helpful error message (PR #101 - Thanks to [@gpotari](https://github.com/gpotari) for the idea and implementation!) * Updated to v6.1.7 of UnRAR library (PR #103 - Thanks to [@gpotari](https://github.com/gpotari) ) +* Fixed compile error for Example project. Added missing CFBundleShortVersionString key to Info.plist ## 2.10 diff --git a/Example/UnrarExample-Info.plist b/Example/UnrarExample-Info.plist index 276e6f65..d25315c9 100644 --- a/Example/UnrarExample-Info.plist +++ b/Example/UnrarExample-Info.plist @@ -22,6 +22,8 @@ ???? CFBundleVersion 1.0 + CFBundleShortVersionString + 1 LSRequiresIPhoneOS NSMainNibFile diff --git a/Example/UnrarExample.xcodeproj/xcshareddata/xcschemes/UnrarExample.xcscheme b/Example/UnrarExample.xcodeproj/xcshareddata/xcschemes/UnrarExample.xcscheme index 1c9263ac..cd85290b 100644 --- a/Example/UnrarExample.xcodeproj/xcshareddata/xcschemes/UnrarExample.xcscheme +++ b/Example/UnrarExample.xcodeproj/xcshareddata/xcschemes/UnrarExample.xcscheme @@ -1,6 +1,6 @@ Date: Tue, 2 Aug 2022 10:09:25 +0100 Subject: [PATCH 2/2] Changelog modified , others reverted --- CHANGELOG.md | 2 +- .../xcshareddata/xcschemes/UnrarExample.xcscheme | 2 +- UnrarKit.xcodeproj/xcshareddata/xcschemes/UnrarKit.xcscheme | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8addf6c..37558382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Fixed a header name conflict with Realm (Issue #90) * Incorrect passwords in RAR5 archives now produce a specific and helpful error message (PR #101 - Thanks to [@gpotari](https://github.com/gpotari) for the idea and implementation!) * Updated to v6.1.7 of UnRAR library (PR #103 - Thanks to [@gpotari](https://github.com/gpotari) ) -* Fixed compile error for Example project. Added missing CFBundleShortVersionString key to Info.plist +* Fixed compile with Xcode 14 for Example project. Added missing CFBundleShortVersionString key to Info.plist ## 2.10 diff --git a/Example/UnrarExample.xcodeproj/xcshareddata/xcschemes/UnrarExample.xcscheme b/Example/UnrarExample.xcodeproj/xcshareddata/xcschemes/UnrarExample.xcscheme index cd85290b..1c9263ac 100644 --- a/Example/UnrarExample.xcodeproj/xcshareddata/xcschemes/UnrarExample.xcscheme +++ b/Example/UnrarExample.xcodeproj/xcshareddata/xcschemes/UnrarExample.xcscheme @@ -1,6 +1,6 @@