Skip to content

Commit

Permalink
Update Sparkle, and update config to require 10.7 and 64-bit because …
Browse files Browse the repository at this point in the history
…Sparkle does
  • Loading branch information
krevis committed Aug 10, 2014
1 parent 6e533e2 commit c0978cb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,3 +1,3 @@
[submodule "ThirdParty/Sparkle"]
path = ThirdParty/Sparkle
url = https://github.com/andymatuschak/Sparkle.git
url = https://github.com/sparkle-project/Sparkle.git
12 changes: 6 additions & 6 deletions Applications/MIDIMonitor/MIDIMonitor.xcodeproj/project.pbxproj
Expand Up @@ -263,9 +263,9 @@
children = (
161B71EF15D8D76B006E21D4 /* Sparkle.framework */,
161B71F115D8D76B006E21D4 /* Sparkle Test App.app */,
161B71F315D8D76B006E21D4 /* Sparkle Unit Tests.octest */,
161B71F315D8D76B006E21D4 /* Sparkle Unit Tests.xctest */,
161B71F515D8D76B006E21D4 /* BinaryDelta */,
161B71F715D8D76B006E21D4 /* finish_installation.app */,
161B71F715D8D76B006E21D4 /* Autoupdate.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -521,10 +521,10 @@
remoteRef = 161B71F015D8D76B006E21D4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
161B71F315D8D76B006E21D4 /* Sparkle Unit Tests.octest */ = {
161B71F315D8D76B006E21D4 /* Sparkle Unit Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "Sparkle Unit Tests.octest";
path = "Sparkle Unit Tests.xctest";
remoteRef = 161B71F215D8D76B006E21D4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
Expand All @@ -535,10 +535,10 @@
remoteRef = 161B71F415D8D76B006E21D4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
161B71F715D8D76B006E21D4 /* finish_installation.app */ = {
161B71F715D8D76B006E21D4 /* Autoupdate.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = finish_installation.app;
path = Autoupdate.app;
remoteRef = 161B71F615D8D76B006E21D4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
Expand Down
Expand Up @@ -299,9 +299,9 @@
children = (
161B720815D8E97D006E21D4 /* Sparkle.framework */,
161B720A15D8E97D006E21D4 /* Sparkle Test App.app */,
161B720C15D8E97D006E21D4 /* Sparkle Unit Tests.octest */,
161B720C15D8E97D006E21D4 /* Sparkle Unit Tests.xctest */,
161B720E15D8E97D006E21D4 /* BinaryDelta */,
161B721015D8E97D006E21D4 /* finish_installation.app */,
161B721015D8E97D006E21D4 /* Autoupdate.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -683,10 +683,10 @@
remoteRef = 161B720915D8E97D006E21D4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
161B720C15D8E97D006E21D4 /* Sparkle Unit Tests.octest */ = {
161B720C15D8E97D006E21D4 /* Sparkle Unit Tests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = "Sparkle Unit Tests.octest";
path = "Sparkle Unit Tests.xctest";
remoteRef = 161B720B15D8E97D006E21D4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
Expand All @@ -697,10 +697,10 @@
remoteRef = 161B720D15D8E97D006E21D4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
161B721015D8E97D006E21D4 /* finish_installation.app */ = {
161B721015D8E97D006E21D4 /* Autoupdate.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = finish_installation.app;
path = Autoupdate.app;
remoteRef = 161B720F15D8E97D006E21D4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
Expand Down
10 changes: 2 additions & 8 deletions Configurations/Snoize-Project-Global.xcconfig
Expand Up @@ -5,14 +5,8 @@
// over time, that causes more problems than it solves.
SDKROOT = macosx

// Minimum OS we'll attempt to run on is 10.6
MACOSX_DEPLOYMENT_TARGET = 10.6

// Build on all archs that we possibly can, not just the native arch.
// (Note: the Debug variant sets ONLY_ACTIVE_ARCH to further modify the behavior.)
ARCHS = $(ARCHS_STANDARD_32_64_BIT)
// This used to be $(VALID_ARCHS) but for some reason Xcode isn't expanding
// that value anymore. Why? Who knows.
// Minimum OS we'll attempt to run on is 10.7
MACOSX_DEPLOYMENT_TARGET = 10.7

// Nice warnings
GCC_TREAT_WARNINGS_AS_ERRORS = YES
Expand Down
2 changes: 1 addition & 1 deletion ThirdParty/Sparkle
Submodule Sparkle updated 520 files

0 comments on commit c0978cb

Please sign in to comment.