Update iOS config
This commit is contained in:
parent
da21c51b62
commit
55e817eda5
2 changed files with 0 additions and 8 deletions
|
@ -89,8 +89,6 @@ PODS:
|
|||
- Flutter
|
||||
- wakelock (0.0.1):
|
||||
- Flutter
|
||||
- wallpaper_manager (0.0.1):
|
||||
- Flutter
|
||||
|
||||
DEPENDENCIES:
|
||||
- background_fetch (from `.symlinks/plugins/background_fetch/ios`)
|
||||
|
@ -122,7 +120,6 @@ DEPENDENCIES:
|
|||
- url_launcher (from `.symlinks/plugins/url_launcher/ios`)
|
||||
- video_player (from `.symlinks/plugins/video_player/ios`)
|
||||
- wakelock (from `.symlinks/plugins/wakelock/ios`)
|
||||
- wallpaper_manager (from `.symlinks/plugins/wallpaper_manager/ios`)
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
|
@ -194,8 +191,6 @@ EXTERNAL SOURCES:
|
|||
:path: ".symlinks/plugins/video_player/ios"
|
||||
wakelock:
|
||||
:path: ".symlinks/plugins/wakelock/ios"
|
||||
wallpaper_manager:
|
||||
:path: ".symlinks/plugins/wallpaper_manager/ios"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
background_fetch: 79a5891a4742df7cf1b21a55334da74191c2894f
|
||||
|
@ -235,7 +230,6 @@ SPEC CHECKSUMS:
|
|||
url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
|
||||
video_player: 9cc823b1d9da7e8427ee591e8438bfbcde500e6e
|
||||
wakelock: b0843b2479edbf6504d8d262c2959446f35373aa
|
||||
wallpaper_manager: 78720eb4e1957ace4397e1738896a7f3add5fd67
|
||||
|
||||
PODFILE CHECKSUM: a226c065c368c69fce961535a41a0b30b1ab932d
|
||||
|
||||
|
|
|
@ -268,7 +268,6 @@
|
|||
"${BUILT_PRODUCTS_DIR}/url_launcher/url_launcher.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/video_player/video_player.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/wakelock/wakelock.framework",
|
||||
"${BUILT_PRODUCTS_DIR}/wallpaper_manager/wallpaper_manager.framework",
|
||||
);
|
||||
name = "[CP] Embed Pods Frameworks";
|
||||
outputPaths = (
|
||||
|
@ -308,7 +307,6 @@
|
|||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_player.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/wakelock.framework",
|
||||
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/wallpaper_manager.framework",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
|
|
Loading…
Reference in a new issue