Skip to content

Commit

Permalink
upgraded to new Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
mattingalls committed Nov 1, 2014
1 parent 316ed64 commit 648fe5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SoundflowerBed/Soundflowerbed.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
LastUpgradeCheck = 0610;
};
buildConfigurationList = 222FE2FF0EBB5DD500FD13FC /* Build configuration list for PBXProject "Soundflowerbed" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -316,7 +316,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 22952B1E104EC967003AF61F /* Soundflower.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
DEPLOYMENT_LOCATION = YES;
DSTROOT = "$(SRCROOT)/../Build/InstallerRoot";
Expand All @@ -340,7 +340,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 22952B1E104EC967003AF61F /* Soundflower.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEPLOYMENT_LOCATION = YES;
DSTROOT = "$(SRCROOT)/../Build/InstallerRoot";
Expand Down

1 comment on commit 648fe5f

@fourquarts
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried to open the installer package on the disk image for 2.0b2 and got this error:

"'Soundflower.pkg' can’t be opened because it is from an unidentified developer."

Don't know how relevant this is, but I thought I'd let you know. Hope this is the appropriate place for such a comment.

Please sign in to comment.