diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-06-10 11:24:41 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-06-10 11:25:28 +0300 |
commit | de3a561d6c927e849c1a7e46830310c272321d06 (patch) | |
tree | 51e1c45bd736f9a4683fe3728823ae04cfa10053 /ios | |
parent | 2cb247a12d682d7cda0483570b38b4469c360a94 (diff) |
Needs the CoreImage framework
Diffstat (limited to 'ios')
-rw-r--r-- | ios/iosremote/iosremote.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/iosremote/iosremote.xcodeproj/project.pbxproj b/ios/iosremote/iosremote.xcodeproj/project.pbxproj index 78103fae4daa..7fa842ce0885 100644 --- a/ios/iosremote/iosremote.xcodeproj/project.pbxproj +++ b/ios/iosremote/iosremote.xcodeproj/project.pbxproj @@ -27,6 +27,7 @@ 57C6E42F175E076900E8BC5F /* CommunicationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 57C6E429175E076900E8BC5F /* CommunicationManager.m */; }; 57C6E430175E076900E8BC5F /* CommandInterpreter.m in Sources */ = {isa = PBXBuildFile; fileRef = 57C6E42B175E076900E8BC5F /* CommandInterpreter.m */; }; 57C6E431175E076900E8BC5F /* Server.m in Sources */ = {isa = PBXBuildFile; fileRef = 57C6E42D175E076900E8BC5F /* Server.m */; }; + BE9EBD071765BF0800283FD2 /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BE9EBD061765BF0800283FD2 /* CoreImage.framework */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -63,6 +64,7 @@ 57C6E42B175E076900E8BC5F /* CommandInterpreter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommandInterpreter.m; sourceTree = "<group>"; }; 57C6E42C175E076900E8BC5F /* Server.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Server.h; sourceTree = "<group>"; }; 57C6E42D175E076900E8BC5F /* Server.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Server.m; sourceTree = "<group>"; }; + BE9EBD061765BF0800283FD2 /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -70,6 +72,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + BE9EBD071765BF0800283FD2 /* CoreImage.framework in Frameworks */, 57C6E3F3175E06E800E8BC5F /* UIKit.framework in Frameworks */, 57C6E3F5175E06E800E8BC5F /* Foundation.framework in Frameworks */, 57C6E3F7175E06E800E8BC5F /* CoreGraphics.framework in Frameworks */, @@ -82,6 +85,7 @@ 57C6E3E6175E06E800E8BC5F = { isa = PBXGroup; children = ( + BE9EBD061765BF0800283FD2 /* CoreImage.framework */, 57B152971764703500EECC67 /* Base64.h */, 57B152981764703500EECC67 /* Base64.m */, 57C6E425175E076900E8BC5F /* Communication */, |