Skip to content

Commit 3b89272

Browse files
committedApr 22, 2011
Added "Required device capability".
1 parent b1a0af4 commit 3b89272

File tree

3 files changed

+1847
-1228
lines changed

3 files changed

+1847
-1228
lines changed
 

‎cv.xcodeproj/project.pbxproj

+9-16
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
14311BFA1361788700C0C593 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 14311BF81361788700C0C593 /* MainWindow.xib */; };
1717
14311BFD1361788700C0C593 /* cvViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14311BFC1361788700C0C593 /* cvViewController.m */; };
1818
14311C001361788700C0C593 /* cvViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 14311BFE1361788700C0C593 /* cvViewController.xib */; };
19-
14311C09136178AE00C0C593 /* MainWindow-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 14311C07136178AE00C0C593 /* MainWindow-iPad.xib */; };
19+
14311C1D13617C2300C0C593 /* MainWindow-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 14311C1B13617C2300C0C593 /* MainWindow-iPad.xib */; };
2020
/* End PBXBuildFile section */
2121

2222
/* Begin PBXFileReference section */
@@ -34,7 +34,7 @@
3434
14311BFB1361788700C0C593 /* cvViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cvViewController.h; sourceTree = "<group>"; };
3535
14311BFC1361788700C0C593 /* cvViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = cvViewController.m; sourceTree = "<group>"; };
3636
14311BFF1361788700C0C593 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/cvViewController.xib; sourceTree = "<group>"; };
37-
14311C08136178AE00C0C593 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = "iPad/en.lproj/MainWindow-iPad.xib"; sourceTree = "<group>"; };
37+
14311C1C13617C2300C0C593 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = "en.lproj/MainWindow-iPad.xib"; sourceTree = "<group>"; };
3838
/* End PBXFileReference section */
3939

4040
/* Begin PBXFrameworksBuildPhase section */
@@ -81,13 +81,10 @@
8181
14311BEC1361788700C0C593 /* cv */ = {
8282
isa = PBXGroup;
8383
children = (
84-
14311C06136178AD00C0C593 /* iPad */,
8584
14311BF51361788700C0C593 /* cvAppDelegate.h */,
8685
14311BF61361788700C0C593 /* cvAppDelegate.m */,
87-
14311BF81361788700C0C593 /* MainWindow.xib */,
8886
14311BFB1361788700C0C593 /* cvViewController.h */,
8987
14311BFC1361788700C0C593 /* cvViewController.m */,
90-
14311BFE1361788700C0C593 /* cvViewController.xib */,
9188
14311BED1361788700C0C593 /* Supporting Files */,
9289
);
9390
path = cv;
@@ -96,6 +93,9 @@
9693
14311BED1361788700C0C593 /* Supporting Files */ = {
9794
isa = PBXGroup;
9895
children = (
96+
14311C1B13617C2300C0C593 /* MainWindow-iPad.xib */,
97+
14311BF81361788700C0C593 /* MainWindow.xib */,
98+
14311BFE1361788700C0C593 /* cvViewController.xib */,
9999
14311BEE1361788700C0C593 /* cv-Info.plist */,
100100
14311BEF1361788700C0C593 /* InfoPlist.strings */,
101101
14311BF21361788700C0C593 /* cv-Prefix.pch */,
@@ -104,14 +104,6 @@
104104
name = "Supporting Files";
105105
sourceTree = "<group>";
106106
};
107-
14311C06136178AD00C0C593 /* iPad */ = {
108-
isa = PBXGroup;
109-
children = (
110-
14311C07136178AE00C0C593 /* MainWindow-iPad.xib */,
111-
);
112-
name = iPad;
113-
sourceTree = "<group>";
114-
};
115107
/* End PBXGroup section */
116108

117109
/* Begin PBXNativeTarget section */
@@ -162,7 +154,7 @@
162154
14311BF11361788700C0C593 /* InfoPlist.strings in Resources */,
163155
14311BFA1361788700C0C593 /* MainWindow.xib in Resources */,
164156
14311C001361788700C0C593 /* cvViewController.xib in Resources */,
165-
14311C09136178AE00C0C593 /* MainWindow-iPad.xib in Resources */,
157+
14311C1D13617C2300C0C593 /* MainWindow-iPad.xib in Resources */,
166158
);
167159
runOnlyForDeploymentPostprocessing = 0;
168160
};
@@ -206,10 +198,10 @@
206198
name = cvViewController.xib;
207199
sourceTree = "<group>";
208200
};
209-
14311C07136178AE00C0C593 /* MainWindow-iPad.xib */ = {
201+
14311C1B13617C2300C0C593 /* MainWindow-iPad.xib */ = {
210202
isa = PBXVariantGroup;
211203
children = (
212-
14311C08136178AE00C0C593 /* en */,
204+
14311C1C13617C2300C0C593 /* en */,
213205
);
214206
name = "MainWindow-iPad.xib";
215207
sourceTree = "<group>";
@@ -300,6 +292,7 @@
300292
14311C051361788700C0C593 /* Release */,
301293
);
302294
defaultConfigurationIsVisible = 0;
295+
defaultConfigurationName = Release;
303296
};
304297
/* End XCConfigurationList section */
305298
};

0 commit comments

Comments
 (0)
Please sign in to comment.