diff --git a/ImageViewer.xcodeproj/project.pbxproj b/ImageViewer.xcodeproj/project.pbxproj index b1036f7..833eeb1 100644 --- a/ImageViewer.xcodeproj/project.pbxproj +++ b/ImageViewer.xcodeproj/project.pbxproj @@ -92,6 +92,7 @@ buildRules = ( ); dependencies = ( + 9ADE6C2D300AC4670071D8E9 /* PBXTargetDependency */, ); name = ImageViewer; productName = ImageViewer; @@ -125,6 +126,7 @@ packageReferences = ( 9A77032A300317E4004A0222 /* XCRemoteSwiftPackageReference "ZIPFoundation" */, 9A77032D30031A32004A0222 /* XCLocalSwiftPackageReference "dependencies/flatbuffers" */, + 9ADE6C29300AC4480071D8E9 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */, ); productRefGroup = 840F62662E7B65B700C8A64A /* Products */; projectDirPath = ""; @@ -160,6 +162,13 @@ }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + 9ADE6C2D300AC4670071D8E9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + productRef = 9ADE6C2C300AC4670071D8E9 /* SwiftLintBuildToolPlugin */; + }; +/* End PBXTargetDependency section */ + /* Begin XCBuildConfiguration section */ 840F62772E7B65B900C8A64A /* Debug */ = { isa = XCBuildConfiguration; @@ -293,8 +302,8 @@ INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UILaunchStoryboardName = "Launch Screen"; + INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -320,8 +329,8 @@ INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UILaunchStoryboardName = "Launch Screen"; + INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -374,6 +383,14 @@ minimumVersion = 0.9.20; }; }; + 9ADE6C29300AC4480071D8E9 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/SimplyDanny/SwiftLintPlugins"; + requirement = { + kind = upToNextMajorVersion; + minimumVersion = 0.65.0; + }; + }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ @@ -406,6 +423,11 @@ isa = XCSwiftPackageProductDependency; productName = FlexBuffers; }; + 9ADE6C2C300AC4670071D8E9 /* SwiftLintBuildToolPlugin */ = { + isa = XCSwiftPackageProductDependency; + package = 9ADE6C29300AC4480071D8E9 /* XCRemoteSwiftPackageReference "SwiftLintPlugins" */; + productName = "plugin:SwiftLintBuildToolPlugin"; + }; /* End XCSwiftPackageProductDependency section */ }; rootObject = 840F625D2E7B65B700C8A64A /* Project object */; diff --git a/ImageViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ImageViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 8c055df..91657e5 100644 --- a/ImageViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ImageViewer.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,6 +1,15 @@ { - "originHash" : "1d2ea13999643e07c5cb84a07c2cd10221ddf2714932691ba7147378d56f57ac", + "originHash" : "accb1f3037f65844310a7dbb8681bccb9cfebd93326405d900ec5c93a6c093c1", "pins" : [ + { + "identity" : "swiftlintplugins", + "kind" : "remoteSourceControl", + "location" : "https://github.com/SimplyDanny/SwiftLintPlugins", + "state" : { + "revision" : "3292bab28e6e92000161348003fdef8edc4e582d", + "version" : "0.65.0" + } + }, { "identity" : "zipfoundation", "kind" : "remoteSourceControl", diff --git a/ImageViewer/Info.plist b/ImageViewer/Info.plist index 60d5f3f..ff579a6 100644 --- a/ImageViewer/Info.plist +++ b/ImageViewer/Info.plist @@ -4,7 +4,5 @@ UIFileSharingEnabled - UILaunchStoryboardName - Launch Screen diff --git a/ImageViewer/metadata_generated.swift b/ImageViewer/metadata_generated.swift index 619e942..d533d91 100644 --- a/ImageViewer/metadata_generated.swift +++ b/ImageViewer/metadata_generated.swift @@ -537,3 +537,4 @@ public struct Metadata: FlatBufferTable, FlatbuffersVectorInitializable, Verifia } } +// swiftlint:enable all