- jenkins-runner.sh (下にあるやつ)
- jenkins.plist (下にあるやつ)
- jenkins.war http://mirrors.jenkins-ci.org/war/latest/jenkins.war
This file contains hidden or 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
// | |
// ContentView.swift | |
// SampleOpenUrl | |
// | |
// Created by KENJIWADA on 2025/04/20. | |
// | |
import SwiftUI | |
struct ContentView: View { |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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" |
NewerOlder