Skip to content

Commit

Permalink
Gestalt (system version check) needs CoreServices framework
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Sep 4, 2011
1 parent e1c435f commit 60ead98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ControlPlane.xcodeproj/project.pbxproj
Expand Up @@ -103,6 +103,7 @@
DAAF16B714131CDE00F5D915 /* CPHelperToolCommon.c in Sources */ = {isa = PBXBuildFile; fileRef = DA5B020B1412BDEF00E19C50 /* CPHelperToolCommon.c */; };
DAAF16B9141322FA00F5D915 /* CPHelperToolAuthorizationPrompts.strings in Resources */ = {isa = PBXBuildFile; fileRef = DAAF16B8141322FA00F5D915 /* CPHelperToolAuthorizationPrompts.strings */; };
DD06E811140C661700059764 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD06E810140C661600059764 /* AudioToolbox.framework */; };
DD44B57E141417E40016BF6B /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD44B57D141417E40016BF6B /* CoreServices.framework */; };
DD6FCC691413EF6B0095E64F /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD6FCC681413EF6B0095E64F /* CoreLocation.framework */; };
DD8274E6141147BB0098FA6E /* controlplane.icns in Resources */ = {isa = PBXBuildFile; fileRef = DD8274E5141147BB0098FA6E /* controlplane.icns */; };
DD8274F0141154780098FA6E /* MailIntervalAction.m in Sources */ = {isa = PBXBuildFile; fileRef = DD8274EF141154780098FA6E /* MailIntervalAction.m */; };
Expand Down Expand Up @@ -342,6 +343,7 @@
DAAF16B51413174400F5D915 /* ToggleTimeMachineAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ToggleTimeMachineAction.m; path = Source/ToggleTimeMachineAction.m; sourceTree = "<group>"; };
DAAF16B8141322FA00F5D915 /* CPHelperToolAuthorizationPrompts.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = CPHelperToolAuthorizationPrompts.strings; path = Resources/CPHelperToolAuthorizationPrompts.strings; sourceTree = "<group>"; };
DD06E810140C661600059764 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
DD44B57D141417E40016BF6B /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
DD6FCC681413EF6B0095E64F /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
DD8274E5141147BB0098FA6E /* controlplane.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = controlplane.icns; path = Resources/controlplane.icns; sourceTree = "<group>"; };
DD8274EE141154780098FA6E /* MailIntervalAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MailIntervalAction.h; path = Source/MailIntervalAction.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -437,6 +439,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DD44B57E141417E40016BF6B /* CoreServices.framework in Frameworks */,
DA648AEE1412C15D00532B2C /* Security.framework in Frameworks */,
DA648AF11412C19800532B2C /* CoreFoundation.framework in Frameworks */,
);
Expand Down Expand Up @@ -489,6 +492,7 @@
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
DA648AEF1412C17A00532B2C /* CoreFoundation.framework */,
DD6FCC681413EF6B0095E64F /* CoreLocation.framework */,
DD44B57D141417E40016BF6B /* CoreServices.framework */,
DA72BF9313CD317B002D27DD /* CoreWLAN.framework */,
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
8DB8911C0BB88D0B005347C2 /* IOBluetooth.framework */,
Expand Down
2 changes: 0 additions & 2 deletions Source/ControlPlane_Prefix.pch
Expand Up @@ -4,6 +4,4 @@

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>

#define NSAppKitVersionNumber10_6 1038
#endif

0 comments on commit 60ead98

Please sign in to comment.