Skip to content

Commit 75dda73

Browse files
committedMar 29, 2018
More travis futzing
1 parent 4985c9e commit 75dda73

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ branches:
33
- master
44
dependencies:
55
pre:
6-
- xcrun instruments -w 'iPhone 7 (10.3)' || sleep 15
6+
- xcrun instruments -w 'iPhone 7 (11.0)' || sleep 15
77
matrix:
88
include:
99
- os: osx
10-
osx_image: xcode8.3
10+
osx_image: xcode9
1111
language: swift
1212
- os: linux
1313
language: generic

‎EntropyString.playground/Contents.o

15 KB
Binary file not shown.

‎EntropyString.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Efficiently generate cryptographically strong and secure random strings of speci
1414
s.authors = { "knoxen" => "paul@knoxen.com", "dingo sky" => "paul@dingosky.com" }
1515
s.social_media_url = "http://twitter.com/knoxen"
1616

17-
s.ios.deployment_target = "9.0"
17+
s.ios.deployment_target = "11.0"
1818
s.osx.deployment_target = "10.11"
1919
s.watchos.deployment_target = "2.0"
20-
s.tvos.deployment_target = "9.0"
20+
s.tvos.deployment_target = "1.0"
2121

2222
s.source = { :git => "https://github.com/EntropyString/EntropyString-Swift.git", :tag => "#{s.version}" }
2323

‎EntropyString.xcodeproj/project.pbxproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,12 @@
395395
};
396396
E287AD911F0E9B9A00DE6DF5 = {
397397
CreatedOnToolsVersion = 8.3.3;
398-
LastSwiftMigration = 0900;
398+
LastSwiftMigration = "";
399399
ProvisioningStyle = Automatic;
400400
};
401401
E287AD9A1F0E9B9A00DE6DF5 = {
402402
CreatedOnToolsVersion = 8.3.3;
403-
LastSwiftMigration = 0900;
403+
LastSwiftMigration = "";
404404
ProvisioningStyle = Automatic;
405405
};
406406
};
@@ -894,8 +894,8 @@
894894
PRODUCT_BUNDLE_IDENTIFIER = io.knoxen.EntropyString;
895895
PRODUCT_NAME = EntropyString;
896896
SKIP_INSTALL = YES;
897-
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
898-
SWIFT_VERSION = 3.0;
897+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
898+
SWIFT_VERSION = 4.0;
899899
};
900900
name = Debug;
901901
};
@@ -915,8 +915,8 @@
915915
PRODUCT_BUNDLE_IDENTIFIER = io.knoxen.EntropyString;
916916
PRODUCT_NAME = EntropyString;
917917
SKIP_INSTALL = YES;
918-
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
919-
SWIFT_VERSION = 3.0;
918+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
919+
SWIFT_VERSION = 4.0;
920920
};
921921
name = Release;
922922
};
@@ -928,8 +928,8 @@
928928
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
929929
PRODUCT_BUNDLE_IDENTIFIER = io.knoxen.EntropyStringTests;
930930
PRODUCT_NAME = "$(TARGET_NAME)";
931-
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
932-
SWIFT_VERSION = 3.0;
931+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
932+
SWIFT_VERSION = 4.0;
933933
};
934934
name = Debug;
935935
};
@@ -941,8 +941,8 @@
941941
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
942942
PRODUCT_BUNDLE_IDENTIFIER = io.knoxen.EntropyStringTests;
943943
PRODUCT_NAME = "$(TARGET_NAME)";
944-
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
945-
SWIFT_VERSION = 3.0;
944+
SWIFT_SWIFT3_OBJC_INFERENCE = On;
945+
SWIFT_VERSION = 4.0;
946946
};
947947
name = Release;
948948
};

0 commit comments

Comments
 (0)
Failed to load comments.