- jenkins-runner.sh (下にあるやつ)
- jenkins.plist (下にあるやつ)
- jenkins.war http://mirrors.jenkins-ci.org/war/latest/jenkins.war
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
import SafariServices | |
import SwiftUI | |
struct SafariView: UIViewControllerRepresentable { | |
let url: URL | |
func makeUIViewController(context: Context) -> SFSafariViewController { | |
return SFSafariViewController(url: url) | |
} |
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
golf | |
round of golf | |
insect | |
fish | |
abaya | |
abrader | |
abrading stone | |
acrylic | |
adhesive bandage | |
after-shave |
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
tench, Tinca tinca | |
goldfish, Carassius auratus | |
great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias | |
tiger shark, Galeocerdo cuvieri | |
hammerhead, hammerhead shark | |
electric ray, crampfish, numbfish, torpedo | |
stingray | |
cock | |
hen | |
ostrich, Struthio camelus |
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
background | |
tench, Tinca tinca | |
goldfish, Carassius auratus | |
great white shark, white shark, man-eater, man-eating shark, Carcharodon carcharias | |
tiger shark, Galeocerdo cuvieri | |
hammerhead, hammerhead shark | |
electric ray, crampfish, numbfish, torpedo | |
stingray | |
cock | |
hen |
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
Invalid archive - Found multiple frameworks with the same unarchiving destination: | |
* file:///var/folders/_2/9d5qvdq90tx6x15mpsw0bxmr0000gn/T/TemporaryItems/(A%20Document%20Being%20Saved%20By%20carthage%204)/carthage-archive.vDHqmx/Google-Mobile-Ads-SDK/GoogleMobileAds.xcframework/ios-i386_x86_64-simulator/GoogleMobileAds.framework/ | |
file:///var/folders/_2/9d5qvdq90tx6x15mpsw0bxmr0000gn/T/TemporaryItems/(A%20Document%20Being%20Saved%20By%20carthage%204)/carthage-archive.vDHqmx/Google-Mobile-Ads-SDK/GoogleMobileAds.xcframework/ios-armv7_arm64/GoogleMobileAds.framework/ | |
to: | |
file:///Users/ch3cooh/Documents/works/ptcgnote_app/ptcgnote/Carthage/Build/iOS/GoogleMobileAds.framework/ | |
* file:///var/folders/_2/9d5qvdq90tx6x15mpsw0bxmr0000gn/T/TemporaryItems/(A%20Document%20Being%20Saved%20By%20carthage%204)/carthage-archive.vDHqmx/Google-Mobile-Ads-SDK/UserMessagingPlatform.xcframework/ios-i386_x86_64-simulator/UserMessagingPlatform.framework/ | |
file:///var/folders/_2/9d5qvdq90tx6x15mpsw0bxmr0000gn |
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
name: github pages | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build-deploy: | |
runs-on: ubuntu-18.04 |
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
import Foundation | |
import LoggerAPI | |
struct LicensePlistHolder { | |
let root: Data | |
let items: [(LicenseInfo, Data)] | |
static func load(licenses: [LicenseInfo], options: Options) -> LicensePlistHolder { | |
var rootItems: [[String: String]] = licenses.map { license in | |
return ["Type": "PSChildPaneSpecifier", | |
"Title": license.name(withVersion: options.config.addVersionNumbers), |
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
[ | |
{ | |
"name": "ライチュウGX", | |
"id": "smh-33", | |
"nationalPokedexNumber": 26, | |
"hp": "210", | |
"imageUrl": "", | |
"imageUrlHiRes": "", | |
"types": [ | |
"Lightning" |
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
fatal error: 'try!' expression unexpectedly raised an error: Error Domain=NSCocoaErrorDomain Code=3840 "Invalid value around character 883." UserInfo={NSDebugDescription=Invalid value around character 883.}: file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-802.0.48/src/swift/stdlib/public/core/ErrorType.swift, line 182 | |
Current stack trace: | |
0 clg 0x0000000102a001a1 <unavailable> + 3355041 | |
1 clg 0x0000000102a1ca94 <unavailable> + 3472020 | |
2 clg 0x000000010277badc <unavailable> + 715484 | |
3 clg 0x00000001029c199d <unavailable> + 3099037 | |
4 clg 0x000000010277a926 <unavailable> + 710950 | |
5 clg 0x00000001029c3ef0 <unavailable> + 3108592 | |
6 clg 0x000000010277b24f <unavailable> + 713295 | |
7 clg 0x00000001029856a9 <unavailable> + 2852521 |
NewerOlder