Skip to content

Commit a563317

Browse files
committed
Switch to develop
1 parent 77075d9 commit a563317

File tree

94 files changed

+2193
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+2193
-3
lines changed

.DS_Store

6 KB
Binary file not shown.

.build/checkouts/ScreenData-swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e457a770cff5a000c62ba32781fbdf0a06e352a1

.build/debug

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
x86_64-apple-macosx/debug

.build/debug.yaml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
client:
2+
name: basic
3+
tools: {}
4+
targets:
5+
"PackageStructure": ["<PackageStructure>"]
6+
"ScreenDataNavigation-debug.module": ["<ScreenDataNavigation-debug.module>"]
7+
"ScreenDataNavigationPackageTests-debug.test": ["<ScreenDataNavigationPackageTests-debug.test>"]
8+
"ScreenDataNavigationTests-debug.module": ["<ScreenDataNavigationTests-debug.module>"]
9+
"main": ["<ScreenDataNavigation-debug.module>"]
10+
"test": ["<ScreenDataNavigation-debug.module>","<ScreenDataNavigationPackageTests-debug.test>","<ScreenDataNavigationTests-debug.module>"]
11+
default: "main"
12+
nodes:
13+
"/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Sources/ScreenDataNavigation/":
14+
is-directory-structure: true
15+
"/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Tests/ScreenDataNavigationTests/":
16+
is-directory-structure: true
17+
commands:
18+
"<ScreenDataNavigation-debug.module>":
19+
tool: phony
20+
inputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.build/ScreenDataNavigation.swift.o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.swiftmodule"]
21+
outputs: ["<ScreenDataNavigation-debug.module>"]
22+
23+
"<ScreenDataNavigationPackageTests-debug.test>":
24+
tool: phony
25+
inputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationPackageTests.xctest/Contents/MacOS/ScreenDataNavigationPackageTests"]
26+
outputs: ["<ScreenDataNavigationPackageTests-debug.test>"]
27+
28+
"<ScreenDataNavigationTests-debug.module>":
29+
tool: phony
30+
inputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.build/ScreenDataNavigationTests.swift.o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.build/XCTestManifests.swift.o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.swiftmodule"]
31+
outputs: ["<ScreenDataNavigationTests-debug.module>"]
32+
33+
"C.ScreenDataNavigation-debug.module":
34+
tool: swift-compiler
35+
inputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Sources/ScreenDataNavigation/ScreenDataNavigation.swift"]
36+
outputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.build/ScreenDataNavigation.swift.o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.swiftmodule"]
37+
executable: "/Applications/Xcodes/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
38+
module-name: "ScreenDataNavigation"
39+
module-output-path: "/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.swiftmodule"
40+
import-paths: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug"]
41+
temps-path: "/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.build"
42+
objects: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.build/ScreenDataNavigation.swift.o"]
43+
other-args: ["-target","x86_64-apple-macosx10.10","-swift-version","5","-enable-batch-mode","-index-store-path","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/index/store","-sdk","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk","-F","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-Onone","-enable-testing","-g","-j16","-DSWIFT_PACKAGE","-DDEBUG","-module-cache-path","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ModuleCache","-parseable-output","-emit-objc-header","-emit-objc-header-path","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.build/ScreenDataNavigation-Swift.h","-color-diagnostics"]
44+
sources: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Sources/ScreenDataNavigation/ScreenDataNavigation.swift"]
45+
is-library: true
46+
enable-whole-module-optimization: false
47+
num-threads: 16
48+
49+
"C.ScreenDataNavigationPackageTests-debug.test":
50+
tool: shell
51+
inputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.build/ScreenDataNavigation.swift.o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.build/ScreenDataNavigationTests.swift.o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.build/XCTestManifests.swift.o"]
52+
outputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationPackageTests.xctest/Contents/MacOS/ScreenDataNavigationPackageTests"]
53+
description: "Linking ./.build/x86_64-apple-macosx/debug/ScreenDataNavigationPackageTests.xctest/Contents/MacOS/ScreenDataNavigationPackageTests"
54+
args: ["/Applications/Xcodes/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-sdk","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk","-F","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug","-o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationPackageTests.xctest/Contents/MacOS/ScreenDataNavigationPackageTests","-module-name","ScreenDataNavigationPackageTests","-Xlinker","-bundle","-Xlinker","-rpath","-Xlinker","@loader_path/../../../","@/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationPackageTests.product/Objects.LinkFileList","-Xlinker","-rpath","-Xlinker","/Applications/Xcodes/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx","-target","x86_64-apple-macosx10.15","-Xlinker","-add_ast_path","-Xlinker","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.swiftmodule","-Xlinker","-add_ast_path","-Xlinker","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.swiftmodule","-L","/Applications/Xcodes/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib"]
55+
56+
"C.ScreenDataNavigationTests-debug.module":
57+
tool: swift-compiler
58+
inputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Tests/ScreenDataNavigationTests/ScreenDataNavigationTests.swift","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Tests/ScreenDataNavigationTests/XCTestManifests.swift","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigation.swiftmodule"]
59+
outputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.build/ScreenDataNavigationTests.swift.o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.build/XCTestManifests.swift.o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.swiftmodule"]
60+
executable: "/Applications/Xcodes/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
61+
module-name: "ScreenDataNavigationTests"
62+
module-output-path: "/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.swiftmodule"
63+
import-paths: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug"]
64+
temps-path: "/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.build"
65+
objects: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.build/ScreenDataNavigationTests.swift.o","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ScreenDataNavigationTests.build/XCTestManifests.swift.o"]
66+
other-args: ["-target","x86_64-apple-macosx10.15","-swift-version","5","-enable-batch-mode","-index-store-path","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/index/store","-sdk","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk","-F","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcodes/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-Onone","-enable-testing","-g","-j16","-DSWIFT_PACKAGE","-DDEBUG","-module-cache-path","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/.build/x86_64-apple-macosx/debug/ModuleCache","-parseable-output","-color-diagnostics"]
67+
sources: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Tests/ScreenDataNavigationTests/ScreenDataNavigationTests.swift","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Tests/ScreenDataNavigationTests/XCTestManifests.swift"]
68+
is-library: true
69+
enable-whole-module-optimization: false
70+
num-threads: 16
71+
72+
"PackageStructure":
73+
tool: package-structure-tool
74+
inputs: ["/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Sources/ScreenDataNavigation/","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Tests/ScreenDataNavigationTests/","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Package.swift","/Users/leif/Development/_0xOSS/_serverDriven/ScreenDataNavigation-swift/Package.resolved"]
75+
outputs: ["<PackageStructure>"]
76+
description: "Planning build"
77+
allow-missing-inputs: true
78+

