Skip to content

Commit 0afbd2e

Browse files
committed
added SBNotifyingWindow.{m,h} back into the project
1 parent a4f2fa8 commit 0afbd2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

OpenFlowProject/OpenFlowProject.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
2899E5220DE3E06400AC0155 /* OpenFlowProjectViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* OpenFlowProjectViewController.xib */; };
1616
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
1717
28D7ACF80DDB3853001CB0EB /* OpenFlowProjectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* OpenFlowProjectViewController.m */; };
18+
5C27EDD61211FA1A003271FF /* SBNotifyingWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C27EDD41211FA1A003271FF /* SBNotifyingWindow.m */; };
1819
AB1C193210F462F50060F12D /* AFGetImageOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = AB1C193110F462F50060F12D /* AFGetImageOperation.m */; };
1920
AB1C193B10F4630A0060F12D /* AFItemView.m in Sources */ = {isa = PBXBuildFile; fileRef = AB1C193510F4630A0060F12D /* AFItemView.m */; };
2021
AB1C193C10F4630A0060F12D /* AFOpenFlowView.m in Sources */ = {isa = PBXBuildFile; fileRef = AB1C193810F4630A0060F12D /* AFOpenFlowView.m */; };
@@ -66,6 +67,8 @@
6667
28D7ACF70DDB3853001CB0EB /* OpenFlowProjectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenFlowProjectViewController.m; sourceTree = "<group>"; };
6768
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
6869
32CA4F630368D1EE00C91783 /* OpenFlowProject_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenFlowProject_Prefix.pch; sourceTree = "<group>"; };
70+
5C27EDD41211FA1A003271FF /* SBNotifyingWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SBNotifyingWindow.m; sourceTree = "<group>"; };
71+
5C27EDD51211FA1A003271FF /* SBNotifyingWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SBNotifyingWindow.h; sourceTree = "<group>"; };
6972
8D1107310486CEB800E47090 /* OpenFlowProject-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "OpenFlowProject-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
7073
AB1C193010F462F50060F12D /* AFGetImageOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFGetImageOperation.h; sourceTree = "<group>"; };
7174
AB1C193110F462F50060F12D /* AFGetImageOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFGetImageOperation.m; sourceTree = "<group>"; };
@@ -193,6 +196,8 @@
193196
AB1C193310F4630A0060F12D /* OpenFlow */ = {
194197
isa = PBXGroup;
195198
children = (
199+
5C27EDD41211FA1A003271FF /* SBNotifyingWindow.m */,
200+
5C27EDD51211FA1A003271FF /* SBNotifyingWindow.h */,
196201
AB1C193410F4630A0060F12D /* AFItemView.h */,
197202
AB1C193510F4630A0060F12D /* AFItemView.m */,
198203
AB1C193610F4630A0060F12D /* AFOpenFlowConstants.h */,
@@ -335,6 +340,7 @@
335340
AB1C193B10F4630A0060F12D /* AFItemView.m in Sources */,
336341
AB1C193C10F4630A0060F12D /* AFOpenFlowView.m in Sources */,
337342
AB1C193D10F4630A0060F12D /* AFUIImageReflection.m in Sources */,
343+
5C27EDD61211FA1A003271FF /* SBNotifyingWindow.m in Sources */,
338344
);
339345
runOnlyForDeploymentPostprocessing = 0;
340346
};
@@ -352,6 +358,7 @@
352358
GCC_PREFIX_HEADER = OpenFlowProject_Prefix.pch;
353359
INFOPLIST_FILE = "OpenFlowProject-Info.plist";
354360
PRODUCT_NAME = OpenFlowProject;
361+
SDKROOT = iphonesimulator4.0;
355362
};
356363
name = Debug;
357364
};

0 commit comments

Comments
 (0)