diff --git a/PAPasscode Example/PAPasscode Example.xcodeproj/project.pbxproj b/PAPasscode Example/PAPasscode Example.xcodeproj/project.pbxproj index 37ef3e1..09660f1 100644 --- a/PAPasscode Example/PAPasscode Example.xcodeproj/project.pbxproj +++ b/PAPasscode Example/PAPasscode Example.xcodeproj/project.pbxproj @@ -21,7 +21,6 @@ 9208C478162C547900D7B1F7 /* ViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9208C476162C547900D7B1F7 /* ViewController_iPad.xib */; }; 92471367162CB60D0085CDA3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92471366162CB60D0085CDA3 /* QuartzCore.framework */; }; 92471370162CCA890085CDA3 /* PAPasscodeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9247136F162CCA890085CDA3 /* PAPasscodeViewController.m */; }; - 927AF85D1B0CE32E009CE2B1 /* PAPlaceholderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 927AF85C1B0CE32E009CE2B1 /* PAPlaceholderView.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -46,8 +45,6 @@ 92471366162CB60D0085CDA3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 9247136E162CCA890085CDA3 /* PAPasscodeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PAPasscodeViewController.h; path = ../../PAPasscode/PAPasscodeViewController.h; sourceTree = ""; }; 9247136F162CCA890085CDA3 /* PAPasscodeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PAPasscodeViewController.m; path = ../../PAPasscode/PAPasscodeViewController.m; sourceTree = ""; }; - 927AF85B1B0CE32E009CE2B1 /* PAPlaceholderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PAPlaceholderView.h; path = ../../../PAPlaceholder/PAPlaceholder/PAPlaceholderView.h; sourceTree = ""; }; - 927AF85C1B0CE32E009CE2B1 /* PAPlaceholderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PAPlaceholderView.m; path = ../../../PAPlaceholder/PAPlaceholder/PAPlaceholderView.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -97,8 +94,6 @@ 9208C45E162C547900D7B1F7 /* PAPasscode Example */ = { isa = PBXGroup; children = ( - 927AF85B1B0CE32E009CE2B1 /* PAPlaceholderView.h */, - 927AF85C1B0CE32E009CE2B1 /* PAPlaceholderView.m */, 9247136D162CCA6F0085CDA3 /* PAPasscode */, 9208C467162C547900D7B1F7 /* AppDelegate.h */, 9208C468162C547900D7B1F7 /* AppDelegate.m */, @@ -203,7 +198,6 @@ files = ( 9208C465162C547900D7B1F7 /* main.m in Sources */, 9208C469162C547900D7B1F7 /* AppDelegate.m in Sources */, - 927AF85D1B0CE32E009CE2B1 /* PAPlaceholderView.m in Sources */, 9208C472162C547900D7B1F7 /* ViewController.m in Sources */, 92471370162CCA890085CDA3 /* PAPasscodeViewController.m in Sources */, );