Skip to content

Commit

Permalink
Version 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jul 24, 2022
1 parent 1357e5c commit c1c36df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Nuke 11

## Nuke 11.0.1

*Jul 24, 2022*

- Fix an issue with cancellation of requests created with Combine publishers - [#576](https://github.com/kean/Nuke/pull/576), thanks to [douknow](https://github.com/douknow)

## Nuke 11.0.0

*Jul 20, 2022*
Expand Down
11 changes: 2 additions & 9 deletions Nuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 11.0.0;
OTHER_SWIFT_FLAGS = "-D DEBUG -D TRACK_ALLOCATIONS";
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.nukeui;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1963,7 +1962,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 11.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.nukeui;
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down Expand Up @@ -2035,7 +2033,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 11.0.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.github.kean.nuke-extensions";
PRODUCT_NAME = NukeExtensions;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG TRACK_ALLOCATIONS";
Expand All @@ -2054,7 +2051,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 11.0.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.github.kean.nuke-extensions";
PRODUCT_NAME = NukeExtensions;
};
Expand Down Expand Up @@ -2209,7 +2205,6 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
Expand Down Expand Up @@ -2253,6 +2248,7 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 11.0.1;
ONLY_ACTIVE_ARCH = YES;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
Expand All @@ -2273,7 +2269,6 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
Expand Down Expand Up @@ -2311,10 +2306,10 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 11.0.1;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
TVOS_DEPLOYMENT_TARGET = 13.0;
Expand All @@ -2337,7 +2332,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 11.0.0;
OTHER_SWIFT_FLAGS = "-D DEBUG -D TRACK_ALLOCATIONS";
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.nuke;
PRODUCT_NAME = Nuke;
Expand All @@ -2356,7 +2350,6 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 11.0.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.nuke;
PRODUCT_NAME = Nuke;
};
Expand Down

0 comments on commit c1c36df

Please sign in to comment.