[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove Swift dependency (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson committed Mar 6, 2020
1 parent 93a1c9b commit 1dbca58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
4 changes: 4 additions & 0 deletions packages/espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1+4

* Remove Swift dependency.

## 0.0.1+3

* Make the pedantic dev_dependency explicit.
Expand Down
14 changes: 0 additions & 14 deletions packages/espresso/ios/Classes/SwiftEspressoPlugin.swift

This file was deleted.

2 changes: 1 addition & 1 deletion packages/espresso/ios/espresso.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ A new flutter plugin project.
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.platform = :ios, '8.0'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.swift_version = '5.0'
end
2 changes: 1 addition & 1 deletion packages/espresso/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: espresso
description: Java classes for testing Flutter apps using Espresso.
version: 0.0.1+3
version: 0.0.1+4
homepage: https://github.com/flutter/plugins/espresso

environment:
Expand Down

0 comments on commit 1dbca58

Please sign in to comment.