Skip to content

Commit

Permalink
Examples build now (fixed dependency on QuartzCore).
Browse files Browse the repository at this point in the history
Fixes #199.
  • Loading branch information
Inferis committed Dec 22, 2012
1 parent 3388a0e commit c19ac5f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NavigationExample/NavigationExample.xcodeproj/project.pbxproj
Expand Up @@ -8,6 +8,7 @@

/* Begin PBXBuildFile section */
E0C300D0161A508F0097213B /* IIWrapController.m in Sources */ = {isa = PBXBuildFile; fileRef = E0C300CF161A508F0097213B /* IIWrapController.m */; };
E20F7C0F16866DF6001BF2C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E20F7C0E16866DF6001BF2C3 /* QuartzCore.framework */; };
E27E514B15726C9F009D90EB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E27E514A15726C9F009D90EB /* UIKit.framework */; };
E27E514D15726C9F009D90EB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E27E514C15726C9F009D90EB /* Foundation.framework */; };
E27E514F15726C9F009D90EB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E27E514E15726C9F009D90EB /* CoreGraphics.framework */; };
Expand All @@ -31,6 +32,7 @@
/* Begin PBXFileReference section */
E0C300CE161A508F0097213B /* IIWrapController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IIWrapController.h; sourceTree = "<group>"; };
E0C300CF161A508F0097213B /* IIWrapController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IIWrapController.m; sourceTree = "<group>"; };
E20F7C0E16866DF6001BF2C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
E27E514615726C9F009D90EB /* NavigationExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NavigationExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
E27E514A15726C9F009D90EB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
E27E514C15726C9F009D90EB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -66,6 +68,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E20F7C0F16866DF6001BF2C3 /* QuartzCore.framework in Frameworks */,
E2CA7FBF1576DEFD00408061 /* MessageUI.framework in Frameworks */,
E27E514B15726C9F009D90EB /* UIKit.framework in Frameworks */,
E27E514D15726C9F009D90EB /* Foundation.framework in Frameworks */,
Expand All @@ -79,6 +82,7 @@
E27E513B15726C9F009D90EB = {
isa = PBXGroup;
children = (
E20F7C0E16866DF6001BF2C3 /* QuartzCore.framework */,
E27E515015726C9F009D90EB /* NavigationExample */,
E27E514915726C9F009D90EB /* Frameworks */,
E27E514715726C9F009D90EB /* Products */,
Expand Down
4 changes: 4 additions & 0 deletions SizableExample/SizableExample.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
E20F7C1116866E16001BF2C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E20F7C1016866E16001BF2C3 /* QuartzCore.framework */; };
E2B3B6C614C2249500FB5956 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2B3B6C514C2249500FB5956 /* UIKit.framework */; };
E2B3B6C814C2249500FB5956 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2B3B6C714C2249500FB5956 /* Foundation.framework */; };
E2B3B6CA14C2249500FB5956 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2B3B6C914C2249500FB5956 /* CoreGraphics.framework */; };
Expand All @@ -24,6 +25,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E20F7C1016866E16001BF2C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
E2B3B6C114C2249500FB5956 /* SizableExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SizableExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
E2B3B6C514C2249500FB5956 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
E2B3B6C714C2249500FB5956 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -53,6 +55,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E20F7C1116866E16001BF2C3 /* QuartzCore.framework in Frameworks */,
E2B3B6C614C2249500FB5956 /* UIKit.framework in Frameworks */,
E2B3B6C814C2249500FB5956 /* Foundation.framework in Frameworks */,
E2B3B6CA14C2249500FB5956 /* CoreGraphics.framework in Frameworks */,
Expand All @@ -65,6 +68,7 @@
E2B3B6B614C2249500FB5956 = {
isa = PBXGroup;
children = (
E20F7C1016866E16001BF2C3 /* QuartzCore.framework */,
E2B3B6CB14C2249500FB5956 /* SizableExample */,
E2B3B6C414C2249500FB5956 /* Frameworks */,
E2B3B6C214C2249500FB5956 /* Products */,
Expand Down
4 changes: 4 additions & 0 deletions TabbedExample/TabbedExample.xcodeproj/project.pbxproj
Expand Up @@ -32,6 +32,7 @@
E20D4B6F14DB5FE2007A33CB /* FifthViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E20D4B6D14DB5FE2007A33CB /* FifthViewController.m */; };
E20D4B7014DB5FE2007A33CB /* FifthViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E20D4B6E14DB5FE2007A33CB /* FifthViewController.xib */; };
E20D4B7214DB61CB007A33CB /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E20D4B7114DB61CA007A33CB /* MapKit.framework */; };
E20F7C1316866E6F001BF2C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E20F7C1216866E6F001BF2C3 /* QuartzCore.framework */; };
E2F8EF59155BFE680094948B /* contacts.png in Resources */ = {isa = PBXBuildFile; fileRef = E2F8EF58155BFE680094948B /* contacts.png */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -73,6 +74,7 @@
E20D4B6D14DB5FE2007A33CB /* FifthViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FifthViewController.m; sourceTree = "<group>"; };
E20D4B6E14DB5FE2007A33CB /* FifthViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FifthViewController.xib; sourceTree = "<group>"; };
E20D4B7114DB61CA007A33CB /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
E20F7C1216866E6F001BF2C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
E2F8EF58155BFE680094948B /* contacts.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = contacts.png; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -81,6 +83,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E20F7C1316866E6F001BF2C3 /* QuartzCore.framework in Frameworks */,
E20D4B7214DB61CB007A33CB /* MapKit.framework in Frameworks */,
E20D4B2B14DB53B1007A33CB /* UIKit.framework in Frameworks */,
E20D4B2D14DB53B1007A33CB /* Foundation.framework in Frameworks */,
Expand All @@ -94,6 +97,7 @@
E20D4B1B14DB53B1007A33CB = {
isa = PBXGroup;
children = (
E20F7C1216866E6F001BF2C3 /* QuartzCore.framework */,
E20D4B7114DB61CA007A33CB /* MapKit.framework */,
E20D4B3014DB53B1007A33CB /* TabbedExample */,
E20D4B2914DB53B1007A33CB /* Frameworks */,
Expand Down

0 comments on commit c19ac5f

Please sign in to comment.