Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 998cf27

Browse files
committed
updated podspec and build scheme
1 parent a3b9b6b commit 998cf27

File tree

5 files changed

+110
-2
lines changed

5 files changed

+110
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ before_install:
55
- gem install xcpretty --no-document
66
script:
77
- set -o pipefail
8-
- xcodebuild -project Xcode/HttpBasicAuth.xcodeproj -scheme HttpBasicAuth test -sdk macosx | xcpretty -c
8+
- xcodebuild -workspace Xcode/HttpBasicAuth.xcworkspace -scheme HttpBasicAuth test -sdk macosx | xcpretty -c
99
- pod lib lint

HttpBasicAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |spec|
33
spec.version = '0.1.0'
44
spec.summary = 'Generic basic http auth Authorization header field parser for swift.'
55
spec.homepage = 'https://github.com/jjb3rd/HttpBasicAuth'
6-
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
6+
spec.license = { :type => 'MIT', :file => 'LICENSE.txt' }
77
spec.author = { 'John Becker' => 'john@beckersoft.com' }
88
spec.source = { :git => 'https://github.com/jjb3rd/HttpBasicAuth.git', :tag => "#{spec.version}" }
99
spec.source_files = 'Sources/*.swift'

Xcode/HttpBasicAuth.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
52598EB41C47341400150706 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE.txt; path = ../LICENSE.txt; sourceTree = "<group>"; };
3535
52598EB51C47341400150706 /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Package.swift; path = ../Package.swift; sourceTree = "<group>"; };
3636
52598EB61C47341400150706 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
37+
52598EBB1C4743D700150706 /* HttpBasicAuth.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = HttpBasicAuth.podspec; path = ../HttpBasicAuth.podspec; sourceTree = "<group>"; };
3738
52723CB21C46E33800F9B654 /* HttpBasicAuth.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = HttpBasicAuth.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3839
52723CB51C46E33800F9B654 /* HttpBasicAuth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpBasicAuth.h; sourceTree = "<group>"; };
3940
52723CB71C46E33800F9B654 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -63,6 +64,7 @@
6364
52723CA81C46E33800F9B654 = {
6465
isa = PBXGroup;
6566
children = (
67+
52598EBB1C4743D700150706 /* HttpBasicAuth.podspec */,
6668
52598EB31C47341400150706 /* CHANGELOG.md */,
6769
52598EB41C47341400150706 /* LICENSE.txt */,
6870
52598EB51C47341400150706 /* Package.swift */,
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0720"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "52723CB11C46E33800F9B654"
18+
BuildableName = "HttpBasicAuth.framework"
19+
BlueprintName = "HttpBasicAuth"
20+
ReferencedContainer = "container:HttpBasicAuth.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
<TestableReference
32+
skipped = "NO">
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "52723CBB1C46E33800F9B654"
36+
BuildableName = "HttpBasicAuthTests.xctest"
37+
BlueprintName = "HttpBasicAuthTests"
38+
ReferencedContainer = "container:HttpBasicAuth.xcodeproj">
39+
</BuildableReference>
40+
</TestableReference>
41+
</Testables>
42+
<MacroExpansion>
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "52723CB11C46E33800F9B654"
46+
BuildableName = "HttpBasicAuth.framework"
47+
BlueprintName = "HttpBasicAuth"
48+
ReferencedContainer = "container:HttpBasicAuth.xcodeproj">
49+
</BuildableReference>
50+
</MacroExpansion>
51+
<AdditionalOptions>
52+
</AdditionalOptions>
53+
</TestAction>
54+
<LaunchAction
55+
buildConfiguration = "Debug"
56+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
57+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
58+
launchStyle = "0"
59+
useCustomWorkingDirectory = "NO"
60+
ignoresPersistentStateOnLaunch = "NO"
61+
debugDocumentVersioning = "YES"
62+
debugServiceExtension = "internal"
63+
allowLocationSimulation = "YES">
64+
<MacroExpansion>
65+
<BuildableReference
66+
BuildableIdentifier = "primary"
67+
BlueprintIdentifier = "52723CB11C46E33800F9B654"
68+
BuildableName = "HttpBasicAuth.framework"
69+
BlueprintName = "HttpBasicAuth"
70+
ReferencedContainer = "container:HttpBasicAuth.xcodeproj">
71+
</BuildableReference>
72+
</MacroExpansion>
73+
<AdditionalOptions>
74+
</AdditionalOptions>
75+
</LaunchAction>
76+
<ProfileAction
77+
buildConfiguration = "Release"
78+
shouldUseLaunchSchemeArgsEnv = "YES"
79+
savedToolIdentifier = ""
80+
useCustomWorkingDirectory = "NO"
81+
debugDocumentVersioning = "YES">
82+
<MacroExpansion>
83+
<BuildableReference
84+
BuildableIdentifier = "primary"
85+
BlueprintIdentifier = "52723CB11C46E33800F9B654"
86+
BuildableName = "HttpBasicAuth.framework"
87+
BlueprintName = "HttpBasicAuth"
88+
ReferencedContainer = "container:HttpBasicAuth.xcodeproj">
89+
</BuildableReference>
90+
</MacroExpansion>
91+
</ProfileAction>
92+
<AnalyzeAction
93+
buildConfiguration = "Debug">
94+
</AnalyzeAction>
95+
<ArchiveAction
96+
buildConfiguration = "Release"
97+
revealArchiveInOrganizer = "YES">
98+
</ArchiveAction>
99+
</Scheme>

Xcode/HttpBasicAuth.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)