Skip to content

Commit d11f0fd

Browse files
committed
Changed the sticky bit config on the injector binary so that there is no auth prompt on >= 10.8. Bumped version to 1.0.3.
1 parent 0ad6023 commit d11f0fd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Resources/DeathToDSStore-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.2</string>
20+
<string>1.0.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.0.2</string>
24+
<string>1.0.3</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2727
<key>NSMainNibFile</key>

Resources/FinderOverride-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<key>CFBundlePackageType</key>
1414
<string>BNDL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.0.2</string>
16+
<string>1.0.3</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>1.0.2</string>
20+
<string>1.0.3</string>
2121
</dict>
2222
</plist>

Resources/injector-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<key>CFBundleIdentifier</key>
1111
<string>com.aoren.DeathToDSStore.injector</string>
1212
<key>CFBundleShortVersionString</key>
13-
<string>1.0.2</string>
13+
<string>1.0.3</string>
1414
<key>CFBundleVersion</key>
15-
<string>1.0.2</string>
15+
<string>1.0.3</string>
1616
</dict>
1717
</plist>

scripts/installLaunchAgent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ $1 != "/Library/Application Support/Aoren/DeathToDSStore.app" ]; then
88

99
cp -R $1 "/Library/Application Support/Aoren/DeathToDSStore.app"
1010
chgrp procmod "/Library/Application Support/Aoren/DeathToDSStore.app/Contents/Resources/injector"
11-
chmod 2755 "/Library/Application Support/Aoren/DeathToDSStore.app/Contents/Resources/injector"
11+
chmod 6755 "/Library/Application Support/Aoren/DeathToDSStore.app/Contents/Resources/injector"
1212
fi
1313

1414
rm -f "/Library/LaunchAgents/com.aoren.DeathToDSStore.plist"

0 commit comments

Comments
 (0)