Skip to content

Commit 389c247

Browse files
committed
package.resolve
1 parent ae6e799 commit 389c247

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,16 @@
416416
);
417417
inputPaths = (
418418
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
419+
"${BUILT_PRODUCTS_DIR}/Airship/AirshipKit.framework",
420+
"${BUILT_PRODUCTS_DIR}/AirshipFrameworkProxy/AirshipFrameworkProxy.framework",
421+
"${BUILT_PRODUCTS_DIR}/airship_flutter/airship_flutter.framework",
419422
"${BUILT_PRODUCTS_DIR}/AirshipServiceExtension/AirshipServiceExtension.framework",
420423
);
421424
name = "[CP] Embed Pods Frameworks";
422425
outputPaths = (
426+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AirshipKit.framework",
427+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AirshipFrameworkProxy.framework",
428+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/airship_flutter.framework",
423429
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AirshipServiceExtension.framework",
424430
);
425431
runOnlyForDeploymentPostprocessing = 0;

example/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)