Skip to content

Commit 419fc7e

Browse files
committed
Clean up
1 parent c2cf0b2 commit 419fc7e

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

TextFieldEffects/TextFieldEffects.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
4CBF76511A71AE4500073B6A /* TextFieldEffects.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CBF76501A71AE4500073B6A /* TextFieldEffects.h */; settings = {ATTRIBUTES = (Public, ); }; };
1111
4CBF76681A71AE6700073B6A /* KaedeTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CBF76671A71AE6700073B6A /* KaedeTextField.swift */; };
1212
4CBF76721A71AF7700073B6A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CBF76711A71AF7700073B6A /* AppDelegate.swift */; };
13-
4CBF76741A71AF7700073B6A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CBF76731A71AF7700073B6A /* ViewController.swift */; };
1413
4CBF76771A71AF7700073B6A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4CBF76751A71AF7700073B6A /* Main.storyboard */; };
1514
4CBF76791A71AF7700073B6A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4CBF76781A71AF7700073B6A /* Images.xcassets */; };
1615
4CBF767C1A71AF7700073B6A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4CBF767A1A71AF7700073B6A /* LaunchScreen.xib */; };
@@ -53,7 +52,6 @@
5352
4CBF766D1A71AF7700073B6A /* TextFieldsDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TextFieldsDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
5453
4CBF76701A71AF7700073B6A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5554
4CBF76711A71AF7700073B6A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
56-
4CBF76731A71AF7700073B6A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
5755
4CBF76761A71AF7700073B6A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5856
4CBF76781A71AF7700073B6A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
5957
4CBF767B1A71AF7700073B6A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
@@ -124,7 +122,6 @@
124122
isa = PBXGroup;
125123
children = (
126124
4CBF76711A71AF7700073B6A /* AppDelegate.swift */,
127-
4CBF76731A71AF7700073B6A /* ViewController.swift */,
128125
4CBF76751A71AF7700073B6A /* Main.storyboard */,
129126
4CBF76781A71AF7700073B6A /* Images.xcassets */,
130127
4CBF767A1A71AF7700073B6A /* LaunchScreen.xib */,
@@ -264,7 +261,6 @@
264261
isa = PBXSourcesBuildPhase;
265262
buildActionMask = 2147483647;
266263
files = (
267-
4CBF76741A71AF7700073B6A /* ViewController.swift in Sources */,
268264
4CBF76721A71AF7700073B6A /* AppDelegate.swift in Sources */,
269265
);
270266
runOnlyForDeploymentPostprocessing = 0;

TextFieldEffects/TextFieldsDemo/ViewController.swift

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

0 commit comments

Comments
 (0)