Skip to content

Commit da2e4c1

Browse files
committed
Fix style violations
1 parent e84f6a6 commit da2e4c1

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

iCookTV.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
B50BFC051CC88FA3004F853D /* Debug.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50BFC041CC88FA3004F853D /* Debug.swift */; };
1616
B50BFC071CC8AF14004F853D /* HistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50BFC061CC8AF14004F853D /* HistoryViewController.swift */; };
1717
B51A95391CCF1C5100E5ED97 /* iCookTVKeys.swift in Sources */ = {isa = PBXBuildFile; fileRef = B51A95381CCF1C5100E5ED97 /* iCookTVKeys.swift */; };
18-
B52DFA9E1CF81A8A005B9D67 /* BreakRules.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52DFA9D1CF81A8A005B9D67 /* BreakRules.swift */; };
1918
B52EC3B11CB26F1B0072762C /* CGRect+Grid.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52EC3B01CB26F1B0072762C /* CGRect+Grid.swift */; };
2019
B52EC3B31CB3A02E0072762C /* UIFont+TV.swift in Sources */ = {isa = PBXBuildFile; fileRef = B52EC3B21CB3A02E0072762C /* UIFont+TV.swift */; };
2120
B53115931CC69E7C00E75292 /* HistoryManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53115921CC69E7C00E75292 /* HistoryManager.swift */; };
@@ -80,7 +79,6 @@
8079
B50BFC041CC88FA3004F853D /* Debug.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Debug.swift; sourceTree = "<group>"; };
8180
B50BFC061CC8AF14004F853D /* HistoryViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HistoryViewController.swift; sourceTree = "<group>"; };
8281
B51A95381CCF1C5100E5ED97 /* iCookTVKeys.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = iCookTVKeys.swift; sourceTree = "<group>"; };
83-
B52DFA9D1CF81A8A005B9D67 /* BreakRules.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BreakRules.swift; sourceTree = "<group>"; };
8482
B52EC3B01CB26F1B0072762C /* CGRect+Grid.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CGRect+Grid.swift"; sourceTree = "<group>"; };
8583
B52EC3B21CB3A02E0072762C /* UIFont+TV.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIFont+TV.swift"; sourceTree = "<group>"; };
8684
B53115921CC69E7C00E75292 /* HistoryManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HistoryManager.swift; sourceTree = "<group>"; };
@@ -192,7 +190,6 @@
192190
B5A614FC1CCA0848004A3CD5 /* Supporting Files */ = {
193191
isa = PBXGroup;
194192
children = (
195-
B52DFA9D1CF81A8A005B9D67 /* BreakRules.swift */,
196193
B5F7BF541BA9C95F00A75099 /* Info.plist */,
197194
B5A614F91CCA05B4004A3CD5 /* InfoPlist.strings */,
198195
B500D9A81CB94B5D00622198 /* Localizable.strings */,
@@ -561,7 +558,6 @@
561558
files = (
562559
B5F7BF4C1BA9C95F00A75099 /* AppDelegate.swift in Sources */,
563560
B5DA8EE21CB4C2B20068E0E3 /* BlurBackgroundViewController.swift in Sources */,
564-
B52DFA9E1CF81A8A005B9D67 /* BreakRules.swift in Sources */,
565561
B53E397B1CA14B4200EB1EEE /* CategoriesViewController.swift in Sources */,
566562
B56D68E91CA564B00097D5D7 /* Category.swift in Sources */,
567563
B5A8F7091CA259120069F836 /* CategoryCell.swift in Sources */,

iCookTV/BreakRules.swift

Lines changed: 0 additions & 14 deletions
This file was deleted.

iCookTV/UIImage+Grid.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,3 @@ extension UIImage {
7272
}
7373

7474
}
75-
76-

0 commit comments

Comments
 (0)