Skip to content

Commit

Permalink
Merge pull request #18 from kinkofer/AsyncAwaitUpdate
Browse files Browse the repository at this point in the history
Async await update
  • Loading branch information
kinkofer authored Oct 16, 2021
2 parents d0ca44f + 68fcfd8 commit 37a011d
Show file tree
Hide file tree
Showing 97 changed files with 5,243 additions and 3,144 deletions.
77 changes: 77 additions & 0 deletions .swiftpm/xcode/xcshareddata/xcschemes/PokemonAPI.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "PokemonAPI"
BuildableName = "PokemonAPI"
BlueprintName = "PokemonAPI"
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 = "PokemonAPITests"
BuildableName = "PokemonAPITests"
BlueprintName = "PokemonAPITests"
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 = "PokemonAPI"
BuildableName = "PokemonAPI"
BlueprintName = "PokemonAPI"
ReferencedContainer = "container:">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 6.1.0
Add async functions to all services

Replace example app

Add examples for iOS, macOS, tvOS, and watchOS

Add some async test functions


## 6.0.2
Fix Resource service url


## 6.0.1
Fix Package name


## 6.0.0
Updated with Combine functions

Expand Down
5 changes: 0 additions & 5 deletions Example/Podfile

This file was deleted.

16 changes: 0 additions & 16 deletions Example/Podfile.lock

This file was deleted.

31 changes: 0 additions & 31 deletions Example/Pods/Local Podspecs/PokemonAPI.podspec.json

This file was deleted.

28 changes: 0 additions & 28 deletions Example/Pods/Local Podspecs/PokemonKit.podspec.json

This file was deleted.

16 changes: 0 additions & 16 deletions Example/Pods/Manifest.lock

This file was deleted.

Loading

0 comments on commit 37a011d

Please sign in to comment.