From 207f6aac32aa7b614ab4db5f93cefdd592747797 Mon Sep 17 00:00:00 2001 From: Joe Mattiello Date: Thu, 2 Mar 2023 01:09:10 -0500 Subject: [PATCH] Fix some Bundle refs --- SideStore.xcodeproj/project.pbxproj | 4 +++- .../Resources/Storyboards/Settings.storyboard | 4 ++-- .../Resources/XIB/NewsCollectionViewCell.xib | 8 ++++---- .../Resources/XIB/SettingsHeaderFooterView.xib | 13 ++++++------- .../Resources/XIB/UpdateCollectionViewCell.xib | 18 +++++++++++------- .../App Detail/AppViewController.swift | 2 +- .../Managing Apps/AppManager.swift | 2 +- .../Operations/AuthenticationOperation.swift | 2 +- .../Settings/PatreonViewController.swift | 2 +- .../Settings/SettingsViewController.swift | 2 +- 10 files changed, 31 insertions(+), 26 deletions(-) diff --git a/SideStore.xcodeproj/project.pbxproj b/SideStore.xcodeproj/project.pbxproj index 5ba1f675..009d9907 100644 --- a/SideStore.xcodeproj/project.pbxproj +++ b/SideStore.xcodeproj/project.pbxproj @@ -349,7 +349,7 @@ attributes = { BuildIndependentTargetsInParallel = YES; LastSwiftUpdateCheck = 1400; - LastUpgradeCheck = 1020; + LastUpgradeCheck = 1420; ORGANIZATIONNAME = SideStore; TargetAttributes = { BF989166250AABF3002ACF50 = { @@ -557,6 +557,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; @@ -626,6 +627,7 @@ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; diff --git a/SideStoreApp/Sources/SideStore/Resources/Storyboards/Settings.storyboard b/SideStoreApp/Sources/SideStore/Resources/Storyboards/Settings.storyboard index ccf9515c..bf6dff03 100644 --- a/SideStoreApp/Sources/SideStore/Resources/Storyboards/Settings.storyboard +++ b/SideStoreApp/Sources/SideStore/Resources/Storyboards/Settings.storyboard @@ -21,7 +21,7 @@