Skip to content

Commit

Permalink
fix: added mockingbird
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 6, 2024
1 parent 062fab4 commit b9ee116
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
uses: irgaly/[email protected]
with:
key: xcode-deriveddata
- run: cd example/ios; pod install; cd ../..
- run: cd example/ios; pod install
- name: Run Tests
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app
run: make test-ios
run: ; cd ../.. && make test-ios

1 change: 1 addition & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ target 'Runner' do
inherit! :search_paths
pod 'Quick'
pod 'Nimble'
pod 'MockingbirdFramework', '~> 0.20'
end
end

Expand Down
6 changes: 5 additions & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ PODS:
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
- MockingbirdFramework (0.20.0)
- MqttCocoaAsyncSocket (1.0.8)
- Nimble (13.4.0):
- CwlPreconditionTesting (~> 2.2.0)
Expand All @@ -34,6 +35,7 @@ DEPENDENCIES:
- abrevva (from `.symlinks/plugins/abrevva/ios`)
- Flutter (from `Flutter`)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
- MockingbirdFramework (~> 0.20)
- Nimble
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- Quick
Expand All @@ -48,6 +50,7 @@ SPEC REPOS:
- CwlMachBadInstructionHandler
- CwlPosixPreconditionTesting
- CwlPreconditionTesting
- MockingbirdFramework
- MqttCocoaAsyncSocket
- Nimble
- Quick
Expand All @@ -74,11 +77,12 @@ SPEC CHECKSUMS:
CwlPreconditionTesting: ccfd08aca58d14e04062b2a3dd2fd52e09857453
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
MockingbirdFramework: 54e35fbbb47b806c1a1fae2cf3ef99f6eceb55e5
MqttCocoaAsyncSocket: 77d3b74f76228dd5a05d1f9526eab101d415b30c
Nimble: c3d7c9848a0adae88a665ca52f8da23dd4d2cd94
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
Quick: b8bec97cd4b9f21da0472d45580f763b801fc353

PODFILE CHECKSUM: 2473cbe46caf37b31902649c0f6da06656d387fc
PODFILE CHECKSUM: fba33bd8c1993b4ccda57fd152f9a2ed8499132c

COCOAPODS: 1.14.3
3 changes: 3 additions & 0 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@
DEVELOPMENT_TEAM = 47Z5RC7U2C;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -684,6 +685,7 @@
DEVELOPMENT_TEAM = 47Z5RC7U2C;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -711,6 +713,7 @@
DEVELOPMENT_TEAM = 47Z5RC7U2C;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
1 change: 1 addition & 0 deletions example/ios/RunnerTests/AbrevvaBleTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Quick
import Nimble
import CoreBluetooth
import AbrevvaSDK
import Mockingbird

@testable import abrevva

Expand Down

0 comments on commit b9ee116

Please sign in to comment.