Skip to content

Commit

Permalink
ShareExtensionから共有したものを読み出せるところまで
Browse files Browse the repository at this point in the history
  • Loading branch information
shiosyakeyakini-info committed Feb 4, 2024
1 parent 39d7909 commit 63bea8b
Show file tree
Hide file tree
Showing 5 changed files with 297 additions and 375 deletions.
8 changes: 4 additions & 4 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ target 'Runner' do
use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

target 'ShareExtension' do
inherit! :search_paths
end
end

post_install do |installer|
Expand All @@ -48,8 +52,4 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
end
end
target :ShareExtension do
use_frameworks!
pod 'shared_preference_app_group', path: '.symlinks/plugins/shared_preference_app_group/ios'
end
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,6 @@ SPEC CHECKSUMS:
wakelock_plus: 8b09852c8876491e4b6d179e17dfe2a0b5f60d47
webview_flutter_wkwebview: 4f3e50f7273d31e5500066ed267e3ae4309c5ae4

PODFILE CHECKSUM: b6cba02e8306bb2b2eadb891f9670d202cef6ace
PODFILE CHECKSUM: bd49fdcc50731fff63770138ae17792f83db3fa4

COCOAPODS: 1.14.3
2 changes: 1 addition & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin\n";
};
72427D6E1FCF5EC68D493D27 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
Expand Down
Loading

0 comments on commit 63bea8b

Please sign in to comment.