Skip to content

Commit 7b8d542

Browse files
fix: dart format
1 parent 8767b88 commit 7b8d542

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
additional-avd-args: --device 3
154154
system-image: system-images;android-33;default;x86_64
155155
post-emulator-launch-assemble-command: ''
156-
test-command: patrol test -t integration_test/
156+
test-command: patrol test -t integration_test/ --verbose
157157

158158
test_ios:
159159
macos:

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
243EF14638ECA64074771B11 /* Pods-InstabugTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InstabugTests.release.xcconfig"; path = "Target Support Files/Pods-InstabugTests/Pods-InstabugTests.release.xcconfig"; sourceTree = "<group>"; };
6969
354EA318B622513FE3FD25E4 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
7070
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
71-
671EF4FEC6834993651EBC4D /* Pods-InstabugUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InstabugUITests.release.xcconfig"; path = "Target Support Files/Pods-InstabugUITests/Pods-InstabugUITests.release.xcconfig"; sourceTree = "<group>"; };
7271
71679BEC094CFF3474195C2E /* Pods_InstabugTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_InstabugTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7372
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
7473
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@@ -83,8 +82,6 @@
8382
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8483
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
8584
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
86-
A964F0D42132F93F7E4DEB73 /* Pods-InstabugUITests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InstabugUITests.profile.xcconfig"; path = "Target Support Files/Pods-InstabugUITests/Pods-InstabugUITests.profile.xcconfig"; sourceTree = "<group>"; };
87-
B03C8370EEFE061BDDDA1DA1 /* Pods-InstabugUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InstabugUITests.debug.xcconfig"; path = "Target Support Files/Pods-InstabugUITests/Pods-InstabugUITests.debug.xcconfig"; sourceTree = "<group>"; };
8885
BA5633844585BB93FE7BCCE7 /* Pods-InstabugTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InstabugTests.profile.xcconfig"; path = "Target Support Files/Pods-InstabugTests/Pods-InstabugTests.profile.xcconfig"; sourceTree = "<group>"; };
8986
BE0EAED92E32DC4A006C9C24 /* RunnerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9087
BE26C80C2BD55575009FECCF /* IBGCrashReporting+CP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "IBGCrashReporting+CP.h"; sourceTree = "<group>"; };
@@ -105,7 +102,6 @@
105102
CCADBDD7293CFED300AE5EB8 /* BugReportingApiTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BugReportingApiTests.m; sourceTree = "<group>"; };
106103
D465CA8CFED509B46412330E /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
107104
EB9BABD4F8C5EA7F09F259A1 /* Pods-Runner-RunnerUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner-RunnerUITests.debug.xcconfig"; path = "Target Support Files/Pods-Runner-RunnerUITests/Pods-Runner-RunnerUITests.debug.xcconfig"; sourceTree = "<group>"; };
108-
F5446C0D3B2623D9BCC7CCE3 /* Pods_InstabugUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_InstabugUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
109105
FFD0FE808B9493168BFD329E /* Pods-Runner-RunnerUITests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner-RunnerUITests.profile.xcconfig"; path = "Target Support Files/Pods-Runner-RunnerUITests/Pods-Runner-RunnerUITests.profile.xcconfig"; sourceTree = "<group>"; };
110106
/* End PBXFileReference section */
111107

@@ -150,9 +146,6 @@
150146
BF9025BBD0A6FD7B193E903A /* Pods-InstabugTests.debug.xcconfig */,
151147
243EF14638ECA64074771B11 /* Pods-InstabugTests.release.xcconfig */,
152148
BA5633844585BB93FE7BCCE7 /* Pods-InstabugTests.profile.xcconfig */,
153-
B03C8370EEFE061BDDDA1DA1 /* Pods-InstabugUITests.debug.xcconfig */,
154-
671EF4FEC6834993651EBC4D /* Pods-InstabugUITests.release.xcconfig */,
155-
A964F0D42132F93F7E4DEB73 /* Pods-InstabugUITests.profile.xcconfig */,
156149
EB9BABD4F8C5EA7F09F259A1 /* Pods-Runner-RunnerUITests.debug.xcconfig */,
157150
C4A4CDE185C87287F1EA293F /* Pods-Runner-RunnerUITests.release.xcconfig */,
158151
FFD0FE808B9493168BFD329E /* Pods-Runner-RunnerUITests.profile.xcconfig */,
@@ -165,7 +158,6 @@
165158
children = (
166159
853739F5879F6E4272829F47 /* Pods_Runner.framework */,
167160
71679BEC094CFF3474195C2E /* Pods_InstabugTests.framework */,
168-
F5446C0D3B2623D9BCC7CCE3 /* Pods_InstabugUITests.framework */,
169161
8EBBC1AB64BB98BC76E41A42 /* Pods_Runner_RunnerUITests.framework */,
170162
);
171163
name = Frameworks;

0 commit comments

Comments
 (0)