diff --git a/google-music-mac.xcodeproj/project.pbxproj b/google-music-mac.xcodeproj/project.pbxproj index 23cc7219..80f510b8 100644 --- a/google-music-mac.xcodeproj/project.pbxproj +++ b/google-music-mac.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 1A519DE81853B1A00069FF17 /* Flash Player.plugin in Copy Files */ = {isa = PBXBuildFile; fileRef = 1A519DE61853B1990069FF17 /* Flash Player.plugin */; }; 1A68DAD81803B588004CBA25 /* CustomWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A68DAD71803B588004CBA25 /* CustomWebView.m */; }; 1A7B684017453E40001E509E /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A7B683F17453E40001E509E /* Cocoa.framework */; }; 1A7B684A17453E40001E509E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1A7B684817453E40001E509E /* InfoPlist.strings */; }; @@ -22,22 +21,7 @@ D326EA6518B2D7E500BEC02F /* js in Resources */ = {isa = PBXBuildFile; fileRef = D326EA6318B2D7E500BEC02F /* js */; }; /* End PBXBuildFile section */ -/* Begin PBXCopyFilesBuildPhase section */ - 1A67E21B1853ACF500EA5F38 /* Copy Files */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 13; - files = ( - 1A519DE81853B1A00069FF17 /* Flash Player.plugin in Copy Files */, - ); - name = "Copy Files"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - /* Begin PBXFileReference section */ - 1A519DE61853B1990069FF17 /* Flash Player.plugin */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "Flash Player.plugin"; path = "google-music-mac/Flash Player.plugin"; sourceTree = ""; }; 1A68DAD61803B588004CBA25 /* CustomWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomWebView.h; sourceTree = ""; }; 1A68DAD71803B588004CBA25 /* CustomWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomWebView.m; sourceTree = ""; }; 1A7B683C17453E40001E509E /* Google Music.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Google Music.app"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -94,7 +78,6 @@ 1A7B683E17453E40001E509E /* Frameworks */ = { isa = PBXGroup; children = ( - 1A519DE61853B1990069FF17 /* Flash Player.plugin */, 1A7B687317453E4C001E509E /* WebKit.framework */, 1A7B683F17453E40001E509E /* Cocoa.framework */, 1A7B684117453E40001E509E /* Other Frameworks */, @@ -150,7 +133,6 @@ 1A7B683817453E40001E509E /* Sources */, 1A7B683917453E40001E509E /* Frameworks */, 1A7B683A17453E40001E509E /* Resources */, - 1A67E21B1853ACF500EA5F38 /* Copy Files */, D3981F6318B5D5D900EA4D7A /* Run Script */, ); buildRules = ( @@ -218,7 +200,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "cd ${BUILT_PRODUCTS_DIR}\nzip -u -r -1 \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.zip\" \"${PRODUCT_NAME}.app/\""; + shellScript = "cd ${BUILT_PRODUCTS_DIR}\nrm \"${PRODUCT_NAME}.zip\"\nzip -u -r -1 \"${PRODUCT_NAME}.zip\" \"${PRODUCT_NAME}.app/\""; }; /* End PBXShellScriptBuildPhase section */ diff --git a/google-music-mac/Flash Player.plugin/Contents/Info.plist b/google-music-mac/Flash Player.plugin/Contents/Info.plist deleted file mode 100644 index 7d0f3fb8..00000000 --- a/google-music-mac/Flash Player.plugin/Contents/Info.plist +++ /dev/null @@ -1,69 +0,0 @@ - - - - - BuildMachineOSBuild - 10K549 - CFBundleDevelopmentRegion - en_US - CFBundleExecutable - Flash Player - CFBundleGetInfoString - Adobe Flash Player 12.0 r0 Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved - CFBundleIdentifier - com.macromedia.Flash Player.plugin - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - Flash Player - CFBundlePackageType - BRPL - CFBundleShortVersionString - 12.0.0.44 - CFBundleSignature - MOSS - CFBundleVersion - 12.0.0.44 - DTCompiler - 4.2 - DTPlatformBuild - 10M2518 - DTPlatformVersion - PG - DTSDKBuild - 10M2518 - DTSDKName - macosx10.6 - DTXcode - 0400 - DTXcodeBuild - 10M2518 - LSHasLocalizedDisplayName - - WebPluginDescription - Shockwave Flash 12.0 r0 - WebPluginMIMETypes - - application/futuresplash - - WebPluginExtensions - - spl - - WebPluginTypeDescription - FutureSplash Player - - application/x-shockwave-flash - - WebPluginExtensions - - swf - - WebPluginTypeDescription - Shockwave Flash - - - WebPluginName - Shockwave Flash - - diff --git a/google-music-mac/Flash Player.plugin/Contents/MacOS/Flash Player b/google-music-mac/Flash Player.plugin/Contents/MacOS/Flash Player deleted file mode 100644 index 062ec96c..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/MacOS/Flash Player and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Info.plist b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Info.plist deleted file mode 100644 index 3a26e542..00000000 --- a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Info.plist +++ /dev/null @@ -1,69 +0,0 @@ - - - - - BuildMachineOSBuild - 10K549 - CFBundleDevelopmentRegion - en_US - CFBundleExecutable - FlashPlayer-10.6 - CFBundleGetInfoString - Adobe Flash Player 12.0 r0 Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved - CFBundleIdentifier - com.macromedia.FlashPlayer-10.6.plugin - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - FlashPlayer-10.6 - CFBundlePackageType - BRPL - CFBundleShortVersionString - 12.0.0.44 - CFBundleSignature - MOSS - CFBundleVersion - 12.0.0.44 - DTCompiler - 4.2 - DTPlatformBuild - 10M2518 - DTPlatformVersion - PG - DTSDKBuild - 10M2518 - DTSDKName - macosx10.6 - DTXcode - 0400 - DTXcodeBuild - 10M2518 - LSHasLocalizedDisplayName - - WebPluginDescription - Shockwave Flash 12.0 r0 - WebPluginMIMETypes - - application/futuresplash - - WebPluginExtensions - - spl - - WebPluginTypeDescription - FutureSplash Player - - application/x-shockwave-flash - - WebPluginExtensions - - swf - - WebPluginTypeDescription - Shockwave Flash - - - WebPluginName - Shockwave Flash - - diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlayer-10.6 b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlayer-10.6 deleted file mode 100644 index 02e9242b..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlayer-10.6 and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/FlashPlayer-10.6.rsrc b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/FlashPlayer-10.6.rsrc deleted file mode 100644 index d9f0b2d6..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/FlashPlayer-10.6.rsrc and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/cs.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/cs.lproj/PlayerUILocalizable.strings deleted file mode 100644 index b3ddeab5..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/cs.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/de.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/de.lproj/PlayerUILocalizable.strings deleted file mode 100644 index c9b2c4fb..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/de.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/en.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/en.lproj/PlayerUILocalizable.strings deleted file mode 100644 index 71dcf6ee..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/en.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/es.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/es.lproj/PlayerUILocalizable.strings deleted file mode 100644 index e69193db..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/es.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/fr.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/fr.lproj/PlayerUILocalizable.strings deleted file mode 100644 index c6c07709..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/fr.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/it.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/it.lproj/PlayerUILocalizable.strings deleted file mode 100644 index 13bd7355..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/it.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/ja.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/ja.lproj/PlayerUILocalizable.strings deleted file mode 100644 index e749228b..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/ja.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/ko.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/ko.lproj/PlayerUILocalizable.strings deleted file mode 100644 index e5b0b130..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/ko.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/nl.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/nl.lproj/PlayerUILocalizable.strings deleted file mode 100644 index 5e531e8a..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/nl.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/oom_large.bmp b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/oom_large.bmp deleted file mode 100644 index 87641b33..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/oom_large.bmp and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/pl.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/pl.lproj/PlayerUILocalizable.strings deleted file mode 100644 index 345eae75..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/pl.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/plugin.vch b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/plugin.vch deleted file mode 100644 index e8405d92..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/plugin.vch and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/pt.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/pt.lproj/PlayerUILocalizable.strings deleted file mode 100644 index c9b66ea1..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/pt.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/ru.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/ru.lproj/PlayerUILocalizable.strings deleted file mode 100644 index e2a43b51..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/ru.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/sv.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/sv.lproj/PlayerUILocalizable.strings deleted file mode 100644 index c94f1bc5..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/sv.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/tr.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/tr.lproj/PlayerUILocalizable.strings deleted file mode 100644 index 3ed6860f..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/tr.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/zh_Hans.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/zh_Hans.lproj/PlayerUILocalizable.strings deleted file mode 100644 index 35fc9e31..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/zh_Hans.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/zh_Hant.lproj/PlayerUILocalizable.strings b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/zh_Hant.lproj/PlayerUILocalizable.strings deleted file mode 100644 index e82307cb..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/Resources/zh_Hant.lproj/PlayerUILocalizable.strings and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/version.plist b/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/version.plist deleted file mode 100644 index abf8b646..00000000 --- a/google-music-mac/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/version.plist +++ /dev/null @@ -1,12 +0,0 @@ - - - - - CFBundleShortVersionString - 12.0.0.44 - CFBundleVersion - 12.0.0.44 - ProjectName - FlashPlayer - - diff --git a/google-music-mac/Flash Player.plugin/Contents/Resources/Flash Player.rsrc b/google-music-mac/Flash Player.plugin/Contents/Resources/Flash Player.rsrc deleted file mode 100644 index d9f0b2d6..00000000 Binary files a/google-music-mac/Flash Player.plugin/Contents/Resources/Flash Player.rsrc and /dev/null differ diff --git a/google-music-mac/Flash Player.plugin/Contents/version.plist b/google-music-mac/Flash Player.plugin/Contents/version.plist deleted file mode 100644 index abf8b646..00000000 --- a/google-music-mac/Flash Player.plugin/Contents/version.plist +++ /dev/null @@ -1,12 +0,0 @@ - - - - - CFBundleShortVersionString - 12.0.0.44 - CFBundleVersion - 12.0.0.44 - ProjectName - FlashPlayer - - diff --git a/google-music-mac/info.plist b/google-music-mac/info.plist index 7ab51b00..963f9cab 100644 --- a/google-music-mac/info.plist +++ b/google-music-mac/info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1 + 2 LSApplicationCategoryType public.app-category.music LSMinimumSystemVersion