Added 'Stop' to the Control menu and 'Remove' to the playlist's context menu.

CQTexperiment
svenforkbeard 2007-04-17 02:28:59 +00:00
parent e95555a142
commit ea921ae3ca
3 changed files with 35 additions and 12 deletions

View File

@ -116,6 +116,23 @@
8EFFCD6F0AA093AF00C458A5 /* PathNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EFFCD530AA093AF00C458A5 /* PathNode.m */; };
/* End PBXBuildFile section */
/* Begin PBXBuildStyle section */
28FFB7160BC863C10047EC24 /* Development */ = {
isa = PBXBuildStyle;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Development;
};
28FFB7170BC863C10047EC24 /* Deployment */ = {
isa = PBXBuildStyle;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Deployment;
};
/* End PBXBuildStyle section */
/* Begin PBXCopyFilesBuildPhase section */
177FD1000B90CB570011C3B5 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
@ -717,6 +734,12 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Cog" */;
buildSettings = {
};
buildStyles = (
28FFB7160BC863C10047EC24 /* Development */,
28FFB7170BC863C10047EC24 /* Deployment */,
);
hasScannedForEncodings = 1;
mainGroup = 29B97314FDCFA39411CA2CEA /* Cog */;
projectDirPath = "";

View File

@ -7,20 +7,20 @@
<key>IBEditorPositions</key>
<dict>
<key>1063</key>
<string>0 320 136 49 0 0 1680 1028 </string>
<string>549 811 136 49 0 0 1440 878 </string>
<key>1156</key>
<string>719 527 241 366 0 0 1680 1028 </string>
<string>618 402 241 366 0 0 1440 878 </string>
<key>1324</key>
<string>788 657 137 182 0 0 1680 1028 </string>
<string>665 541 137 182 0 0 1440 878 </string>
<key>29</key>
<string>-3 976 383 44 0 0 1680 1028 </string>
<string>-2 827 383 44 0 0 1440 878 </string>
<key>463</key>
<string>669 637 341 145 0 0 1680 1028 </string>
<string>568 512 341 145 0 0 1440 878 </string>
<key>513</key>
<string>353 835 125 137 0 0 1680 1028 </string>
<string>299 694 125 137 0 0 1440 878 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<string>443.0</string>
<key>IBLockedObjects</key>
<array>
<integer>484</integer>
@ -34,14 +34,14 @@
<integer>4</integer>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>513</integer>
<integer>463</integer>
<integer>1063</integer>
<integer>21</integer>
<integer>1324</integer>
<integer>1307</integer>
<integer>1063</integer>
<integer>463</integer>
<integer>29</integer>
<integer>1156</integer>
<integer>513</integer>
<integer>21</integer>
</array>
<key>IBSystem Version</key>
<string>8P2137</string>

Binary file not shown.