diff --git a/example-mobile/AIRSDK_patch/.gitignore b/example-mobile/AIRSDK_patch/.gitignore deleted file mode 100644 index 5d73170a..00000000 --- a/example-mobile/AIRSDK_patch/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.dylib -*.framework -*.bundle - diff --git a/example-mobile/AIRSDK_patch/README.md b/example-mobile/AIRSDK_patch/README.md deleted file mode 100644 index fff94863..00000000 --- a/example-mobile/AIRSDK_patch/README.md +++ /dev/null @@ -1,3 +0,0 @@ -For iOS we need some additions to the AIRSDK. - -Copy the files from AIRSDK_additions into the corresponding folders in your AIRSDK. diff --git a/example-mobile/get_ios_dependencies.sh b/example-mobile/get_ios_dependencies.sh index cf7ea21a..bd6c2f92 100755 --- a/example-mobile/get_ios_dependencies.sh +++ b/example-mobile/get_ios_dependencies.sh @@ -10,10 +10,6 @@ wget https://github.com/tuarua/Swift-IOS-ANE/releases/download/$FreSwiftVersion/ unzip -u ios_dependencies.zip rm ios_dependencies.zip -wget https://github.com/tuarua/Swift-IOS-ANE/releases/download/$FreSwiftVersion/AIRSDK_patch.zip -unzip -u -o AIRSDK_patch.zip -rm AIRSDK_patch.zip - wget https://github.com/tuarua/WebViewANE/releases/download/$AneVersion/ios_dependencies.zip unzip -u -o ios_dependencies.zip rm ios_dependencies.zip