This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brettbest@Bretts-MacBook-Pro ~/Developer> mint install realm/SwiftLint@main | |
🌱 Cloning SwiftLint main | |
🌱 Resolving package | |
🌱 Building product swiftlint | |
Building for production... | |
[0/54] Write sources | |
[1/54] Compiling Clang_C Clang_C.c | |
[2/54] Write sources | |
[39/54] Compiling SourceKit SourceKit.c | |
[40/54] Write swift-version--58304C5D6DBC2206.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Third Example | |
import PureSwiftUI | |
struct PrimaryButtonStyle: ButtonStyle { | |
func makeBody(configuration: Configuration) -> some View { | |
configuration.label | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FORMAT: 1A | |
HOST: https://test.btxinteract.com/api/ | |
# BTX Interact | |
NOTE: The iOS networking stack will automatically cache content based on the HTTP caching headers. | |
It is important that these are sent to the client correctly. | |
Click on each of the requests to view the HTTP headers that need to be sent. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE FROM Customers | |
WHERE CustomerName='Alfreds Futterkiste' AND ContactName='Maria Anders'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
E2C56DB5-DFFB-48D2-B060-D0F5A71096E0 20 5 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 80 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 71 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 70 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 65 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 69 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 68 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 66 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 72 | |
D6AD6292-D641-481B-89F2-BCA4498E7BD3 1 73 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bretts-iMac:Pazzle brettbest$ /Users/brettbest/.gem/ruby/2.0.0/bin/pod update --verbose | |
Update all pods | |
Preparing | |
Analyzing dependencies | |
Inspecting targets to integrate | |
dyld: warning, LC_RPATH @executable_path/../../../../../../../SharedFrameworks in /Applications/Xcode 7.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/../../..//DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation being ignored in restricted program because of @executable_path | |
dyld: warning, LC_RPATH @executable_path/../lib in /Applications/Xcode 7.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/../../../../Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib being ignored in restricted program because of @executable_path | |
dyld: warning, LC_RPATH @executable_path/../lib in /Applications/Xcode 7.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/../../../../Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib being ignored in restricted program because of @e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(void *) $0 = 0x00007fb079e06c40 | |
2015-09-16 23:41:58.390 XCTRunner[69393:10712775] INFO: Reveal Server started (Protocol Version 18). | |
2015-09-16 23:41:58.392 XCTRunner[69393:10712775] Running tests... | |
2015-09-16 23:41:58.392 XCTRunner[69393:10712775] Looking for test bundles in /Users/brettbest/Library/Developer/CoreSimulator/Devices/CC75A4B3-0E78-411D-9F19-D77D56BD7F83/data/Containers/Bundle/Application/DEBE0667-DABF-4828-BE20-AF95719E5391/Pazzle iOS UITests-Runner.app/PlugIns | |
2015-09-16 23:41:58.392 XCTRunner[69393:10712775] Found test bundle at /Users/brettbest/Library/Developer/CoreSimulator/Devices/CC75A4B3-0E78-411D-9F19-D77D56BD7F83/data/Containers/Bundle/Application/DEBE0667-DABF-4828-BE20-AF95719E5391/Pazzle iOS UITests-Runner.app/PlugIns/Pazzle iOS UITests.xctest | |
2015-09-16 23:41:58.393 XCTRunner[69393:10712775] Looking for configurations in /Users/brettbest/Library/Developer/CoreSimulator/Devices/CC75A4B3-0E78-411D-9F19-D77D56BD7F83/data/Containers/Bundle/Application/DEBE0667-DABF-4828-BE20-AF9571 |