Skip to content

Commit 499dea3

Browse files
committedAug 17, 2017
Travis
1 parent 9567b4e commit 499dea3

File tree

6 files changed

+24
-9
lines changed

6 files changed

+24
-9
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
branches:
2+
only:
3+
- master
14
dependencies:
25
pre:
36
- xcrun instruments -w 'iPhone 7 (10.3)' || sleep 15
@@ -11,7 +14,7 @@ matrix:
1114
sudo: required
1215
dist: trusty
1316
env:
14-
- SWIFT_VERSIONS="3.0.2 3.1"
17+
- SWIFT_VERSIONS="3.1.1"
1518
- SWIFTENV_ROOT="$HOME/.swiftenv"
1619
- PATH="$SWIFTENV_ROOT/bin:$SWIFTENV_ROOT/shims:$PATH"
1720
env:

‎EntropyString.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = "EntropyString"
5-
s.version = "2.0.0"
5+
s.version = "2.0.1"
66
s.summary = "Efficiently generate cryptographically strong random strings of specified entropy from various character sets."
77

88
s.description = <<-DESC

‎EntropyString.xcodeproj/project.pbxproj

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
E2E140571F433A6D003E02B0 /* CharSetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2E140561F433A6D003E02B0 /* CharSetTests.swift */; };
3838
E2E140581F433A6D003E02B0 /* CharSetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2E140561F433A6D003E02B0 /* CharSetTests.swift */; };
3939
E2E140591F433A6D003E02B0 /* CharSetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2E140561F433A6D003E02B0 /* CharSetTests.swift */; };
40+
E2E265341F450FBB00FB64AC /* EntropyString.h in Headers */ = {isa = PBXBuildFile; fileRef = E287AD951F0E9B9A00DE6DF5 /* EntropyString.h */; settings = {ATTRIBUTES = (Public, ); }; };
41+
E2E265351F450FBC00FB64AC /* EntropyString.h in Headers */ = {isa = PBXBuildFile; fileRef = E287AD951F0E9B9A00DE6DF5 /* EntropyString.h */; settings = {ATTRIBUTES = (Public, ); }; };
42+
E2E265361F450FC100FB64AC /* EntropyString.h in Headers */ = {isa = PBXBuildFile; fileRef = E287AD951F0E9B9A00DE6DF5 /* EntropyString.h */; settings = {ATTRIBUTES = (Public, ); }; };
4043
/* End PBXBuildFile section */
4144

4245
/* Begin PBXContainerItemProxy section */
@@ -213,20 +216,23 @@
213216
isa = PBXHeadersBuildPhase;
214217
buildActionMask = 2147483647;
215218
files = (
219+
E2E265341F450FBB00FB64AC /* EntropyString.h in Headers */,
216220
);
217221
runOnlyForDeploymentPostprocessing = 0;
218222
};
219223
E205C6DF1F1C02E3007C139E /* Headers */ = {
220224
isa = PBXHeadersBuildPhase;
221225
buildActionMask = 2147483647;
222226
files = (
227+
E2E265351F450FBC00FB64AC /* EntropyString.h in Headers */,
223228
);
224229
runOnlyForDeploymentPostprocessing = 0;
225230
};
226231
E205C70D1F1C051B007C139E /* Headers */ = {
227232
isa = PBXHeadersBuildPhase;
228233
buildActionMask = 2147483647;
229234
files = (
235+
E2E265361F450FC100FB64AC /* EntropyString.h in Headers */,
230236
);
231237
runOnlyForDeploymentPostprocessing = 0;
232238
};

‎EntropyString.xcodeproj/xcshareddata/xcschemes/EntropyString-macOS.xcscheme

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "0900"
4-
version = "1.3">
4+
version = "1.8">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
@@ -38,6 +38,11 @@
3838
BlueprintName = "EntropyString-macOSTests"
3939
ReferencedContainer = "container:EntropyString.xcodeproj">
4040
</BuildableReference>
41+
<SkippedTests>
42+
<Test
43+
Identifier = "EntropyStringTests">
44+
</Test>
45+
</SkippedTests>
4146
</TestableReference>
4247
</Testables>
4348
<MacroExpansion>
@@ -56,7 +61,6 @@
5661
buildConfiguration = "Debug"
5762
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5863
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
59-
language = ""
6064
launchStyle = "0"
6165
useCustomWorkingDirectory = "NO"
6266
ignoresPersistentStateOnLaunch = "NO"

‎EntropyString.xcodeproj/xcshareddata/xcschemes/EntropyString-tvOS.xcscheme

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
33
LastUpgradeVersion = "0900"
4-
version = "1.3">
4+
version = "1.8">
55
<BuildAction
66
parallelizeBuildables = "YES"
77
buildImplicitDependencies = "YES">
@@ -38,6 +38,11 @@
3838
BlueprintName = "EntropyString-tvOSTests"
3939
ReferencedContainer = "container:EntropyString.xcodeproj">
4040
</BuildableReference>
41+
<SkippedTests>
42+
<Test
43+
Identifier = "EntropyStringTests">
44+
</Test>
45+
</SkippedTests>
4146
</TestableReference>
4247
</Testables>
4348
<MacroExpansion>
@@ -56,7 +61,6 @@
5661
buildConfiguration = "Debug"
5762
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5863
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
59-
language = ""
6064
launchStyle = "0"
6165
useCustomWorkingDirectory = "NO"
6266
ignoresPersistentStateOnLaunch = "NO"

‎EntropyString/EntropyString.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by Paul Rogers on 7/16/17.
66
// Copyright © 2017 Knoxen. All rights reserved.
77
//
8-
#import <Foundation/Foundation.h>
8+
@import Foundation;
99

1010
//! Project version number for EntropyString.
1111
FOUNDATION_EXPORT double EntropyStringVersionNumber;
@@ -14,5 +14,3 @@ FOUNDATION_EXPORT double EntropyStringVersionNumber;
1414
FOUNDATION_EXPORT const unsigned char EntropyStringVersionString[];
1515

1616
// In this header, you should import all the public headers of your framework using statements like #import <EntropyString/PublicHeader.h>
17-
18-

0 commit comments

Comments
 (0)
Failed to load comments.