Skip to content

Commit

Permalink
Require correct files.
Browse files Browse the repository at this point in the history
Looks like some Installer classes renamed to Manager.
  • Loading branch information
justinmcp committed Apr 3, 2012
1 parent abdcafc commit 2c36a97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Railcar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
};
Expand All @@ -503,7 +503,7 @@
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
};
name = Release;
Expand All @@ -520,6 +520,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Railcar/Railcar-Prefix.pch";
INFOPLIST_FILE = "Railcar/Railcar-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand All @@ -537,6 +538,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Railcar/Railcar-Prefix.pch";
INFOPLIST_FILE = "Railcar/Railcar-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
Expand Down
4 changes: 2 additions & 2 deletions Railcar/RCBootstrapper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'RCBrewPackageInstaller'
require 'RCRubyInstaller'
require 'RCBrewManager'
require 'RCRubyManager'

class RCBootstrapper
attr_accessor :delegate
Expand Down

0 comments on commit 2c36a97

Please sign in to comment.