こんにちは。今回は現実逃避を兼ねて Jade の素晴らしさをお伝えしたいと思います。
[Jade][0] は JST (JavaScript Templates) の一つであり、HTML を書くための[軽量マークアップ言語][1] である [Haml][2] に影響を受けた JavaScript テンプレートエンジンでもあります。
| Option Explicit | |
| ' ---------------------------------------------------------------------- | |
| ' 参照設定 | |
| ' | |
| ' Microsoft WinHTTP Services, version 5.1 | |
| ' Microsoft VBScript Regular Expressions 5.5 | |
| ' ---------------------------------------------------------------------- | |
| Sub test() |
| CA.swift #6 WWDC18 報告会 - connpass | |
| https://cyberagent.connpass.com/event/88328/ | |
| ## 『What’s new in Xcode10 Build System』 | |
| 石川 諒 @rinov0321 | |
| 今回はXcode改善が大きかったと思う。大きなものは3つ | |
| - Parallelizing your build process |
| /// MIT License | |
| /// | |
| /// Copyright (c) 2021 Lukas Kubanek, Structured Path GmbH | |
| /// | |
| /// Permission is hereby granted, free of charge, to any person obtaining a copy | |
| /// of this software and associated documentation files (the "Software"), to deal | |
| /// in the Software without restriction, including without limitation the rights | |
| /// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| /// copies of the Software, and to permit persons to whom the Software is | |
| /// furnished to do so, subject to the following conditions: |
| // | |
| // ContentView.swift | |
| // AppleMusicLyricsPlayer | |
| // | |
| // Created by Magesh Sridhar on 2/5/23. | |
| // | |
| import SwiftUI | |
| import AVKit |
| set -Ceu | |
| PACKAGE_DIR=$( | |
| cd "$(dirname "$0")/.." || exit 1 | |
| pwd | |
| ) | |
| cd "${PACKAGE_DIR}" || exit 1 | |
| DERIVED_DATA_PATH=".build" | |
| OUTPUT="XCFrameworks" |