diff --git a/Cog Help/Cog Help.helpindex b/Cog Help/Cog Help.helpindex new file mode 100644 index 000000000..9b70dc2cd Binary files /dev/null and b/Cog Help/Cog Help.helpindex differ diff --git a/Cog Help/images/add_gray.png b/Cog Help/images/add_gray.png new file mode 100644 index 000000000..968403820 Binary files /dev/null and b/Cog Help/images/add_gray.png differ diff --git a/Cog Help/images/info_gray.png b/Cog Help/images/info_gray.png new file mode 100644 index 000000000..ee25687a9 Binary files /dev/null and b/Cog Help/images/info_gray.png differ diff --git a/Cog Help/images/logo.png b/Cog Help/images/logo.png new file mode 100644 index 000000000..eb9f5f3fd Binary files /dev/null and b/Cog Help/images/logo.png differ diff --git a/Cog Help/images/remove_gray.png b/Cog Help/images/remove_gray.png new file mode 100644 index 000000000..28d639497 Binary files /dev/null and b/Cog Help/images/remove_gray.png differ diff --git a/Cog Help/images/repeat_off.png b/Cog Help/images/repeat_off.png new file mode 100644 index 000000000..e6b7a36d7 Binary files /dev/null and b/Cog Help/images/repeat_off.png differ diff --git a/Cog Help/images/repeat_on.png b/Cog Help/images/repeat_on.png new file mode 100644 index 000000000..7a9c58b16 Binary files /dev/null and b/Cog Help/images/repeat_on.png differ diff --git a/Cog Help/images/shuffle_off.png b/Cog Help/images/shuffle_off.png new file mode 100644 index 000000000..ed69a0c38 Binary files /dev/null and b/Cog Help/images/shuffle_off.png differ diff --git a/Cog Help/images/shuffle_on.png b/Cog Help/images/shuffle_on.png new file mode 100644 index 000000000..80d29d576 Binary files /dev/null and b/Cog Help/images/shuffle_on.png differ diff --git a/Cog Help/images/wheel.png b/Cog Help/images/wheel.png new file mode 100644 index 000000000..621008773 Binary files /dev/null and b/Cog Help/images/wheel.png differ diff --git a/Cog Help/index.html b/Cog Help/index.html new file mode 100644 index 000000000..e095cff93 --- /dev/null +++ b/Cog Help/index.html @@ -0,0 +1,118 @@ + + + + + + +Cog Help + + + + + + + + + + + + + +
+ +

Supported codecs

+ + + +

Supported tags

+ + + +
+ +
+ +

Buttons

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Add tracksRemove tracks
Open track info in a drawer
Shuffle tracksDon't shuffle
Repeat all tracksDon't repeat
+ +

General features

+ + + +
+ + + + \ No newline at end of file diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index 6c1b679b3..8a870c2fb 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -99,6 +99,7 @@ 8E757B5709F326710080F1EE /* OggFLAC.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 8E75773809F31F1F0080F1EE /* OggFLAC.framework */; }; 8E757C7C09F32F070080F1EE /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E757C7A09F32F070080F1EE /* AudioToolbox.framework */; }; 8E757C7D09F32F070080F1EE /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E757C7B09F32F070080F1EE /* AudioUnit.framework */; }; + 8EB450080A2BB8B300AA711F /* Cog Help in Resources */ = {isa = PBXBuildFile; fileRef = 8EB44FF90A2BB8B300AA711F /* Cog Help */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ @@ -136,6 +137,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8EB44F4B0A2BB82B00AA711F /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 7; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ @@ -277,6 +287,7 @@ 8E75777809F320D50080F1EE /* SndFile.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SndFile.framework; path = Libraries/SndFile/build/Release/SndFile.framework; sourceTree = ""; }; 8E757C7A09F32F070080F1EE /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = /System/Library/Frameworks/AudioToolbox.framework; sourceTree = ""; }; 8E757C7B09F32F070080F1EE /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = /System/Library/Frameworks/AudioUnit.framework; sourceTree = ""; }; + 8EB44FF90A2BB8B300AA711F /* Cog Help */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "Cog Help"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -371,6 +382,7 @@ 29B97317FDCFA39411CA2CEA /* Resources */ = { isa = PBXGroup; children = ( + 8EB44FF90A2BB8B300AA711F /* Cog Help */, 8E7575D909F31E930080F1EE /* Localizable.strings */, 8E75758E09F31D800080F1EE /* Icons */, 8D1107310486CEB800E47090 /* Info.plist */, @@ -584,6 +596,7 @@ 8D11072C0486CEB800E47090 /* Sources */, 8D11072E0486CEB800E47090 /* Frameworks */, 8E757AEC09F3265E0080F1EE /* CopyFiles */, + 8EB44F4B0A2BB82B00AA711F /* CopyFiles */, ); buildRules = ( ); @@ -656,6 +669,7 @@ 8E7575D109F31DCA0080F1EE /* README in Resources */, 8E7575D209F31DCA0080F1EE /* TODO in Resources */, 8E7575DB09F31E930080F1EE /* Localizable.strings in Resources */, + 8EB450080A2BB8B300AA711F /* Cog Help in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/Info.plist b/Info.plist index 4915ba8f8..2b73e47a7 100644 --- a/Info.plist +++ b/Info.plist @@ -96,6 +96,10 @@ ???? CFBundleVersion 0.06 + CFBundleHelpBookFolder + Cog Help + CFBundleHelpBookName + Cog Help NSAppleScriptEnabled YES NSMainNibFile