Skip to content

Commit

Permalink
Merge pull request #1 from AdevintaSpain/spm-support
Browse files Browse the repository at this point in the history
spm support
  • Loading branch information
kerekesmarton authored Apr 6, 2023
2 parents 3a7fabe + a3d44e6 commit f3f0c3c
Show file tree
Hide file tree
Showing 52 changed files with 137 additions and 1,975 deletions.
77 changes: 77 additions & 0 deletions .swiftpm/xcode/xcshareddata/xcschemes/Nocilla.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1400"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "Nocilla"
BuildableName = "Nocilla"
BlueprintName = "Nocilla"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "NocillaTests"
BuildableName = "NocillaTests"
BlueprintName = "NocillaTests"
ReferencedContainer = "container:">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "Nocilla"
BuildableName = "Nocilla"
BlueprintName = "Nocilla"
ReferencedContainer = "container:">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
35 changes: 0 additions & 35 deletions Nocilla.podspec

This file was deleted.

2 changes: 0 additions & 2 deletions Nocilla/Hooks/NSURLSession/LSNSURLSessionHook.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright (c) 2014 Luis Solano Bonet. All rights reserved.
//

#import <Nocilla/Nocilla.h>

#import "LSHTTPClientHook.h"

@interface LSNSURLSessionHook : LSHTTPClientHook
Expand Down
22 changes: 11 additions & 11 deletions Nocilla/Nocilla.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ FOUNDATION_EXPORT double NocillaVersionNumber;
//! Project version string for Nocilla.
FOUNDATION_EXPORT const unsigned char NocillaVersionString[];

#import <Nocilla/LSHTTPBody.h>
#import <Nocilla/LSMatcheable.h>
#import <Nocilla/LSMatcher.h>
#import <Nocilla/LSNocilla.h>
#import <Nocilla/LSStubRequestDSL.h>
#import <Nocilla/LSStubResponseDSL.h>
#import <Nocilla/NSData+Matcheable.h>
#import <Nocilla/NSData+Nocilla.h>
#import <Nocilla/NSRegularExpression+Matcheable.h>
#import <Nocilla/NSString+Matcheable.h>
#import <Nocilla/NSString+Nocilla.h>
#import "LSHTTPBody.h"
#import "LSNocilla.h"
#import "LSMatcheable.h"
#import "LSMatcher.h"
#import "NSString+Matcheable.h"
#import "NSData+Matcheable.h"
#import "NSRegularExpression+Matcheable.h"
#import "LSStubRequestDSL.h"
#import "LSStubResponseDSL.h"
#import "NSData+Nocilla.h"
#import "NSString+Nocilla.h"
1 change: 1 addition & 0 deletions Nocilla/public/LSASIHTTPRequestHook.h
1 change: 1 addition & 0 deletions Nocilla/public/LSHTTPBody.h
1 change: 1 addition & 0 deletions Nocilla/public/LSHTTPClientHook.h
1 change: 1 addition & 0 deletions Nocilla/public/LSHTTPRequest.h
1 change: 1 addition & 0 deletions Nocilla/public/LSHTTPRequestDSLRepresentation.h
1 change: 1 addition & 0 deletions Nocilla/public/LSHTTPResponse.h
1 change: 1 addition & 0 deletions Nocilla/public/LSHTTPStubURLProtocol.h
1 change: 1 addition & 0 deletions Nocilla/public/LSMatcheable.h
1 change: 1 addition & 0 deletions Nocilla/public/LSMatcher.h
1 change: 1 addition & 0 deletions Nocilla/public/LSNSURLHook.h
1 change: 1 addition & 0 deletions Nocilla/public/LSNSURLSessionHook.h
1 change: 1 addition & 0 deletions Nocilla/public/LSNocilla.h
1 change: 1 addition & 0 deletions Nocilla/public/LSStubRequest.h
1 change: 1 addition & 0 deletions Nocilla/public/LSStubRequestDSL.h
1 change: 1 addition & 0 deletions Nocilla/public/LSStubResponse.h
1 change: 1 addition & 0 deletions Nocilla/public/LSStubResponseDSL.h
1 change: 1 addition & 0 deletions Nocilla/public/NSData+Matcheable.h
1 change: 1 addition & 0 deletions Nocilla/public/NSData+Nocilla.h
1 change: 1 addition & 0 deletions Nocilla/public/NSRegularExpression+Matcheable.h
1 change: 1 addition & 0 deletions Nocilla/public/NSString+Matcheable.h
1 change: 1 addition & 0 deletions Nocilla/public/NSString+Nocilla.h
1 change: 1 addition & 0 deletions Nocilla/public/Nocilla.h
88 changes: 0 additions & 88 deletions NocillaTests/DSL/LSHTTPRequestDSLRepresentationSpec.m

This file was deleted.

Loading

0 comments on commit f3f0c3c

Please sign in to comment.