.build/manifest.db

128 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
323a050fba4d189ee525588b3e33501ce88d1853 not-for-merge branch 'develop' of https://github.com/ServerDriven/ScreenData-swift
2+
e457a770cff5a000c62ba32781fbdf0a06e352a1 not-for-merge branch 'main' of https://github.com/ServerDriven/ScreenData-swift
3+
c7214359db40f8c1f3ae960b9c3e6d803a4f1d9a not-for-merge 'refs/pull/1/head' of https://github.com/ServerDriven/ScreenData-swift
4+
323a050fba4d189ee525588b3e33501ce88d1853 not-for-merge 'refs/pull/2/head' of https://github.com/ServerDriven/ScreenData-swift
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ref: refs/heads/main
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[core]
2+
repositoryformatversion = 0
3+
filemode = true
4+
bare = true
5+
ignorecase = true
6+
precomposeunicode = true
7+
[remote "origin"]
8+
url = https://github.com/ServerDriven/ScreenData-swift
9+
fetch = +refs/*:refs/*
10+
mirror = true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unnamed repository; edit this file 'description' to name the repository.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/sh
2+
#
3+
# An example hook script to check the commit log message taken by
4+
# applypatch from an e-mail message.
5+
#
6+
# The hook should exit with non-zero status after issuing an
7+
# appropriate message if it wants to stop the commit. The hook is
8+
# allowed to edit the commit message file.
9+
#
10+
# To enable this hook, rename this file to "applypatch-msg".
11+
12+
. git-sh-setup
13+
commitmsg="$(git rev-parse --git-path hooks/commit-msg)"
14+
test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"}
15+
:

0 commit comments

Comments
 (0)