We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56b464 commit 51ebcd9Copy full SHA for 51ebcd9
SwiftManTests/SwiftManTestsUIDevice+Man.swift
@@ -13,11 +13,11 @@ class SwiftManTestsUIDevice_Man: XCTestCase {
13
func testPrintSomeAttributes() {
14
15
print("start--------")
16
- print(UIDevice.m_systemName)
17
- print(UIDevice.m_systemVersion)
18
- print(UIDevice.m_systemFloatVersion)
19
- print(UIDevice.m_deviceName)
20
- print(UIDevice.m_deviceLanguage)
+// print(UIDevice.m_systemName)
+// print(UIDevice.m_systemVersion)
+// print(UIDevice.m_systemFloatVersion)
+// print(UIDevice.m_deviceName)
+// print(UIDevice.m_deviceLanguage)
21
print("end--------")
22
23
0 commit comments