Skip to content

Commit b698f99

Browse files
committed
Update folders structure
1 parent 469145b commit b698f99

File tree

140 files changed

+47
-223
lines changed

Some content is hidden

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

140 files changed

+47
-223
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Secrets.swift
44
*.p8
55
fastlane/Credentials.json
66
build/
7-
swiftlint/build_phases/
7+
Scripts/build_phases/
88
SourcePackages/
99
.swiftpm
1010

ForPDA/App/App.swift App/App.swift

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ForPDA/ForPDA.xcodeproj/project.pbxproj ForPDA.xcodeproj/project.pbxproj

+8-6
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
B8133B4B2C7FA3C800506430 /* Packages in Resources */ = {isa = PBXBuildFile; fileRef = B8133B4A2C7FA3C800506430 /* Packages */; };
1011
B84BC1E52C77DA4000C38BB2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B84BC1E42C77DA4000C38BB2 /* LaunchScreen.storyboard */; };
1112
B88BDA882BF6BC0200E17268 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B88BDA872BF6BC0200E17268 /* Assets.xcassets */; };
13+
B894CE162C7FB54700D0D18B /* AppFeature in Frameworks */ = {isa = PBXBuildFile; productRef = B894CE152C7FB54700D0D18B /* AppFeature */; };
1214
B8AB63C02AA49F6100F2CEFF /* SafariWebExtensionHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8AB63BF2AA49F6100F2CEFF /* SafariWebExtensionHandler.swift */; };
1315
B8AB63C32AA49F6100F2CEFF /* _locales in Resources */ = {isa = PBXBuildFile; fileRef = B8AB63C22AA49F6100F2CEFF /* _locales */; };
1416
B8AB63C52AA49F6100F2CEFF /* images in Resources */ = {isa = PBXBuildFile; fileRef = B8AB63C42AA49F6100F2CEFF /* images */; };
1517
B8AB63C72AA49F6100F2CEFF /* manifest.json in Resources */ = {isa = PBXBuildFile; fileRef = B8AB63C62AA49F6100F2CEFF /* manifest.json */; };
1618
B8AB63CB2AA49F6100F2CEFF /* content.js in Resources */ = {isa = PBXBuildFile; fileRef = B8AB63CA2AA49F6100F2CEFF /* content.js */; };
1719
B8AB63D52AA49F6100F2CEFF /* OpenInAppExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = B8AB63BD2AA49F6100F2CEFF /* OpenInAppExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
18-
B8CC72E02BF8FE660071A67A /* AppFeature in Frameworks */ = {isa = PBXBuildFile; productRef = B8CC72DF2BF8FE660071A67A /* AppFeature */; };
1920
B8DEB2222BAB81CC00AD97C6 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8DEB2212BAB81CC00AD97C6 /* App.swift */; };
2021
/* End PBXBuildFile section */
2122

@@ -44,10 +45,10 @@
4445
/* End PBXCopyFilesBuildPhase section */
4546

4647
/* Begin PBXFileReference section */
48+
B8133B4A2C7FA3C800506430 /* Packages */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = Packages; sourceTree = "<group>"; };
4749
B82B2EFE2A8942E900CB067C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4850
B84BC1E42C77DA4000C38BB2 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
4951
B88BDA872BF6BC0200E17268 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
50-
B8A3727C2BC5ACFC00432F7D /* ForPDA */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = ForPDA; path = ..; sourceTree = "<group>"; };
5152
B8AB63BD2AA49F6100F2CEFF /* OpenInAppExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = OpenInAppExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
5253
B8AB63BF2AA49F6100F2CEFF /* SafariWebExtensionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariWebExtensionHandler.swift; sourceTree = "<group>"; };
5354
B8AB63C22AA49F6100F2CEFF /* _locales */ = {isa = PBXFileReference; lastKnownFileType = folder; path = _locales; sourceTree = "<group>"; };
@@ -71,7 +72,7 @@
7172
isa = PBXFrameworksBuildPhase;
7273
buildActionMask = 2147483647;
7374
files = (
74-
B8CC72E02BF8FE660071A67A /* AppFeature in Frameworks */,
75+
B894CE162C7FB54700D0D18B /* AppFeature in Frameworks */,
7576
);
7677
runOnlyForDeploymentPostprocessing = 0;
7778
};
@@ -103,7 +104,7 @@
103104
isa = PBXGroup;
104105
children = (
105106
B8D351F7293CABB6008A84EA /* App */,
106-
B8A3727C2BC5ACFC00432F7D /* ForPDA */,
107+
B8133B4A2C7FA3C800506430 /* Packages */,
107108
B8AB63BE2AA49F6100F2CEFF /* OpenInAppExtension */,
108109
B8D351F6293CABB6008A84EA /* Products */,
109110
B8DEB2282BAB839300AD97C6 /* Frameworks */,
@@ -174,7 +175,7 @@
174175
);
175176
name = ForPDA;
176177
packageProductDependencies = (
177-
B8CC72DF2BF8FE660071A67A /* AppFeature */,
178+
B894CE152C7FB54700D0D18B /* AppFeature */,
178179
);
179180
productName = ForPDA;
180181
productReference = B8D351F5293CABB6008A84EA /* ForPDA.app */;
@@ -234,6 +235,7 @@
234235
isa = PBXResourcesBuildPhase;
235236
buildActionMask = 2147483647;
236237
files = (
238+
B8133B4B2C7FA3C800506430 /* Packages in Resources */,
237239
B84BC1E52C77DA4000C38BB2 /* LaunchScreen.storyboard in Resources */,
238240
B88BDA882BF6BC0200E17268 /* Assets.xcassets in Resources */,
239241
);
@@ -629,7 +631,7 @@
629631
/* End XCConfigurationList section */
630632

