Skip to content

Commit

Permalink
Add test Pods
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Sep 8, 2018
1 parent 2b8730b commit 56cf3f6
Show file tree
Hide file tree
Showing 102 changed files with 11,731 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
native/iosTests/Pods/* linguist-generated=true
13 changes: 13 additions & 0 deletions native/iosTests/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
source 'https://github.com/CocoaPods/Specs.git'
workspace 'WatermelonTester.xcworkspace'

target 'WatermelonTester' do
platform :ios, '11.3'

target 'WatermelonTesterTests' do
inherit! :search_paths
use_frameworks!

pod 'Nimble', '~> 7.0'
end
end
16 changes: 16 additions & 0 deletions native/iosTests/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- Nimble (7.1.3)

DEPENDENCIES:
- Nimble (~> 7.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Nimble

SPEC CHECKSUMS:
Nimble: 2839b01d1b31f6a6a7777a221f0d91cf52e8e27b

PODFILE CHECKSUM: 56c250ad2a565ffb89a0aba2d1e14bd82416b51e

COCOAPODS: 1.5.3
16 changes: 16 additions & 0 deletions native/iosTests/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 56cf3f6

Please sign in to comment.