Skip to content

Commit

Permalink
Xcode 12.2 πŸ€¦β€β™‚οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNatan committed Oct 12, 2020
1 parent 2899f77 commit d59130e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion detox/ios/DTXLoggingInfra
3 changes: 2 additions & 1 deletion detox/ios/Detox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 1200;
LastUpgradeCheck = 1220;
ORGANIZATIONNAME = Wix;
TargetAttributes = {
3928EFA41E47404900C19B6E = {
Expand All @@ -834,6 +834,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 3947678D1DBF985400D72256;
productRefGroup = 394767981DBF985400D72256 /* Products */;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
LastUpgradeVersion = "1220"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion detox/ios/Detox/Invocation/Element.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Element : NSObject {
let element : UIView
if let index = index {
guard index < array.count else {
dtx_fatalError("Index \(index) beyond bounds [0 .. \(array.count - 1)] for β€œ\(self.description)”", viewDescription: failDebugAttributes)
dtx_fatalError("Index \(index) beyond bounds \(array.count > 0 ? "[0 .. \(array.count - 1)] " : " ")for β€œ\(self.description)”", viewDescription: failDebugAttributes)
}
element = array[index]
} else {
Expand Down
2 changes: 1 addition & 1 deletion detox/ios/EarlGrey
2 changes: 1 addition & 1 deletion detox/ios/SocketRocket
Submodule SocketRocket updated 28 files
+1 βˆ’132 SocketRocket.xcodeproj/project.pbxproj
+1 βˆ’1 SocketRocket.xcodeproj/xcshareddata/xcschemes/SocketRocket-iOS-Dynamic.xcscheme
+1 βˆ’1 SocketRocket.xcodeproj/xcshareddata/xcschemes/SocketRocket-iOS.xcscheme
+1 βˆ’1 SocketRocket.xcodeproj/xcshareddata/xcschemes/SocketRocket-macOS.xcscheme
+1 βˆ’1 SocketRocket.xcodeproj/xcshareddata/xcschemes/SocketRocket-tvOS.xcscheme
+1 βˆ’1 SocketRocket.xcodeproj/xcshareddata/xcschemes/SocketRocketTests.xcscheme
+1 βˆ’1 SocketRocket.xcodeproj/xcshareddata/xcschemes/TestChat.xcscheme
+1 βˆ’1 SocketRocket/SRWebSocket.m
+0 βˆ’128 TestChat/Base.lproj/MainStoryboard.storyboard
+0 βˆ’16 TestChat/TCAppDelegate.h
+0 βˆ’19 TestChat/TCAppDelegate.m
+0 βˆ’17 TestChat/TCChatCell.h
+0 βˆ’40 TestChat/TCChatCell.m
+0 βˆ’19 TestChat/TCViewController.h
+0 βˆ’195 TestChat/TCViewController.m
+0 βˆ’42 TestChat/TestChat-Info.plist
+ βˆ’ TestChat/en.lproj/Default-568h@2x.png
+0 βˆ’2 TestChat/en.lproj/InfoPlist.strings
+0 βˆ’19 TestChat/main.m
+0 βˆ’41 Tests/Operations/SRAutobahnOperation.h
+0 βˆ’131 Tests/Operations/SRAutobahnOperation.m
+0 βˆ’29 Tests/Operations/SRTWebSocketOperation.h
+0 βˆ’91 Tests/Operations/SRTWebSocketOperation.m
+0 βˆ’22 Tests/Resources/Info.plist
+0 βˆ’15 Tests/Resources/autobahn_configuration.json
+0 βˆ’146 Tests/SRAutobahnTests.m
+0 βˆ’41 Tests/Utilities/SRAutobahnUtilities.h
+0 βˆ’120 Tests/Utilities/SRAutobahnUtilities.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1220"
version = "1.3">
<BuildAction
parallelizeBuildables = "NO"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1200"
LastUpgradeVersion = "1220"
version = "1.3">
<BuildAction
parallelizeBuildables = "NO"
Expand Down

0 comments on commit d59130e

Please sign in to comment.