631633
/* Begin XCSwiftPackageProductDependency section */
632-
B8CC72DF2BF8FE660071A67A /* AppFeature */ = {
634+
B894CE152C7FB54700D0D18B /* AppFeature */ = {
633635
isa = XCSwiftPackageProductDependency;
634636
productName = AppFeature;
635637
};

ForPDA/ForPDA.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved ForPDA.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"originHash" : "feb992887552231555d5845d2ecee2f0ef2fc6c7168e3d094dad56296577c82f",
2+
"originHash" : "4c9a75f0d85f113c19cdb7c9692bd05aa3e3975c9f9dbfa696fbda990b976c9b",
33
"pins" : [
44
{
55
"identity" : "alerttoast",
@@ -15,8 +15,8 @@
1515
"kind" : "remoteSourceControl",
1616
"location" : "https://github.com/hyperoslo/Cache.git",
1717
"state" : {
18-
"revision" : "d2e8f5a53c601b43371fdc90277d7f64b0e89a25",
19-
"version" : "7.3.0"
18+
"revision" : "24e47109e31b2031cb26e25cc1b81b607496066c",
19+
"version" : "7.4.0"
2020
}
2121
},
2222
{
@@ -31,7 +31,7 @@
3131
{
3232
"identity" : "mixpanel-swift",
3333
"kind" : "remoteSourceControl",
34-
"location" : "https://github.com/mixpanel/mixpanel-swift",
34+
"location" : "https://github.com/mixpanel/mixpanel-swift.git",
3535
"state" : {
3636
"revision" : "48d6668ceaaefc338f94e2b084c3cf77b90182f8",
3737
"version" : "4.3.0"
@@ -40,7 +40,7 @@
4040
{
4141
"identity" : "nuke",
4242
"kind" : "remoteSourceControl",
43-
"location" : "https://github.com/kean/Nuke",
43+
"location" : "https://github.com/kean/Nuke.git",
4444
"state" : {
4545
"revision" : "0ead44350d2737db384908569c012fe67c421e4d",
4646
"version" : "12.8.0"
@@ -49,16 +49,16 @@
4949
{
5050
"identity" : "sentry-cocoa",
5151
"kind" : "remoteSourceControl",
52-
"location" : "https://github.com/getsentry/sentry-cocoa",
52+
"location" : "https://github.com/getsentry/sentry-cocoa.git",
5353
"state" : {
54-
"revision" : "e2ac1723a4a9632e291c171b6e25a0c403b0fecb",
55-
"version" : "8.35.0"
54+
"revision" : "5575af93efb776414f243e93d6af9f6258dc539a",
55+
"version" : "8.36.0"
5656
}
5757
},
5858
{
5959
"identity" : "sfsafesymbols",
6060
"kind" : "remoteSourceControl",
61-
"location" : "https://github.com/SFSafeSymbols/SFSafeSymbols",
61+
"location" : "https://github.com/SFSafeSymbols/SFSafeSymbols.git",
6262
"state" : {
6363
"revision" : "e2e28f4e56e1769c2ec3c61c9355fc64eb7a535a",
6464
"version" : "5.3.0"
@@ -87,26 +87,26 @@
8787
"kind" : "remoteSourceControl",
8888
"location" : "https://github.com/pointfreeco/swift-clocks",
8989
"state" : {
90-
"revision" : "3581e280bf0d90c3fb9236fb23e75a5d8c46b533",
91-
"version" : "1.0.4"
90+
"revision" : "b9b24b69e2adda099a1fa381cda1eeec272d5b53",
91+
"version" : "1.0.5"
9292
}
9393
},
9494
{
9595
"identity" : "swift-collections",
9696
"kind" : "remoteSourceControl",
9797
"location" : "https://github.com/apple/swift-collections",
9898
"state" : {
99-
"revision" : "ee97538f5b81ae89698fd95938896dec5217b148",
100-
"version" : "1.1.1"
99+
"revision" : "9bf03ff58ce34478e66aaee630e491823326fd06",
100+
"version" : "1.1.3"
101101
}
102102
},
103103
{
104104
"identity" : "swift-composable-architecture",
105105
"kind" : "remoteSourceControl",
106-
"location" : "https://github.com/pointfreeco/swift-composable-architecture",
106+
"location" : "https://github.com/pointfreeco/swift-composable-architecture.git",
107107
"state" : {
108-
"revision" : "121b6080697b5457ac63e37d2f2d97cf5acd999a",
109-
"version" : "1.13.1"
108+
"revision" : "0d8980f5bcc5fe6941f1788758667ff2b8c10f03",
109+
"version" : "1.14.0"
110110
}
111111
},
112112
{
@@ -123,17 +123,17 @@
123123
"kind" : "remoteSourceControl",
124124
"location" : "https://github.com/pointfreeco/swift-custom-dump",
125125
"state" : {
126-
"revision" : "aec6a73f5c1dc1f1be4f61888094b95cf995d973",
127-
"version" : "1.3.2"
126+
"revision" : "82645ec760917961cfa08c9c0c7104a57a0fa4b1",
127+
"version" : "1.3.3"
128128
}
129129
},
130130
{
131131
"identity" : "swift-dependencies",
132132
"kind" : "remoteSourceControl",
133133
"location" : "https://github.com/pointfreeco/swift-dependencies",
134134
"state" : {
135-
"revision" : "d7472be6b3c89251ce4c0db07d32405b43426781",
136-
"version" : "1.3.7"
135+
"revision" : "3ef38bb702a1a2f39c7e19fc0578403b8ee52b17",
136+
"version" : "1.3.9"
137137
}
138138
},
139139
{
@@ -150,17 +150,17 @@
150150
"kind" : "remoteSourceControl",
151151
"location" : "https://github.com/pointfreeco/swift-navigation",
152152
"state" : {
153-
"revision" : "70321c441d51b0b893c3abbf79687f550a027fde",
154-
"version" : "2.0.6"
153+
"revision" : "e834b3760731160d7d448509ee6a1408c8582a6b",
154+
"version" : "2.2.0"
155155
}
156156
},
157157
{
158158
"identity" : "swift-perception",
159159
"kind" : "remoteSourceControl",
160160
"location" : "https://github.com/pointfreeco/swift-perception",
161161
"state" : {
162-
"revision" : "1552c8f722ac256cc0b8daaf1a7073217d4fcdfb",
163-
"version" : "1.3.4"
162+
"revision" : "bc67aa8e461351c97282c2419153757a446ae1c9",
163+
"version" : "1.3.5"
164164
}
165165
},
166166
{
@@ -177,8 +177,8 @@
177177
"kind" : "remoteSourceControl",
178178
"location" : "https://github.com/swiftlang/swift-syntax",
179179
"state" : {
180-
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
181-
"version" : "510.0.2"
180+
"revision" : "515f79b522918f83483068d99c68daeb5116342d",
181+
"version" : "600.0.0-prerelease-2024-08-20"
182182
}
183183
},
184184
{
@@ -195,17 +195,17 @@
195195
"kind" : "remoteSourceControl",
196196
"location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
197197
"state" : {
198-
"revision" : "357ca1e5dd31f613a1d43320870ebc219386a495",
199-
"version" : "1.2.2"
198+
"revision" : "96beb108a57f24c8476ae1f309239270772b2940",
199+
"version" : "1.2.5"
200200
}
201201
},
202202
{
203203
"identity" : "youtubeplayerkit",
204204
"kind" : "remoteSourceControl",
205205
"location" : "https://github.com/SvenTiigi/YouTubePlayerKit.git",
206206
"state" : {
207-
"revision" : "5ade0dfbabaf7456069b4e8f604de261bf6d7c67",
208-
"version" : "1.8.0"
207+
"revision" : "fe1c1ec340f6d79866131432ecaa190fd6bbc4cb",
208+
"version" : "1.9.0"
209209
}
210210
}
211211
],

ForPDA/ForPDA.xcodeproj/xcshareddata/xcschemes/ForPDA.xcscheme ForPDA.xcodeproj/xcshareddata/xcschemes/ForPDA.xcscheme

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
buildConfiguration = "Debug"
6464
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
6565
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
66+
language = "ru"
6667
launchStyle = "0"
6768
useCustomWorkingDirectory = "NO"
6869
ignoresPersistentStateOnLaunch = "NO"

ForPDA/ForPDA.xcodeproj/project.xcworkspace/contents.xcworkspacedata

-7
This file was deleted.

ForPDA/Package.swift

-7
This file was deleted.

ForPDA/fastlane/Credentials.json

-5
This file was deleted.

ForPDA/images/screenshots.png

-923 KB
Binary file not shown.

0 commit comments

Comments
 (0)