Skip to content

Commit 0a113b7

Browse files
committed
Changed path of Kext directory to /Library/Extensions
1 parent 89ee87d commit 0a113b7

File tree

16 files changed

+23
-8
lines changed

16 files changed

+23
-8
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SoundBlossomer.xcodeproj/project.xcworkspace/xcshareddata/SoundBlossomer.xccheckout
2+
SoundBlossomer.xcodeproj/project.xcworkspace/xcuserdata/luca.xcuserdatad/WorkspaceSettings.xcsettings
3+
SoundBlossomer.xcodeproj/xcuserdata/luca.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

SoundBlossomer.xcodeproj/project.pbxproj

100644100755
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@
209209
LastUpgradeCheck = 0500;
210210
ORGANIZATIONNAME = "Luca Zorzi";
211211
TargetAttributes = {
212+
818A7E59180076EC00EF7310 = {
213+
DevelopmentTeam = V8U8RVA64V;
214+
ProvisioningStyle = Automatic;
215+
};
212216
818A7E7A180076EC00EF7310 = {
213217
TestTargetID = 818A7E59180076EC00EF7310;
214218
};
@@ -384,25 +388,33 @@
384388
818A7E8C180076EC00EF7310 /* Debug */ = {
385389
isa = XCBuildConfiguration;
386390
buildSettings = {
391+
CODE_SIGN_IDENTITY = "Mac Developer";
392+
CODE_SIGN_STYLE = Automatic;
387393
COMBINE_HIDPI_IMAGES = YES;
394+
DEVELOPMENT_TEAM = V8U8RVA64V;
388395
GCC_PRECOMPILE_PREFIX_HEADER = YES;
389396
GCC_PREFIX_HEADER = "SoundBlossomer/SoundBlossomer-Prefix.pch";
390397
INFOPLIST_FILE = "SoundBlossomer/SoundBlossomer-Info.plist";
391398
MACOSX_DEPLOYMENT_TARGET = 10.6;
392399
PRODUCT_NAME = "$(TARGET_NAME)";
400+
PROVISIONING_PROFILE_SPECIFIER = "";
393401
WRAPPER_EXTENSION = app;
394402
};
395403
name = Debug;
396404
};
397405
818A7E8D180076EC00EF7310 /* Release */ = {
398406
isa = XCBuildConfiguration;
399407
buildSettings = {
408+
CODE_SIGN_IDENTITY = "Mac Developer";
409+
CODE_SIGN_STYLE = Automatic;
400410
COMBINE_HIDPI_IMAGES = YES;
411+
DEVELOPMENT_TEAM = V8U8RVA64V;
401412
GCC_PRECOMPILE_PREFIX_HEADER = YES;
402413
GCC_PREFIX_HEADER = "SoundBlossomer/SoundBlossomer-Prefix.pch";
403414
INFOPLIST_FILE = "SoundBlossomer/SoundBlossomer-Info.plist";
404415
MACOSX_DEPLOYMENT_TARGET = 10.6;
405416
PRODUCT_NAME = "$(TARGET_NAME)";
417+
PROVISIONING_PROFILE_SPECIFIER = "";
406418
WRAPPER_EXTENSION = app;
407419
};
408420
name = Release;

SoundBlossomer.xcodeproj/project.xcworkspace/contents.xcworkspacedata

100644100755
File mode changed.

SoundBlossomer.xcodeproj/xcuserdata/luca.xcuserdatad/xcschemes/SoundBlossomer.xcscheme

100644100755
File mode changed.

SoundBlossomer.xcodeproj/xcuserdata/luca.xcuserdatad/xcschemes/xcschememanagement.plist

100644100755
File mode changed.

SoundBlossomer/AppDelegate.h

100644100755
File mode changed.

SoundBlossomer/AppDelegate.m

100644100755
File mode changed.

SoundBlossomer/InterfaceManager.h

100644100755
File mode changed.

SoundBlossomer/InterfaceManager.m

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ @implementation InterfaceManager
1414

1515
-(id)init
1616
{
17-
plistPath = @"/System/Library/Extensions/Soundflower.kext/Contents/Info.plist";
17+
plistPath = @"/Library/Extensions/Soundflower.kext/Contents/Info.plist";
1818
if(![[NSFileManager alloc] fileExistsAtPath:plistPath isDirectory:false])
1919
{
2020
NSAlert *alert = [NSAlert alertWithMessageText:@"Soundflower not found"

SoundBlossomer/MainMenu.xib

100644100755
File mode changed.

SoundBlossomer/SoundBlossomer-Info.plist

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>1.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

SoundBlossomer/SoundBlossomer-Prefix.pch

100644100755
File mode changed.

SoundBlossomer/en.lproj/Credits.rtf

100644100755
File mode changed.

SoundBlossomer/en.lproj/InfoPlist.strings

100644100755
File mode changed.

SoundBlossomer/main.m

100644100755
File mode changed.

SoundBlossomer/movePlistAndReloadSoundflower.sh

100644100755
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
#
1111

1212
# Move Plist (tmp file provided as script arguement)
13-
mv $1 /System/Library/Extensions/Soundflower.kext/Contents/Info.plist
13+
mv $1 /Library/Extensions/Soundflower.kext/Contents/Info.plist
1414

1515
# Correct ownership and permissions
16-
chown root:wheel /System/Library/Extensions/Soundflower.kext/Contents/Info.plist
17-
chmod 644 /System/Library/Extensions/Soundflower.kext/Contents/Info.plist
16+
chown root:wheel /Library/Extensions/Soundflower.kext/Contents/Info.plist
17+
chmod 644 /Library/Extensions/Soundflower.kext/Contents/Info.plist
1818

1919
# Unload (twice, it is often needed) Soundflower's kext and then reload it
20-
kextunload /System/Library/Extensions/Soundflower.kext
21-
kextunload /System/Library/Extensions/Soundflower.kext
22-
kextload /System/Library/Extensions/Soundflower.kext
20+
kextunload /Library/Extensions/Soundflower.kext
21+
kextunload /Library/Extensions/Soundflower.kext
22+
kextload /Library/Extensions/Soundflower.kext

0 commit comments

Comments
 (0)