Skip to content

Commit

Permalink
iPad Target missing symbol fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pppoe committed Jul 7, 2011
1 parent 2dd232b commit a66c09c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OmniGridView.xcodeproj/project.pbxproj
Expand Up @@ -13,6 +13,7 @@
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; };
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
4665EF8613C59E5300AFB0D8 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4665EF8513C59E5300AFB0D8 /* QuartzCore.framework */; };
46D546F713AA0DAA0072AEAB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 46D546F613AA0DAA0072AEAB /* QuartzCore.framework */; };
46EE7A16138209A40072CFF6 /* OmniGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EE7A15138209A40072CFF6 /* OmniGridView.m */; };
46EE7A1A13820BC00072CFF6 /* OmniGridLoc.m in Sources */ = {isa = PBXBuildFile; fileRef = 46EE7A1913820BC00072CFF6 /* OmniGridLoc.m */; };
Expand Down Expand Up @@ -40,6 +41,7 @@
28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
32CA4F630368D1EE00C91783 /* OmniGridView_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OmniGridView_Prefix.pch; sourceTree = "<group>"; };
4665EF8513C59E5300AFB0D8 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
46D546F613AA0DAA0072AEAB /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
46EE7A14138209A40072CFF6 /* OmniGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OmniGridView.h; sourceTree = "<group>"; };
46EE7A15138209A40072CFF6 /* OmniGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OmniGridView.m; sourceTree = "<group>"; };
Expand All @@ -62,6 +64,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4665EF8613C59E5300AFB0D8 /* QuartzCore.framework in Frameworks */,
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */,
Expand Down Expand Up @@ -106,6 +109,7 @@
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
isa = PBXGroup;
children = (
4665EF8513C59E5300AFB0D8 /* QuartzCore.framework */,
080E96DDFE201D6D7F000001 /* Classes */,
29B97315FDCFA39411CA2CEA /* Other Sources */,
29B97317FDCFA39411CA2CEA /* Resources */,
Expand Down

0 comments on commit a66c09c

Please sign in to comment.