Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit 52a3694

Browse files
committed
Install license-plist
1 parent e1d34f2 commit 52a3694

Some content is hidden

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

50 files changed

+2951
-39
lines changed

ios-dev/ios-dev.xcodeproj/project.pbxproj

+26
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
D323E67B29F976EB00F5072D /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = D323E67A29F976EB00F5072D /* GoogleService-Info.plist */; };
1414
D323E68529F977B400F5072D /* App in Frameworks */ = {isa = PBXBuildFile; productRef = D323E68429F977B400F5072D /* App */; };
1515
D323E68929F9794D00F5072D /* vocab.json in Resources */ = {isa = PBXBuildFile; fileRef = D323E68829F9794D00F5072D /* vocab.json */; };
16+
D327985A2A05EC5700807FBA /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D32798592A05EC5700807FBA /* Settings.bundle */; };
1617
/* End PBXBuildFile section */
1718

1819
/* Begin PBXFileReference section */
@@ -25,6 +26,7 @@
2526
D323E68229F9778400F5072D /* App */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = App; path = ../Packages/App; sourceTree = "<group>"; };
2627
D323E68729F978EC00F5072D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
2728
D323E68829F9794D00F5072D /* vocab.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = vocab.json; path = ../Packages/Resources/Sources/Resources/vocab.json; sourceTree = "<group>"; };
29+
D32798592A05EC5700807FBA /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; };
2830
D3945B3129FF5524005105F2 /* TestPlan.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = TestPlan.xctestplan; sourceTree = "<group>"; };
2931
D3945B3329FF560F005105F2 /* CreateViaryFeature */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = CreateViaryFeature; path = ../Packages/Features/CreateViaryFeature; sourceTree = "<group>"; };
3032
D3945B3429FF564C005105F2 /* EditViaryFeature */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = EditViaryFeature; path = ../Packages/Features/EditViaryFeature; sourceTree = "<group>"; };
@@ -66,6 +68,7 @@
6668
D323E64729F9756B00F5072D /* ios-dev */ = {
6769
isa = PBXGroup;
6870
children = (
71+
D32798592A05EC5700807FBA /* Settings.bundle */,
6972
D323E68729F978EC00F5072D /* Info.plist */,
7073
D323E67A29F976EB00F5072D /* GoogleService-Info.plist */,
7174
D323E64829F9756B00F5072D /* ios_devApp.swift */,
@@ -113,6 +116,7 @@
113116
buildPhases = (
114117
D323E64129F9756B00F5072D /* Sources */,
115118
D323E64229F9756B00F5072D /* Frameworks */,
119+
D327985B2A05EC8100807FBA /* License Plist */,
116120
D323E64329F9756B00F5072D /* Resources */,
117121
);
118122
buildRules = (
@@ -167,13 +171,35 @@
167171
files = (
168172
D323E68929F9794D00F5072D /* vocab.json in Resources */,
169173
D323E65129F9756C00F5072D /* Preview Assets.xcassets in Resources */,
174+
D327985A2A05EC5700807FBA /* Settings.bundle in Resources */,
170175
D323E64D29F9756C00F5072D /* Assets.xcassets in Resources */,
171176
D323E67B29F976EB00F5072D /* GoogleService-Info.plist in Resources */,
172177
);
173178
runOnlyForDeploymentPostprocessing = 0;
174179
};
175180
/* End PBXResourcesBuildPhase section */
176181

182+
/* Begin PBXShellScriptBuildPhase section */
183+
D327985B2A05EC8100807FBA /* License Plist */ = {
184+
isa = PBXShellScriptBuildPhase;
185+
buildActionMask = 2147483647;
186+
files = (
187+
);
188+
inputFileListPaths = (
189+
);
190+
inputPaths = (
191+
);
192+
name = "License Plist";
193+
outputFileListPaths = (
194+
);
195+
outputPaths = (
196+
);
197+
runOnlyForDeploymentPostprocessing = 0;
198+
shellPath = /bin/sh;
199+
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nif [ $CONFIGURATION = \"Debug\" ]; then\nxcrun --sdk macosx /opt/homebrew/bin/mint run mono0926/LicensePlist --output-path ios-dev/Settings.bundle\nfi\n";
200+
};
201+
/* End PBXShellScriptBuildPhase section */
202+
177203
/* Begin PBXSourcesBuildPhase section */
178204
D323E64129F9756B00F5072D /* Sources */ = {
179205
isa = PBXSourcesBuildPhase;

ios-dev/ios-dev/Settings.bundle/Root.plist

+13-39
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,34 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>StringsTable</key>
6-
<string>Root</string>
75
<key>PreferenceSpecifiers</key>
86
<array>
97
<dict>
108
<key>Type</key>
119
<string>PSGroupSpecifier</string>
12-
<key>Title</key>
13-
<string>Group</string>
10+
<key>FooterText</key>
11+
<string>Copyright</string>
1412
</dict>
1513
<dict>
1614
<key>Type</key>
17-
<string>PSTextFieldSpecifier</string>
15+
<string>PSChildPaneSpecifier</string>
1816
<key>Title</key>
19-
<string>Name</string>
20-
<key>Key</key>
21-
<string>name_preference</string>
22-
<key>DefaultValue</key>
23-
<string></string>
24-
<key>IsSecure</key>
25-
<false/>
26-
<key>KeyboardType</key>
27-
<string>Alphabet</string>
28-
<key>AutocapitalizationType</key>
29-
<string>None</string>
30-
<key>AutocorrectionType</key>
31-
<string>No</string>
17+
<string>Licenses</string>
18+
<key>File</key>
19+
<string>com.mono0926.LicensePlist</string>
3220
</dict>
3321
<dict>
3422
<key>Type</key>
35-
<string>PSToggleSwitchSpecifier</string>
36-
<key>Title</key>
37-
<string>Enabled</string>
38-
<key>Key</key>
39-
<string>enabled_preference</string>
23+
<string>PSTitleValueSpecifier</string>
4024
<key>DefaultValue</key>
41-
<true/>
42-
</dict>
43-
<dict>
44-
<key>Type</key>
45-
<string>PSSliderSpecifier</string>
25+
<string>1.0.0</string>
26+
<key>Title</key>
27+
<string>Version</string>
4628
<key>Key</key>
47-
<string>slider_preference</string>
48-
<key>DefaultValue</key>
49-
<real>0.5</real>
50-
<key>MinimumValue</key>
51-
<integer>0</integer>
52-
<key>MaximumValue</key>
53-
<integer>1</integer>
54-
<key>MinimumValueImage</key>
55-
<string></string>
56-
<key>MaximumValueImage</key>
57-
<string></string>
29+
<string>sbVersion</string>
5830
</dict>
5931
</array>
32+
<key>StringsTable</key>
33+
<string>Root</string>
6034
</dict>
6135
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Alamofire, nameSpecified: Alamofire, owner: Alamofire, version: 5.6.4, source: https://github.com/Alamofire/Alamofire
2+
3+
name: combine-schedulers, nameSpecified: combine-schedulers, owner: pointfreeco, version: 0.10.0, source: https://github.com/pointfreeco/combine-schedulers
4+
5+
name: FloatingActionButton, nameSpecified: FloatingActionButton, owner: fummicc1, version: 0.0.2, source: https://github.com/fummicc1/FloatingActionButton
6+
7+
name: Moya, nameSpecified: Moya, owner: Moya, version: 15.0.3, source: https://github.com/Moya/Moya
8+
9+
name: MoyaAPIClient, nameSpecified: MoyaAPIClient, owner: fummicc1, version: 1.1.0, source: https://github.com/fummicc1/MoyaAPIClient
10+
11+
name: ReactiveSwift, nameSpecified: ReactiveSwift, owner: ReactiveCocoa, version: 6.7.0, source: https://github.com/ReactiveCocoa/ReactiveSwift
12+
13+
name: realm-core, nameSpecified: realm-core, owner: realm, version: 13.9.4, source: https://github.com/realm/realm-core
14+
15+
name: realm-swift, nameSpecified: realm-swift, owner: realm, version: 10.38.3, source: https://github.com/realm/realm-swift
16+
17+
name: RxSwift, nameSpecified: RxSwift, owner: ReactiveX, version: 6.5.0, source: https://github.com/ReactiveX/RxSwift
18+
19+
name: SFSafeSymbols, nameSpecified: SFSafeSymbols, owner: SFSafeSymbols, version: 4.1.1, source: https://github.com/SFSafeSymbols/SFSafeSymbols
20+
21+
name: swift-case-paths, nameSpecified: swift-case-paths, owner: pointfreeco, version: 0.14.1, source: https://github.com/pointfreeco/swift-case-paths
22+
23+
name: swift-clocks, nameSpecified: swift-clocks, owner: pointfreeco, version: 0.3.0, source: https://github.com/pointfreeco/swift-clocks
24+
25+
name: swift-collections, nameSpecified: swift-collections, owner: apple, version: 1.0.4, source: https://github.com/apple/swift-collections
26+
27+
name: swift-composable-architecture, nameSpecified: swift-composable-architecture, owner: pointfreeco, version: 0.52.0, source: https://github.com/pointfreeco/swift-composable-architecture
28+
29+
name: swift-custom-dump, nameSpecified: swift-custom-dump, owner: pointfreeco, version: 0.10.2, source: https://github.com/pointfreeco/swift-custom-dump
30+
31+
name: swift-dependencies, nameSpecified: swift-dependencies, owner: pointfreeco, version: 0.4.1, source: https://github.com/pointfreeco/swift-dependencies
32+
33+
name: swift-identified-collections, nameSpecified: swift-identified-collections, owner: pointfreeco, version: 0.7.1, source: https://github.com/pointfreeco/swift-identified-collections
34+
35+
name: swift-tagged, nameSpecified: swift-tagged, owner: pointfreeco, version: 0.10.0, source: https://github.com/pointfreeco/swift-tagged
36+
37+
name: swiftui-navigation, nameSpecified: swiftui-navigation, owner: pointfreeco, version: 0.7.1, source: https://github.com/pointfreeco/swiftui-navigation
38+
39+
name: xctest-dynamic-overlay, nameSpecified: xctest-dynamic-overlay, owner: pointfreeco, version: 0.8.5, source: https://github.com/pointfreeco/xctest-dynamic-overlay
40+
41+
add-version-numbers: false
42+
43+
LicensePlist Version: 3.24.9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>PreferenceSpecifiers</key>
6+
<array>
7+
<dict>
8+
<key>Title</key>
9+
<string>Licenses</string>
10+
<key>Type</key>
11+
<string>PSGroupSpecifier</string>
12+
</dict>
13+
<dict>
14+
<key>File</key>
15+
<string>com.mono0926.LicensePlist/Alamofire</string>
16+
<key>Title</key>
17+
<string>Alamofire</string>
18+
<key>Type</key>
19+
<string>PSChildPaneSpecifier</string>
20+
</dict>
21+
<dict>
22+
<key>File</key>
23+
<string>com.mono0926.LicensePlist/combine-schedulers</string>
24+
<key>Title</key>
25+
<string>combine-schedulers</string>
26+
<key>Type</key>
27+
<string>PSChildPaneSpecifier</string>
28+
</dict>
29+
<dict>
30+
<key>File</key>
31+
<string>com.mono0926.LicensePlist/Moya</string>
32+
<key>Title</key>
33+
<string>Moya</string>
34+
<key>Type</key>
35+
<string>PSChildPaneSpecifier</string>
36+
</dict>
37+
<dict>
38+
<key>File</key>
39+
<string>com.mono0926.LicensePlist/MoyaAPIClient</string>
40+
<key>Title</key>
41+
<string>MoyaAPIClient</string>
42+
<key>Type</key>
43+
<string>PSChildPaneSpecifier</string>
44+
</dict>
45+
<dict>
46+
<key>File</key>
47+
<string>com.mono0926.LicensePlist/ReactiveSwift</string>
48+
<key>Title</key>
49+
<string>ReactiveSwift</string>
50+
<key>Type</key>
51+
<string>PSChildPaneSpecifier</string>
52+
</dict>
53+
<dict>
54+
<key>File</key>
55+
<string>com.mono0926.LicensePlist/realm-core</string>
56+
<key>Title</key>
57+
<string>realm-core</string>
58+
<key>Type</key>
59+
<string>PSChildPaneSpecifier</string>
60+
</dict>
61+
<dict>
62+
<key>File</key>
63+
<string>com.mono0926.LicensePlist/realm-swift</string>
64+
<key>Title</key>
65+
<string>realm-swift</string>
66+
<key>Type</key>
67+
<string>PSChildPaneSpecifier</string>
68+
</dict>
69+
<dict>
70+
<key>File</key>
71+
<string>com.mono0926.LicensePlist/RxSwift</string>
72+
<key>Title</key>
73+
<string>RxSwift</string>
74+
<key>Type</key>
75+
<string>PSChildPaneSpecifier</string>
76+
</dict>
77+
<dict>
78+
<key>File</key>
79+
<string>com.mono0926.LicensePlist/SFSafeSymbols</string>
80+
<key>Title</key>
81+
<string>SFSafeSymbols</string>
82+
<key>Type</key>
83+
<string>PSChildPaneSpecifier</string>
84+
</dict>
85+
<dict>
86+
<key>File</key>
87+
<string>com.mono0926.LicensePlist/swift-case-paths</string>
88+
<key>Title</key>
89+
<string>swift-case-paths</string>
90+
<key>Type</key>
91+
<string>PSChildPaneSpecifier</string>
92+
</dict>
93+
<dict>
94+
<key>File</key>
95+
<string>com.mono0926.LicensePlist/swift-clocks</string>
96+
<key>Title</key>
97+
<string>swift-clocks</string>
98+
<key>Type</key>
99+
<string>PSChildPaneSpecifier</string>
100+
</dict>
101+
<dict>
102+
<key>File</key>
103+
<string>com.mono0926.LicensePlist/swift-collections</string>
104+
<key>Title</key>
105+
<string>swift-collections</string>
106+
<key>Type</key>
107+
<string>PSChildPaneSpecifier</string>
108+
</dict>
109+
<dict>
110+
<key>File</key>
111+
<string>com.mono0926.LicensePlist/swift-composable-architecture</string>
112+
<key>Title</key>
113+
<string>swift-composable-architecture</string>
114+
<key>Type</key>
115+
<string>PSChildPaneSpecifier</string>
116+
</dict>
117+
<dict>
118+
<key>File</key>
119+
<string>com.mono0926.LicensePlist/swift-custom-dump</string>
120+
<key>Title</key>
121+
<string>swift-custom-dump</string>
122+
<key>Type</key>
123+
<string>PSChildPaneSpecifier</string>
124+
</dict>
125+
<dict>
126+
<key>File</key>
127+
<string>com.mono0926.LicensePlist/swift-dependencies</string>
128+
<key>Title</key>
129+
<string>swift-dependencies</string>
130+
<key>Type</key>
131+
<string>PSChildPaneSpecifier</string>
132+
</dict>
133+
<dict>
134+
<key>File</key>
135+
<string>com.mono0926.LicensePlist/swift-identified-collections</string>
136+
<key>Title</key>
137+
<string>swift-identified-collections</string>
138+
<key>Type</key>
139+
<string>PSChildPaneSpecifier</string>
140+
</dict>
141+
<dict>
142+
<key>File</key>
143+
<string>com.mono0926.LicensePlist/swift-tagged</string>
144+
<key>Title</key>
145+
<string>swift-tagged</string>
146+
<key>Type</key>
147+
<string>PSChildPaneSpecifier</string>
148+
</dict>
149+
<dict>
150+
<key>File</key>
151+
<string>com.mono0926.LicensePlist/swiftui-navigation</string>
152+
<key>Title</key>
153+
<string>swiftui-navigation</string>
154+
<key>Type</key>
155+
<string>PSChildPaneSpecifier</string>
156+
</dict>
157+
<dict>
158+
<key>File</key>
159+
<string>com.mono0926.LicensePlist/xctest-dynamic-overlay</string>
160+
<key>Title</key>
161+
<string>xctest-dynamic-overlay</string>
162+
<key>Type</key>
163+
<string>PSChildPaneSpecifier</string>
164+
</dict>
165+
</array>
166+
</dict>
167+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>PreferenceSpecifiers</key>
6+
<array>
7+
<dict>
8+
<key>FooterText</key>
9+
<string>Copyright (c) 2014-2022 Alamofire Software Foundation (http://alamofire.org/)
10+
11+
Permission is hereby granted, free of charge, to any person obtaining a copy
12+
of this software and associated documentation files (the "Software"), to deal
13+
in the Software without restriction, including without limitation the rights
14+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15+
copies of the Software, and to permit persons to whom the Software is
16+
furnished to do so, subject to the following conditions:
17+
18+
The above copyright notice and this permission notice shall be included in
19+
all copies or substantial portions of the Software.
20+
21+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27+
THE SOFTWARE.
28+
</string>
29+
<key>License</key>
30+
<string>MIT</string>
31+
<key>Type</key>
32+
<string>PSGroupSpecifier</string>
33+
</dict>
34+
</array>
35+
</dict>
36+
</plist>

0 commit comments

Comments
 (0)