File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ EXTERNAL SOURCES:
23
23
24
24
SPEC CHECKSUMS:
25
25
CocoaLumberjack: e8955b9d337ac307103b0a34fd141c32f27e53c5
26
- dart_native: ba4adc85a5cf6faafbfa7de2252397388d9480da
26
+ dart_native: e10848b23206739fc16a2455f41847418a8ceb3d
27
27
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
28
28
29
29
PODFILE CHECKSUM: f10e42e188a012076f9d5e111f499229a501832a
Original file line number Diff line number Diff line change 276
276
inputPaths = (
277
277
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
278
278
"${PODS_ROOT}/../Flutter/Flutter.framework",
279
+ "${PODS_ROOT}/../.symlinks/plugins/dart_native/ios/DartNative.framework",
279
280
);
280
281
name = "[CP] Embed Pods Frameworks";
281
282
outputPaths = (
282
283
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Flutter.framework",
284
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DartNative.framework",
283
285
);
284
286
runOnlyForDeploymentPostprocessing = 0;
285
287
shellPath = /bin/sh;
Original file line number Diff line number Diff line change 43
43
buildConfiguration = " Debug"
44
44
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
45
45
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
46
- enableAddressSanitizer = " YES"
47
46
enableASanStackUseAfterReturn = " YES"
48
47
launchStyle = " 0"
49
48
useCustomWorkingDirectory = " NO"
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ Write native code using Dart. This package liberates you from native code and lo
15
15
s . source = { :path => '.' }
16
16
17
17
# Debug
18
- s . source_files = 'Classes/**/*' , 'libffi/*.h' , 'common/**/*'
19
- s . vendored_libraries = 'libffi/libffi.a'
18
+ # s.source_files = 'Classes/**/*', 'libffi/*.h', 'common/**/*'
19
+ # s.vendored_libraries = 'libffi/libffi.a'
20
20
21
21
# Release
22
- # s.source_files = 'Classes/DartNativePlugin.*'
23
- # s.vendored_frameworks = 'DartNative.framework'
22
+ s . source_files = 'Classes/DartNativePlugin.*'
23
+ s . vendored_frameworks = 'DartNative.framework'
24
24
25
25
s . public_header_files = 'Classes/DartNativePlugin.h'
26
26
s . dependency 'Flutter'
You can’t perform that action at this time.
0 commit comments