Skip to content

Commit 2b14bd8

Browse files
committed
chore: update CHANGELOG.md
1 parent 4e2e11e commit 2b14bd8

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ fastlane/test_output
8888
# https://github.com/johnno1962/injectionforxcode
8989

9090
iOSInjectionProject/
91+
92+
# macOS
93+
.DS_Store

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
### Features
10+
11+
- Add support for passing custom headers to `WKWebView` (only for the openInWebView option). [RMET-4287](https://outsystemsrd.atlassian.net/browse/RMET-4287).
12+
713
## 2.0.1
814

915
### Features

OSInAppBrowserLib.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
CLANG_WARN_UNREACHABLE_CODE = YES;
448448
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
449449
COPY_PHASE_STRIP = NO;
450-
CURRENT_PROJECT_VERSION = 3;
450+
CURRENT_PROJECT_VERSION = 2;
451451
DEBUG_INFORMATION_FORMAT = dwarf;
452452
ENABLE_STRICT_OBJC_MSGSEND = YES;
453453
ENABLE_TESTABILITY = YES;
@@ -515,7 +515,7 @@
515515
CLANG_WARN_UNREACHABLE_CODE = YES;
516516
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
517517
COPY_PHASE_STRIP = NO;
518-
CURRENT_PROJECT_VERSION = 3;
518+
CURRENT_PROJECT_VERSION = 2;
519519
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
520520
ENABLE_NS_ASSERTIONS = NO;
521521
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -548,7 +548,7 @@
548548
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
549549
CLANG_ENABLE_MODULES = YES;
550550
CODE_SIGN_STYLE = Automatic;
551-
CURRENT_PROJECT_VERSION = 3;
551+
CURRENT_PROJECT_VERSION = 2;
552552
DEFINES_MODULE = YES;
553553
DYLIB_COMPATIBILITY_VERSION = 1;
554554
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -582,7 +582,7 @@
582582
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
583583
CLANG_ENABLE_MODULES = YES;
584584
CODE_SIGN_STYLE = Automatic;
585-
CURRENT_PROJECT_VERSION = 3;
585+
CURRENT_PROJECT_VERSION = 2;
586586
DEFINES_MODULE = YES;
587587
DYLIB_COMPATIBILITY_VERSION = 1;
588588
DYLIB_INSTALL_NAME_BASE = "@rpath";
@@ -615,7 +615,7 @@
615615
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
616616
CLANG_ENABLE_MODULES = YES;
617617
CODE_SIGN_STYLE = Automatic;
618-
CURRENT_PROJECT_VERSION = 3;
618+
CURRENT_PROJECT_VERSION = 2;
619619
GENERATE_INFOPLIST_FILE = YES;
620620
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
621621
MARKETING_VERSION = 2.0.1;
@@ -637,7 +637,7 @@
637637
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
638638
CLANG_ENABLE_MODULES = YES;
639639
CODE_SIGN_STYLE = Automatic;
640-
CURRENT_PROJECT_VERSION = 3;
640+
CURRENT_PROJECT_VERSION = 2;
641641
GENERATE_INFOPLIST_FILE = YES;
642642
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
643643
MARKETING_VERSION = 2.0.1;

0 commit comments

Comments
 (0)