Skip to content

Commit

Permalink
Remove more cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Weiß committed Feb 2, 2020
1 parent 6417ccb commit 88c6e68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 92 deletions.
14 changes: 0 additions & 14 deletions Chapter 5/KitTime Player/KitTime Player.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
C439A7A1180147AE001F667B /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C439A7A0180147AE001F667B /* CoreMedia.framework */; };
C439A7A51801617D001F667B /* THExportWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = C439A7A31801617D001F667B /* THExportWindowController.m */; };
C439A7A61801617D001F667B /* THExportWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = C439A7A41801617D001F667B /* THExportWindow.xib */; };
C439A7AB1801653E001F667B /* NSTimer+Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = C439A7A81801653E001F667B /* NSTimer+Additions.m */; };
C439A7BD1801755A001F667B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C439A7BC1801755A001F667B /* QuartzCore.framework */; };
C43BDA7518010C6600AD0F16 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C43BDA7418010C6600AD0F16 /* Cocoa.framework */; };
C43BDA7F18010C6600AD0F16 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C43BDA7D18010C6600AD0F16 /* InfoPlist.strings */; };
Expand All @@ -35,8 +34,6 @@
C439A7A21801617D001F667B /* THExportWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = THExportWindowController.h; sourceTree = "<group>"; };
C439A7A31801617D001F667B /* THExportWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = THExportWindowController.m; sourceTree = "<group>"; };
C439A7A41801617D001F667B /* THExportWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = THExportWindow.xib; sourceTree = "<group>"; };
C439A7A71801653E001F667B /* NSTimer+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSTimer+Additions.h"; sourceTree = "<group>"; };
C439A7A81801653E001F667B /* NSTimer+Additions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSTimer+Additions.m"; sourceTree = "<group>"; };
C439A7AE18017472001F667B /* QTKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QTKit.framework; path = System/Library/Frameworks/QTKit.framework; sourceTree = SDKROOT; };
C439A7BC1801755A001F667B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
C43BDA7118010C6600AD0F16 /* KitTime Player.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "KitTime Player.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -73,15 +70,6 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
C439A7AD18016544001F667B /* Categories */ = {
isa = PBXGroup;
children = (
C439A7A71801653E001F667B /* NSTimer+Additions.h */,
C439A7A81801653E001F667B /* NSTimer+Additions.m */,
);
name = Categories;
sourceTree = "<group>";
};
C43BDA6818010C6600AD0F16 = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -133,7 +121,6 @@
C439A7A21801617D001F667B /* THExportWindowController.h */,
C439A7A31801617D001F667B /* THExportWindowController.m */,
C43BDA8C18010C6600AD0F16 /* MainMenu.xib */,
C439A7AD18016544001F667B /* Categories */,
C4A74576180230FB00D23083 /* Models */,
C4A745751802308B00D23083 /* Views */,
C43BDA7B18010C6600AD0F16 /* Supporting Files */,
Expand Down Expand Up @@ -250,7 +237,6 @@
3D52AF0523E49D7800B3105B /* Document.swift in Sources */,
3D55116823E7257700321FF8 /* Window.swift in Sources */,
3DFCD3C323E71E0500BC047D /* Chapter.swift in Sources */,
C439A7AB1801653E001F667B /* NSTimer+Additions.m in Sources */,
C43BDA8118010C6600AD0F16 /* main.m in Sources */,
C439A7A51801617D001F667B /* THExportWindowController.m in Sources */,
);
Expand Down
34 changes: 0 additions & 34 deletions Chapter 5/KitTime Player/KitTime Player/NSTimer+Additions.h

This file was deleted.

44 changes: 0 additions & 44 deletions Chapter 5/KitTime Player/KitTime Player/NSTimer+Additions.m

This file was deleted.

0 comments on commit 88c6e68

Please sign in to comment.