Skip to content

Commit

Permalink
missing bits
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortimerp9 committed Oct 4, 2011
1 parent 532dfad commit b5bf9dc
Show file tree
Hide file tree
Showing 97 changed files with 102,209 additions and 8 deletions.
Binary file modified English.lproj/InfoPlist.strings
Binary file not shown.
10 changes: 5 additions & 5 deletions Info.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AMAccepts</key>
Expand Down Expand Up @@ -41,7 +41,7 @@
<key>AMDResult</key>
<string>The moved files (in new position), one per line</string>
<key>AMDSummary</key>
<string>Take files with metadata (EXIF, ID3, ...) and uses EXIFtool to move them in sub-directories according to a specified pattern using the file's metadata.</string>
<string>Take files with metadata (EXIF, ID3, ...) and uses EXIFtool to move them in sub-directories according to a specified pattern using the file&apos;s metadata.</string>
</dict>
<key>AMIconName</key>
<string>MetaDataMover</string>
Expand All @@ -67,7 +67,7 @@
<key>ApplyButton</key>
<string>(* Button label for user to add proposed Action, e.g. Add. *)</string>
<key>IgnoreButton</key>
<string>(* Button label for user not to add proposed Action, e.g. Don't Add. *)</string>
<string>(* Button label for user not to add proposed Action, e.g. Don&apos;t Add. *)</string>
<key>Level</key>
<integer>0</integer>
<key>Message</key>
Expand All @@ -88,11 +88,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1.4</string>
<key>NSPrincipalClass</key>
<string>AMShellScriptAction</string>
</dict>
Expand Down
38 changes: 37 additions & 1 deletion MetaDataMover.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
65081C3A067A9A0C006247A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
65081C3A067A9A0C006247A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
65081C3B067A9A0C006247A1 /* MetaDataMover.action */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MetaDataMover.action; sourceTree = BUILT_PRODUCTS_DIR; };
65AABA19056A9B5C006CE269 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/main.nib; sourceTree = "<group>"; };
65AABA78056AB2A5006CE269 /* Automator.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Automator.framework; path = /System/Library/Frameworks/Automator.framework; sourceTree = "<absolute>"; };
Expand All @@ -32,6 +32,12 @@
B6726A6A0C8B061C0054F267 /* MetaDataMoverLarge.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = MetaDataMoverLarge.tiff; sourceTree = "<group>"; };
B68421580C6CA73F00966DBA /* French */ = {isa = PBXFileReference; explicitFileType = text.plist.strings; fileEncoding = 10; name = French; path = French.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B68421600C6CA9EC00966DBA /* French */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = French; path = French.lproj/main.nib; sourceTree = "<group>"; };
B6A925BE0D65AB970084EF61 /* dmg_back.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dmg_back.png; sourceTree = "<group>"; };
B6A925BF0D65AB970084EF61 /* DMG_icns.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = DMG_icns.icns; sourceTree = "<group>"; };
B6A925C00D65AB970084EF61 /* DMG_icns.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DMG_icns.png; sourceTree = "<group>"; };
B6A925C10D65AB970084EF61 /* license.r */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.rez; path = license.r; sourceTree = "<group>"; };
B6A925C20D65AB970084EF61 /* make-diskimage.sh */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.sh; path = "make-diskimage.sh"; sourceTree = "<group>"; };
B6A925C30D65AB970084EF61 /* Stage.dmg */ = {isa = PBXFileReference; lastKnownFileType = file; path = Stage.dmg; sourceTree = "<group>"; };
B6AC525F0C881383007EAF7C /* Italian */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Italian; path = Italian.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B6AC52CF0C8814B3007EAF7C /* Italian */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Italian; path = Italian.lproj/main.nib; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand All @@ -52,6 +58,7 @@
089C166AFE841209C02AAC07 /* Automator Action */ = {
isa = PBXGroup;
children = (
B6A925BD0D65AB970084EF61 /* Release */,
65AABA0F056A9AD1006CE269 /* Scripts */,
08FB77AFFE84173DC02AAC07 /* Classes */,
089C167CFE841241C02AAC07 /* Resources */,
Expand Down Expand Up @@ -124,6 +131,19 @@
name = Scripts;
sourceTree = "<group>";
};
B6A925BD0D65AB970084EF61 /* Release */ = {
isa = PBXGroup;
children = (
B6A925BE0D65AB970084EF61 /* dmg_back.png */,
B6A925BF0D65AB970084EF61 /* DMG_icns.icns */,
B6A925C00D65AB970084EF61 /* DMG_icns.png */,
B6A925C10D65AB970084EF61 /* license.r */,
B6A925C20D65AB970084EF61 /* make-diskimage.sh */,
B6A925C30D65AB970084EF61 /* Stage.dmg */,
);
path = Release;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -134,6 +154,7 @@
65081C31067A9A0C006247A1 /* Resources */,
65081C36067A9A0C006247A1 /* Frameworks */,
250388A2080C870600E1128B /* ShellScript */,
B63971590D64F4F60006AA70 /* ShellScript */,
);
buildRules = (
);
Expand All @@ -151,6 +172,7 @@
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 4E59BCAE08A8249B001206A8 /* Build configuration list for PBXProject "MetaDataMover" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 1;
knownRegions = (
English,
Expand All @@ -161,6 +183,7 @@
);
mainGroup = 089C166AFE841209C02AAC07 /* Automator Action */;
projectDirPath = "";
projectRoot = "";
targets = (
65081C2D067A9A0C006247A1 /* MetaDataMover */,
);
Expand Down Expand Up @@ -197,6 +220,19 @@
shellPath = /bin/sh;
shellScript = "/usr/bin/amlint \"${BUILT_PRODUCTS_DIR}/${FULL_PRODUCT_NAME}\"";
};
B63971590D64F4F60006AA70 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ $CONFIGURATION == \"Release\" ]; then\n\techo \"Preparing disk image files..\"\n\n\tif [ -f $TARGET_BUILD_DIR/$TARGET_NAME.dmg ]; then\n\t\trm $TARGET_BUILD_DIR/$TARGET_NAME.dmg\n\tfi\n\n\techo \"Creating disk image..\"\n\t./Release/make-diskimage.sh $TARGET_BUILD_DIR/$TARGET_NAME.dmg \"$TARGET_NAME\" ./Release/License.r\n\n\techo \"done.\"\nfi";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXVariantGroup section */
Expand Down
Binary file added MetaDataMoverLarge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Release/Stage.dmg
Binary file not shown.
2 changes: 1 addition & 1 deletion Release/make-diskimage.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rm -f "${DMG_TEMP_NAME}"
if [ ! -z "${EULA_RSRC}" -a "${EULA_RSRC}" != "-null-" ]; then
echo "adding EULA resources"
hdiutil unflatten "${DMG_DIR}/${DMG_NAME}"
/Developer/Tools/Rez /Developer/Headers/FlatCarbon/*.r "${EULA_RSRC}" -a -o "${DMG_DIR}/${DMG_NAME}"
/Developer/Tools/ResMerger -a "${EULA_RSRC}" -o "${DMG_DIR}/${DMG_NAME}"
hdiutil flatten "${DMG_DIR}/${DMG_NAME}"
fi

Expand Down
Binary file added artwork/dmg_back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b5bf9dc

Please sign in to comment.