Skip to content

Commit 4126826

Browse files
committed
works with OS x 10.7
1 parent 96e6df4 commit 4126826

1 file changed

Lines changed: 25 additions & 8 deletions

File tree

SimonRemote.xcodeproj/project.pbxproj

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
2F051990191E7B5800806A2C /* SocketRocket.framework in Copy Files */ = {isa = PBXBuildFile; fileRef = 2F7BD229191E683A00C1362A /* SocketRocket.framework */; };
1110
2F0FCC45191E83190054BA64 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F0FCC44191E83190054BA64 /* Reachability.m */; };
1211
2F21FA891904C812002DD68B /* iTunes-disable_shuffle.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 2F21FA871904C812002DD68B /* iTunes-disable_shuffle.scpt */; };
1312
2F21FA8A1904C812002DD68B /* iTunes-enable_shuffle.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 2F21FA881904C812002DD68B /* iTunes-enable_shuffle.scpt */; };
1413
2F78E927191E917800580FAD /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F78E926191E917800580FAD /* Sparkle.framework */; };
1514
2F78E928191E917E00580FAD /* Sparkle.framework in Copy Files */ = {isa = PBXBuildFile; fileRef = 2F78E926191E917800580FAD /* Sparkle.framework */; };
16-
2F7BD22B191E683A00C1362A /* SocketRocket.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F7BD229191E683A00C1362A /* SocketRocket.framework */; };
1715
2F8046FA18D3DE5E0078905C /* SRRunner.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F8046F918D3DE5E0078905C /* SRRunner.m */; };
1816
2F8046FD18D3E6800078905C /* SRActionHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F8046FC18D3E6800078905C /* SRActionHandler.m */; };
1917
2F80475B18D3FC9F0078905C /* bottomleft.png in Resources */ = {isa = PBXBuildFile; fileRef = 2F80475A18D3FC9F0078905C /* bottomleft.png */; };
@@ -49,6 +47,8 @@
4947
2FC01AA71922DCC7007D56F6 /* Status@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2FC01AA51922DCC7007D56F6 /* Status@2x.png */; };
5048
2FC629C718D3A9D300A7CA1F /* SRConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FC629C618D3A9D300A7CA1F /* SRConnection.m */; };
5149
2FC629CD18D3B30900A7CA1F /* SRMessenger.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FC629CC18D3B30900A7CA1F /* SRMessenger.m */; };
50+
2FCD5A5F1933D04900223866 /* SocketRocket.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2FCD5A5E1933D04900223866 /* SocketRocket.framework */; };
51+
2FCD5A601933D04C00223866 /* SocketRocket.framework in Copy Files */ = {isa = PBXBuildFile; fileRef = 2FCD5A5E1933D04900223866 /* SocketRocket.framework */; };
5252
2FCFACA819119C8D00508B0A /* System-down.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 2FCFACA219119C8D00508B0A /* System-down.scpt */; };
5353
2FCFACA919119C8D00508B0A /* System-info.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 2FCFACA319119C8D00508B0A /* System-info.scpt */; };
5454
2FCFACAA19119C8D00508B0A /* System-left.scpt in Resources */ = {isa = PBXBuildFile; fileRef = 2FCFACA419119C8D00508B0A /* System-left.scpt */; };
@@ -80,8 +80,8 @@
8080
dstPath = "";
8181
dstSubfolderSpec = 10;
8282
files = (
83-
2F051990191E7B5800806A2C /* SocketRocket.framework in Copy Files */,
8483
2F78E928191E917E00580FAD /* Sparkle.framework in Copy Files */,
84+
2FCD5A601933D04C00223866 /* SocketRocket.framework in Copy Files */,
8585
);
8686
name = "Copy Files";
8787
runOnlyForDeploymentPostprocessing = 0;
@@ -94,7 +94,6 @@
9494
2F21FA871904C812002DD68B /* iTunes-disable_shuffle.scpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = "iTunes-disable_shuffle.scpt"; path = "SimonRemote/Scripts/iTunes/iTunes-disable_shuffle.scpt"; sourceTree = "<group>"; };
9595
2F21FA881904C812002DD68B /* iTunes-enable_shuffle.scpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = "iTunes-enable_shuffle.scpt"; path = "SimonRemote/Scripts/iTunes/iTunes-enable_shuffle.scpt"; sourceTree = "<group>"; };
9696
2F78E926191E917800580FAD /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = ../../../../../../Library/Frameworks/Sparkle.framework; sourceTree = "<group>"; };
97-
2F7BD229191E683A00C1362A /* SocketRocket.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SocketRocket.framework; path = ../../../../../../Library/Frameworks/SocketRocket.framework; sourceTree = "<group>"; };
9897
2F8046F818D3DE5E0078905C /* SRRunner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SRRunner.h; sourceTree = "<group>"; };
9998
2F8046F918D3DE5E0078905C /* SRRunner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SRRunner.m; sourceTree = "<group>"; };
10099
2F8046FB18D3E6800078905C /* SRActionHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SRActionHandler.h; sourceTree = "<group>"; };
@@ -131,6 +130,7 @@
131130
2FC629C618D3A9D300A7CA1F /* SRConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SRConnection.m; sourceTree = "<group>"; };
132131
2FC629CB18D3B30900A7CA1F /* SRMessenger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SRMessenger.h; sourceTree = "<group>"; };
133132
2FC629CC18D3B30900A7CA1F /* SRMessenger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SRMessenger.m; sourceTree = "<group>"; };
133+
2FCD5A5E1933D04900223866 /* SocketRocket.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SocketRocket.framework; path = ../../../../../../Library/Frameworks/SocketRocket.framework; sourceTree = "<group>"; };
134134
2FCFACA219119C8D00508B0A /* System-down.scpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = "System-down.scpt"; path = "SimonRemote/Scripts/System/System-down.scpt"; sourceTree = "<group>"; };
135135
2FCFACA319119C8D00508B0A /* System-info.scpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = "System-info.scpt"; path = "SimonRemote/Scripts/System/System-info.scpt"; sourceTree = "<group>"; };
136136
2FCFACA419119C8D00508B0A /* System-left.scpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = "System-left.scpt"; path = "SimonRemote/Scripts/System/System-left.scpt"; sourceTree = "<group>"; };
@@ -176,8 +176,8 @@
176176
isa = PBXFrameworksBuildPhase;
177177
buildActionMask = 2147483647;
178178
files = (
179+
2FCD5A5F1933D04900223866 /* SocketRocket.framework in Frameworks */,
179180
2F78E927191E917800580FAD /* Sparkle.framework in Frameworks */,
180-
2F7BD22B191E683A00C1362A /* SocketRocket.framework in Frameworks */,
181181
2FD6929318DFD57200C8A1C9 /* SystemConfiguration.framework in Frameworks */,
182182
DD4F7C0913C30F9F00825C6E /* Cocoa.framework in Frameworks */,
183183
);
@@ -321,8 +321,8 @@
321321
DD4F7C0713C30F9F00825C6E /* Frameworks */ = {
322322
isa = PBXGroup;
323323
children = (
324+
2FCD5A5E1933D04900223866 /* SocketRocket.framework */,
324325
2F78E926191E917800580FAD /* Sparkle.framework */,
325-
2F7BD229191E683A00C1362A /* SocketRocket.framework */,
326326
2FD6929218DFD57200C8A1C9 /* SystemConfiguration.framework */,
327327
DD4F7C0B13C30F9F00825C6E /* AppKit.framework */,
328328
DD4F7C0C13C30F9F00825C6E /* CoreData.framework */,
@@ -420,6 +420,7 @@
420420
DD4F7C0113C30F9F00825C6E /* Frameworks */,
421421
DD4F7C0213C30F9F00825C6E /* Resources */,
422422
2F3C8D661915D74300E33C56 /* Copy Files */,
423+
2FCD5A5C1932B91D00223866 /* ShellScript */,
423424
);
424425
buildRules = (
425426
);
@@ -520,6 +521,22 @@
520521
};
521522
/* End PBXResourcesBuildPhase section */
522523

