Skip to content

Commit

Permalink
Remove even more
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed May 2, 2024
1 parent 0b2f3ee commit d82498e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/realm/ios/realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ Pod::Spec.new do |s|
s.library = 'c++', 'z', 'compression'

s.swift_version = '5.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES',
'HEADER_SEARCH_PATHS' => [
'"$(PODS_TARGET_SRCROOT)/Classes"',
],
'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_TARGET_SRCROOT)/**"'
}
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
#Use --debug to debug the install command on both prepare_command and script_phase below
s.prepare_command = "source \"#{project_dir}/Flutter/flutter_export_environment.sh\" && cd \"$FLUTTER_APPLICATION_PATH\" && \"$FLUTTER_ROOT/bin/dart\" run realm install --target-os-type ios"
s.script_phases = [
Expand Down

0 comments on commit d82498e

Please sign in to comment.