Skip to content

Commit

Permalink
Updates for Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marbetschar committed Jan 2, 2019
1 parent 660e64d commit 048e940
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ xcuserdata/
*.moved-aside
*.xccheckout
*.xcscmblueprint
.DS_Store

## Obj-C/Swift specific
*.hmap
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ target '[CP] SplitRow' do
use_frameworks!

# Pods for SplitRow
pod 'Eureka', '~>4.3.0'
pod 'Eureka', '~>4.3.1'
target 'SplitRowTests' do
inherit! :search_paths
# Pods for testing
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- Eureka (4.3.0)
- Eureka (4.3.1)

DEPENDENCIES:
- Eureka (~> 4.3.0)
- Eureka (~> 4.3.1)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Eureka

SPEC CHECKSUMS:
Eureka: 6d711cb30ca333b4bc893110285a722ae3840114
Eureka: 28ea296f06710f6745266b71f17862048941a32d

PODFILE CHECKSUM: 2dceb275634e4a505c21def0065b2bd2f90e8daf
PODFILE CHECKSUM: 511f593764d848511644bc349545e6921f407029

COCOAPODS: 1.5.3
6 changes: 3 additions & 3 deletions SplitRow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
};
D31C86CC9D8AF6758786E20E /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -595,7 +595,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = swiss.mandelkind.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
Expand All @@ -614,7 +614,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = swiss.mandelkind.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
Expand Down

0 comments on commit 048e940

Please sign in to comment.