You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2023/11/03 18:16:08 UTC

(cordova-plugin-inappbrowser) branch revert-927-master created (now 8bc15de)

This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a change to branch revert-927-master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git


      at 8bc15de  Revert "fix: explicitly import dependencies, instead of relying on PCH files. This is important in Swift projects, where you cannot use prefix headers. (#927)"

This branch includes the following new commits:

     new 8bc15de  Revert "fix: explicitly import dependencies, instead of relying on PCH files. This is important in Swift projects, where you cannot use prefix headers. (#927)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


(cordova-plugin-inappbrowser) 01/01: Revert "fix: explicitly import dependencies, instead of relying on PCH files. This is important in Swift projects, where you cannot use prefix headers. (#927)"

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch revert-927-master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git

commit 8bc15de222557f3798a2a7d395abf91dee6de3df
Author: Niklas Merz <ni...@linux.com>
AuthorDate: Fri Nov 3 19:16:03 2023 +0100

    Revert "fix: explicitly import dependencies, instead of relying on PCH files. This is important in Swift projects, where you cannot use prefix headers. (#927)"
    
    This reverts commit 31860cf6c3a10de87844062dac116aa635e85a2e.
---
 src/ios/CDVInAppBrowserNavigationController.h | 1 -
 src/ios/CDVInAppBrowserOptions.h              | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/ios/CDVInAppBrowserNavigationController.h b/src/ios/CDVInAppBrowserNavigationController.h
index 3b65faa..bd186a2 100644
--- a/src/ios/CDVInAppBrowserNavigationController.h
+++ b/src/ios/CDVInAppBrowserNavigationController.h
@@ -17,7 +17,6 @@
  under the License.
  */
 
-#import <UIKit/UINavigationController.h>
 #import <Cordova/CDVScreenOrientationDelegate.h>
 
 
diff --git a/src/ios/CDVInAppBrowserOptions.h b/src/ios/CDVInAppBrowserOptions.h
index 90c6e13..c1c9fa5 100644
--- a/src/ios/CDVInAppBrowserOptions.h
+++ b/src/ios/CDVInAppBrowserOptions.h
@@ -17,7 +17,6 @@
  under the License.
  */
 
-#import <Foundation/Foundation.h>
 
 @interface CDVInAppBrowserOptions : NSObject {}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org