Skip to content

Commit

Permalink
- Updated build version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Belozierov committed Jul 10, 2020
1 parent 41522a0 commit 852de01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SwiftCoroutine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftCoroutine'
s.version = '2.1.8'
s.version = 2.1.9
s.license = 'MIT'
s.summary = 'Swift coroutines for iOS, macOS and Linux.'
s.homepage = 'https://github.com/belozierov/SwiftCoroutine'
Expand Down
8 changes: 4 additions & 4 deletions SwiftCoroutine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.1.8;
MARKETING_VERSION = 2.1.9;
MODULEMAP_FILE = "${PROJECT_DIR}/Sources/module.modulemap";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
PRODUCT_BUNDLE_IDENTIFIER = "Belozierov.SwiftCoroutine-iOS";
Expand Down Expand Up @@ -1166,7 +1166,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.1.8;
MARKETING_VERSION = 2.1.9;
MODULEMAP_FILE = "${PROJECT_DIR}/Sources/module.modulemap";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
PRODUCT_BUNDLE_IDENTIFIER = "Belozierov.SwiftCoroutine-iOS";
Expand Down Expand Up @@ -1234,7 +1234,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.1.8;
MARKETING_VERSION = 2.1.9;
MODULEMAP_FILE = "${PROJECT_DIR}/Sources/module.modulemap";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=150 -Xfrontend -warn-long-function-bodies=150";
Expand Down Expand Up @@ -1269,7 +1269,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 2.1.8;
MARKETING_VERSION = 2.1.9;
MODULEMAP_FILE = "${PROJECT_DIR}/Sources/module.modulemap";
OTHER_CFLAGS = "-DXCODE_FRAMEWORK=1";
OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-expression-type-checking=150 -Xfrontend -warn-long-function-bodies=150";
Expand Down

0 comments on commit 852de01

Please sign in to comment.