524+
/* Begin PBXShellScriptBuildPhase section */
525+
2FCD5A5C1932B91D00223866 /* ShellScript */ = {
526+
isa = PBXShellScriptBuildPhase;
527+
buildActionMask = 2147483647;
528+
files = (
529+
);
530+
inputPaths = (
531+
);
532+
outputPaths = (
533+
);
534+
runOnlyForDeploymentPostprocessing = 0;
535+
shellPath = /bin/sh;
536+
shellScript = "#!/bin/sh\n\n# WARNING: You may have to run Clean in Xcode after changing CODE_SIGN_IDENTITY!\n\n# Verify that $CODE_SIGN_IDENTITY is set\nif [ -z \"${CODE_SIGN_IDENTITY}\" ] ; then\necho \"CODE_SIGN_IDENTITY needs to be set for framework code-signing!\"\n\nif [ \"${CONFIGURATION}\" = \"Release\" ] ; then\nexit 1\nelse\n# Code-signing is optional for non-release builds.\nexit 0\nfi\nfi\n\nSAVEIFS=$IFS\nIFS=$(echo -en \"\\n\\b\")\n\nFRAMEWORK_DIR=\"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"\n\n# Loop through all frameworks\nFRAMEWORKS=`find \"${FRAMEWORK_DIR}\" -type d -name \"*.framework\" -or -name \"*.dylib\" | sed -e \"s/\\(.*framework\\)/\\1\\/Versions\\/A\\//\"`\nRESULT=$?\nif [[ $RESULT != 0 ]] ; then\nexit 1\nfi\n\necho \"Found:\"\necho \"${FRAMEWORKS}\"\n\nfor FRAMEWORK in $FRAMEWORKS;\ndo\necho \"Signing '${FRAMEWORK}'\"\n`codesign --force --verbose --sign \"${CODE_SIGN_IDENTITY}\" \"${FRAMEWORK}\"`\nRESULT=$?\nif [[ $RESULT != 0 ]] ; then\nexit 1\nfi\ndone\n\n# restore $IFS\nIFS=$SAVEIFS";
537+
};
538+
/* End PBXShellScriptBuildPhase section */
539+
523540
/* Begin PBXSourcesBuildPhase section */
524541
DD4F7C0013C30F9F00825C6E /* Sources */ = {
525542
isa = PBXSourcesBuildPhase;
@@ -632,7 +649,7 @@
632649
GCC_PREFIX_HEADER = "SimonRemote/SimonRemote-Prefix.pch";
633650
INFOPLIST_FILE = "SimonRemote/SimonRemote-Info.plist";
634651
MACOSX_DEPLOYMENT_TARGET = 10.7;
635-
OTHER_CODE_SIGN_FLAGS = "--deep";
652+
OTHER_CODE_SIGN_FLAGS = "";
636653
PRODUCT_NAME = SimonRemote;
637654
WRAPPER_EXTENSION = app;
638655
};
@@ -654,7 +671,7 @@
654671
GCC_PREFIX_HEADER = "SimonRemote/SimonRemote-Prefix.pch";
655672
INFOPLIST_FILE = "SimonRemote/SimonRemote-Info.plist";
656673
MACOSX_DEPLOYMENT_TARGET = 10.7;
657-
"OTHER_CODE_SIGN_FLAGS[sdk=*]" = "--deep";
674+
"OTHER_CODE_SIGN_FLAGS[sdk=*]" = "";
658675
PRODUCT_NAME = SimonRemote;
659676
WRAPPER_EXTENSION = app;
660677
};

0 commit comments

Comments
 (0)