Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 5cad4e0

Browse files
committed
Remove UIStoryboardSegue extension
1 parent 115fca0 commit 5cad4e0

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

Library/UIKit/TypedStoryboardSegueInfo+UIStoryboardSegue.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import UIKit
1111

1212
extension TypedStoryboardSegueInfo {
1313
/**
14-
Returns typed information about the given segue, fails if the segue doesn't exactly match this identifier.
14+
Returns typed information about the given segue, fails if the segue types don't exactly match types.
1515

1616
- returns: A newly initialized TypedStoryboardSegueInfo object or nil.
1717
*/

Library/UIKit/UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift

-24
This file was deleted.

R.swift.Library.xcodeproj/project.pbxproj

-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
D543F9C61C14992000D16A0C /* UICollectionView+ReuseIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9C51C14992000D16A0C /* UICollectionView+ReuseIdentifierProtocol.swift */; };
1717
D543F9C81C14995800D16A0C /* UIViewController+NibResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9C71C14995800D16A0C /* UIViewController+NibResource.swift */; };
1818
D543F9CA1C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9C91C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift */; };
19-
D543F9CC1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9CB1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift */; };
2019
D543F9CF1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift in Sources */ = {isa = PBXBuildFile; fileRef = D543F9CE1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */; };
2120
D5588CAB1C3F9DBE00912F97 /* UINib+NibResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5588CAA1C3F9DBE00912F97 /* UINib+NibResource.swift */; };
2221
D56DC7731C42B65C00623437 /* NSBundle+FileResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D56DC7721C42B65C00623437 /* NSBundle+FileResource.swift */; };
@@ -52,7 +51,6 @@
5251
D543F9C51C14992000D16A0C /* UICollectionView+ReuseIdentifierProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UICollectionView+ReuseIdentifierProtocol.swift"; sourceTree = "<group>"; };
5352
D543F9C71C14995800D16A0C /* UIViewController+NibResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+NibResource.swift"; sourceTree = "<group>"; };
5453
D543F9C91C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+StoryboardSegueIdentifierProtocol.swift"; sourceTree = "<group>"; };
55-
D543F9CB1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift"; sourceTree = "<group>"; };
5654
D543F9CE1C149C0A00D16A0C /* TypedStoryboardSegueInfo+UIStoryboardSegue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "TypedStoryboardSegueInfo+UIStoryboardSegue.swift"; sourceTree = "<group>"; };
5755
D5588CAA1C3F9DBE00912F97 /* UINib+NibResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UINib+NibResource.swift"; sourceTree = "<group>"; };
5856
D56DC7721C42B65C00623437 /* NSBundle+FileResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSBundle+FileResource.swift"; sourceTree = "<group>"; };
@@ -100,7 +98,6 @@
10098
D57E1EB41C3D774000DDA68F /* UIFont+FontResource.swift */,
10199
D5588CAA1C3F9DBE00912F97 /* UINib+NibResource.swift */,
102100
D57E1EBA1C3E4C4300DDA68F /* UIStoryboard+StoryboardResource.swift */,
103-
D543F9CB1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift */,
104101
D543F9C31C1498FB00D16A0C /* UITableView+ReuseIdentifierProtocol.swift */,
105102
D543F9C71C14995800D16A0C /* UIViewController+NibResource.swift */,
106103
D543F9C91C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift */,
@@ -278,7 +275,6 @@
278275
isa = PBXSourcesBuildPhase;
279276
buildActionMask = 2147483647;
280277
files = (
281-
D543F9CC1C1499AB00D16A0C /* UIStoryboardSegue+StoryboardSegueIdentifierProtocol.swift in Sources */,
282278
D543F9CA1C14998800D16A0C /* UIViewController+StoryboardSegueIdentifierProtocol.swift in Sources */,
283279
D5E435AD1C3D00770091090C /* FileResource.swift in Sources */,
284280
D543F9BB1C1497EB00D16A0C /* Identifier.swift in Sources */,

0 commit comments

Comments
 (0)