Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

carthage update #591

Merged
merged 3 commits into from
Oct 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
osx_image: xcode7
osx_image: xcode8
language: objective-c
matrix:
fast_finish: true
include:
- osx_image: xcode7.3
- osx_image: xcode8
env:
- SCHEME="ObjectiveGit Mac"
- osx_image: xcode7.3
- osx_image: xcode8
env:
- SCHEME="ObjectiveGit iOS"
before_install:
Expand Down
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Quick/Nimble" "v4.0.0"
github "Quick/Quick" "v0.9.2"
github "ZipArchive/ZipArchive" "v1.1"
github "Quick/Nimble" "v4.1.0"
github "Quick/Quick" "v0.9.3"
github "ZipArchive/ZipArchive" "v1.6.2"
github "jspahrsummers/xcconfigs" "0.9"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Quick
2 changes: 1 addition & 1 deletion Carthage/Checkouts/ZipArchive
Submodule ZipArchive updated 30 files
+7 −0 .travis.yml
+92 −30 ObjectiveCExample/ObjectiveCExample.xcodeproj/project.pbxproj
+101 −0 ObjectiveCExample/ObjectiveCExample.xcodeproj/xcshareddata/xcschemes/ObjectiveCExample.xcscheme
+5 −0 ObjectiveCExample/ObjectiveCExample/Assets.xcassets/AppIcon.appiconset/Contents.json
+91 −3 ObjectiveCExample/ObjectiveCExample/Base.lproj/Main.storyboard
+9 −0 ObjectiveCExample/ObjectiveCExample/Sample Data/China to ban ivory trade.md
+9 −0 ObjectiveCExample/ObjectiveCExample/Sample Data/Kerry in Syria.md
+ ObjectiveCExample/ObjectiveCExample/Sample Data/wapo twitter banner.png
+107 −4 ObjectiveCExample/ObjectiveCExample/ViewController.m
+1 −1 ObjectiveCExample/ObjectiveCExampleTests/CollectingDelegate.h
+21 −8 ObjectiveCExample/ObjectiveCExampleTests/SSZipArchiveTests.m
+9 −1 ObjectiveCExample/Podfile
+6 −4 ObjectiveCExample/Podfile.lock
+4 −0 README.md
+20 −0 Release-Instructions.md
+6 −4 SSZipArchive.podspec
+25 −0 SSZipArchive/SSZipArchive+Swift.swift
+31 −15 SSZipArchive/SSZipArchive.h
+182 −77 SSZipArchive/SSZipArchive.m
+1 −1 SSZipArchive/SSZipCommon.h
+0 −1 SSZipArchive/ZipArchive.h
+1 −1 SSZipArchive/minizip/unzip.c
+1 −1 SSZipArchive/minizip/unzip.h
+6 −4 SwiftExample/Podfile.lock
+42 −31 SwiftExample/SwiftExample.xcodeproj/project.pbxproj
+6 −6 SwiftExample/SwiftExample/AppDelegate.swift
+29 −23 SwiftExample/SwiftExample/Base.lproj/Main.storyboard
+19 −22 SwiftExample/SwiftExample/ViewController.swift
+1 −1 SwiftExample/SwiftExampleTests/SwiftExampleTests.swift
+18 −6 ZipArchive.xcodeproj/project.pbxproj
33 changes: 28 additions & 5 deletions ObjectiveGitFramework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1256,11 +1256,18 @@
attributes = {
LastSwiftUpdateCheck = 0700;
LastTestingUpgradeCheck = 0510;
LastUpgradeCheck = 0700;
LastUpgradeCheck = 0800;
ORGANIZATIONNAME = "GitHub, Inc";
TargetAttributes = {
88F05A6A16011E5400B7AD1D = {
LastSwiftMigration = 0800;
};
8DC2EF4F0486A6940098B216 = {
LastSwiftMigration = 0800;
};
D01B6ED219F82E2000D411BC = {
CreatedOnToolsVersion = 6.1;
LastSwiftMigration = 0800;
};
F879D8351B4B7F7C002D5C07 = {
CreatedOnToolsVersion = 6.4;
Expand Down Expand Up @@ -1694,6 +1701,9 @@
baseConfigurationReference = D0A463D817E57C45000F5021 /* Debug.xcconfig */;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
ENABLE_TESTABILITY = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = NO;
Expand All @@ -1712,6 +1722,7 @@
"$(inherited)",
"-DGIT_SSH",
);
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = (
"$(inherited)",
Expand All @@ -1725,6 +1736,9 @@
baseConfigurationReference = D0A463DA17E57C45000F5021 /* Release.xcconfig */;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -1741,6 +1755,7 @@
"$(inherited)",
"-DGIT_SSH",
);
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1845,6 +1860,9 @@
baseConfigurationReference = D0A463DB17E57C45000F5021 /* Test.xcconfig */;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -1861,6 +1879,7 @@
"$(inherited)",
"-DGIT_SSH",
);
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = (
"$(inherited)",
Expand Down Expand Up @@ -1918,7 +1937,7 @@
baseConfigurationReference = D019778C19F830D100F523DA /* iOS-Framework.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -1982,7 +2001,7 @@
baseConfigurationReference = D019778C19F830D100F523DA /* iOS-Framework.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -2014,7 +2033,7 @@
baseConfigurationReference = D019778C19F830D100F523DA /* iOS-Framework.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -2046,7 +2065,7 @@
baseConfigurationReference = D019778C19F830D100F523DA /* iOS-Framework.xcconfig */;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
Expand Down Expand Up @@ -2078,6 +2097,9 @@
baseConfigurationReference = D0A463D917E57C45000F5021 /* Profile.xcconfig */;
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = NO;
HEADER_SEARCH_PATHS = (
Expand All @@ -2094,6 +2116,7 @@
"$(inherited)",
"-DGIT_SSH",
);
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = "1,2";
WARNING_CFLAGS = (
"$(inherited)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
LastUpgradeVersion = "0800"
version = "2.0">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0700"
LastUpgradeVersion = "0800"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
1 change: 1 addition & 0 deletions ObjectiveGitTests/GTBranchSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import <Nimble/Nimble.h>
#import <Nimble/Nimble-Swift.h>
#import <ObjectiveGit/ObjectiveGit.h>
#import <Quick/Quick.h>

Expand Down
1 change: 1 addition & 0 deletions ObjectiveGitTests/Libgit2FeaturesSpec.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import <Nimble/Nimble.h>
#import <Nimble/Nimble-Swift.h>
#import <ObjectiveGit/ObjectiveGit.h>
#import <Quick/Quick.h>

Expand Down