Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Remove bundled Flash Player; v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhomes committed Feb 21, 2014
1 parent ce2e0e8 commit 6d89c54
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 182 deletions.
20 changes: 1 addition & 19 deletions google-music-mac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand All @@ -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 = "<group>"; };
1A68DAD61803B588004CBA25 /* CustomWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomWebView.h; sourceTree = "<group>"; };
1A68DAD71803B588004CBA25 /* CustomWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomWebView.m; sourceTree = "<group>"; };
1A7B683C17453E40001E509E /* Google Music.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Google Music.app"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -94,7 +78,6 @@
1A7B683E17453E40001E509E /* Frameworks */ = {
isa = PBXGroup;
children = (
1A519DE61853B1990069FF17 /* Flash Player.plugin */,
1A7B687317453E4C001E509E /* WebKit.framework */,
1A7B683F17453E40001E509E /* Cocoa.framework */,
1A7B684117453E40001E509E /* Other Frameworks */,
Expand Down Expand Up @@ -150,7 +133,6 @@
1A7B683817453E40001E509E /* Sources */,
1A7B683917453E40001E509E /* Frameworks */,
1A7B683A17453E40001E509E /* Resources */,
1A67E21B1853ACF500EA5F38 /* Copy Files */,
D3981F6318B5D5D900EA4D7A /* Run Script */,
);
buildRules = (
Expand Down Expand Up @@ -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 */

Expand Down
69 changes: 0 additions & 69 deletions google-music-mac/Flash Player.plugin/Contents/Info.plist

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
12 changes: 0 additions & 12 deletions google-music-mac/Flash Player.plugin/Contents/version.plist

This file was deleted.

2 changes: 1 addition & 1 deletion google-music-mac/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 6d89c54

Please sign in to comment.