Skip to content

Commit

Permalink
Update generate_documentation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn authored Jan 29, 2025
1 parent cbf9af9 commit f2aebb5
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Scripts/generate_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ rsync -r AdyenComponents $TEMP_PROJECT_PATH/Sources/$FRAMEWORK_NAME
rsync -r AdyenEncryption $TEMP_PROJECT_PATH/Sources/$FRAMEWORK_NAME
rsync -r AdyenCard $TEMP_PROJECT_PATH/Sources/$FRAMEWORK_NAME
rsync -r AdyenDropIn $TEMP_PROJECT_PATH/Sources/$FRAMEWORK_NAME
rsync -r AdyenSession $TEMP_PROJECT_PATH/Sources/$FRAMEWORK_NAME
rsync -r AdyenWeChatPay $TEMP_PROJECT_PATH/Sources/$FRAMEWORK_NAME
rsync -r AdyenSwiftUI $TEMP_PROJECT_PATH/Sources/$FRAMEWORK_NAME
rsync -r AdyenCashAppPay $TEMP_PROJECT_PATH/Sources/$FRAMEWORK_NAME

# Copy the Adyen.docc folder to the temp package source folder
cp -a $FRAMEWORK_NAME.docc $TEMP_PROJECT_PATH/Sources/$FRAMEWORK_NAME/$FRAMEWORK_NAME.docc
Expand Down Expand Up @@ -85,11 +83,6 @@ let package = Package(
name: \"AdyenWeChatPayInternal\",
url: \"https://github.com/Adyen/adyen-wechatpay-ios\",
.exact(Version(2, 1, 0))
),
.package(
name: \"PayKit\",
url: \"https://github.com/cashapp/cash-app-pay-ios-sdk\",
.exact(Version(0, 5, 1))
)
],
targets: [
Expand All @@ -98,19 +91,15 @@ let package = Package(
dependencies: [
.product(name: \"AdyenNetworking\", package: \"AdyenNetworking\"),
.product(name: \"Adyen3DS2\", package: \"Adyen3DS2\"),
.product(name: \"AdyenWeChatPayInternal\", package: \"AdyenWeChatPayInternal\"),
.product(name: \"PayKit\", package: \"PayKit\"),
.product(name: \"PayKitUI\", package: \"PayKit\")
.product(name: \"AdyenWeChatPayInternal\", package: \"AdyenWeChatPayInternal\")
],
exclude: [
\"Adyen/Info.plist\",
\"AdyenActions/Info.plist\",
\"AdyenComponents/Info.plist\",
\"AdyenDropIn/Info.plist\",
\"AdyenEncryption/Info.plist\",
\"AdyenSwiftUI/Info.plist\",
\"AdyenWeChatPay/Info.plist\",
\"AdyenCashAppPay/AdyenCashAppPay.docc\",
\"AdyenCard/Info.plist\",
\"AdyenCard/Utilities/Non SPM Bundle Extension\",
\"AdyenActions/Utilities/Non SPM Bundle Extension\",
Expand Down

0 comments on commit f2aebb5

Please sign in to comment.