Skip to content

Commit 1f7e326

Browse files
committed
create workspace and add ios project and package
1 parent 40d9788 commit 1f7e326

File tree

327 files changed

+3366
-2922
lines changed

Some content is hidden

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

327 files changed

+3366
-2922
lines changed

Addame.xcodeproj/project.pbxproj

Lines changed: 5 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
C33DFAB5261F05A000132010 /* AddameSPM in Frameworks */ = {isa = PBXBuildFile; productRef = C33DFAB4261F05A000132010 /* AddameSPM */; };
11-
C33DFABE261F1A9700132010 /* ProductionCopy.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C33DFABA261F1A9700132010 /* ProductionCopy.xcconfig */; };
12-
C33DFABF261F1A9700132010 /* Production.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C33DFABB261F1A9700132010 /* Production.xcconfig */; };
13-
C33DFAC0261F1A9700132010 /* DevelopmentCopy.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C33DFABC261F1A9700132010 /* DevelopmentCopy.xcconfig */; };
10+
C3186C642647F1FB00E1B69F /* AppFeature in Frameworks */ = {isa = PBXBuildFile; productRef = C3186C632647F1FB00E1B69F /* AppFeature */; };
1411
C33DFAC8261F1B4100132010 /* Environment.swift in Sources */ = {isa = PBXBuildFile; fileRef = C33DFAC7261F1B4100132010 /* Environment.swift */; };
15-
C3D8FF7F2629A80D000F39AA /* Development.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = C33DFABD261F1A9700132010 /* Development.xcconfig */; };
1612
C3E50CA0261B5DFA00285977 /* Addame.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3E50C9F261B5DFA00285977 /* Addame.swift */; };
1713
C3E50CA4261B5DFF00285977 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C3E50CA3261B5DFF00285977 /* Assets.xcassets */; };
1814
C3E50CA7261B5DFF00285977 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C3E50CA6261B5DFF00285977 /* Preview Assets.xcassets */; };
@@ -24,47 +20,19 @@
2420
C33DFABC261F1A9700132010 /* DevelopmentCopy.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DevelopmentCopy.xcconfig; sourceTree = "<group>"; };
2521
C33DFABD261F1A9700132010 /* Development.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Development.xcconfig; sourceTree = "<group>"; };
2622
C33DFAC7261F1B4100132010 /* Environment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Environment.swift; sourceTree = "<group>"; };
27-
C33DFACA261F1D2000132010 /* PhoneNumberCommon */ = {isa = PBXFileReference; lastKnownFileType = folder; path = PhoneNumberCommon; sourceTree = "<group>"; };
28-
C33DFADA261F3DB600132010 /* AddaMeModels */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AddaMeModels; sourceTree = "<group>"; };
29-
C33DFADB261F3DC300132010 /* SwiftUIExtension */ = {isa = PBXFileReference; lastKnownFileType = folder; path = SwiftUIExtension; sourceTree = "<group>"; };
30-
C33DFADC261F3DC300132010 /* CoreDataStore */ = {isa = PBXFileReference; lastKnownFileType = folder; path = CoreDataStore; sourceTree = "<group>"; };
31-
C33DFADD261F3DC300132010 /* KeychainService */ = {isa = PBXFileReference; lastKnownFileType = folder; path = KeychainService; sourceTree = "<group>"; };
32-
C33DFADE261F3DC300132010 /* FuncNetworking */ = {isa = PBXFileReference; lastKnownFileType = folder; path = FuncNetworking; sourceTree = "<group>"; };
33-
C33DFADF261F3DC300132010 /* CombineContacts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = CombineContacts; sourceTree = "<group>"; };
34-
C33DFAE0261F3DC400132010 /* InfoPlist */ = {isa = PBXFileReference; lastKnownFileType = folder; path = InfoPlist; sourceTree = "<group>"; };
35-
C33DFAE1261F3DC400132010 /* FoundationExtension */ = {isa = PBXFileReference; lastKnownFileType = folder; path = FoundationExtension; sourceTree = "<group>"; };
36-
C33DFAE2261F3DC400132010 /* AsyncImageLoder */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AsyncImageLoder; sourceTree = "<group>"; };
37-
C3414C23261F406600278CED /* ContactClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ContactClient; sourceTree = "<group>"; };
38-
C3414C24261F406600278CED /* PathMonitorClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = PathMonitorClient; sourceTree = "<group>"; };
39-
C3414C25261F406600278CED /* ConversationClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ConversationClient; sourceTree = "<group>"; };
40-
C3414C26261F406600278CED /* CoreDataClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = CoreDataClient; sourceTree = "<group>"; };
41-
C3414C27261F406600278CED /* EventClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = EventClient; sourceTree = "<group>"; };
42-
C3414C28261F406600278CED /* ChatClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ChatClient; sourceTree = "<group>"; };
43-
C3414C29261F406700278CED /* WebsocketClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = WebsocketClient; sourceTree = "<group>"; };
44-
C3414C2A261F406700278CED /* AuthClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AuthClient; sourceTree = "<group>"; };
45-
C3414C2B261F406700278CED /* UserClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = UserClient; sourceTree = "<group>"; };
46-
C3414C2C261F406800278CED /* AttachmentClient */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AttachmentClient; sourceTree = "<group>"; };
47-
C3414C2E261F41A600278CED /* ContactsView */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ContactsView; sourceTree = "<group>"; };
48-
C3C22FDF261F031C0003FCC0 /* AddameSPM */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AddameSPM; sourceTree = "<group>"; };
4923
C3E50C9C261B5DFA00285977 /* Addame.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Addame.app; sourceTree = BUILT_PRODUCTS_DIR; };
5024
C3E50C9F261B5DFA00285977 /* Addame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Addame.swift; sourceTree = "<group>"; };
5125
C3E50CA3261B5DFF00285977 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5226
C3E50CA6261B5DFF00285977 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
5327
C3E50CA8261B5DFF00285977 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
54-
C3E50CB0261B5EC700285977 /* Tabs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Tabs; sourceTree = "<group>"; };
55-
C3E50CB2261B5F2400285977 /* Common */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Common; sourceTree = "<group>"; };
56-
C3E50CB5261B608600285977 /* EventView */ = {isa = PBXFileReference; lastKnownFileType = folder; path = EventView; sourceTree = "<group>"; };
57-
C3E50CB7261B617800285977 /* ChatView */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ChatView; sourceTree = "<group>"; };
58-
C3E50CB9261B619C00285977 /* ProfileView */ = {isa = PBXFileReference; lastKnownFileType = folder; path = ProfileView; sourceTree = "<group>"; };
59-
C3E50CDD261DA43C00285977 /* AuthenticationCore */ = {isa = PBXFileReference; lastKnownFileType = folder; path = AuthenticationCore; sourceTree = "<group>"; };
6028
/* End PBXFileReference section */
6129

6230
/* Begin PBXFrameworksBuildPhase section */
6331
C3E50C99261B5DFA00285977 /* Frameworks */ = {
6432
isa = PBXFrameworksBuildPhase;
6533
buildActionMask = 2147483647;
6634
files = (
67-
C33DFAB5261F05A000132010 /* AddameSPM in Frameworks */,
35+
C3186C642647F1FB00E1B69F /* AppFeature in Frameworks */,
6836
);
6937
runOnlyForDeploymentPostprocessing = 0;
7038
};
@@ -83,48 +51,6 @@
8351
path = Configs;
8452
sourceTree = "<group>";
8553
};
86-
C3BB96D0261DA9B000A8ADB1 /* Domains */ = {
87-
isa = PBXGroup;
88-
children = (
89-
C33DFADA261F3DB600132010 /* AddaMeModels */,
90-
);
91-
path = Domains;
92-
sourceTree = "<group>";
93-
};
94-
C3C22FD5261EFFA20003FCC0 /* Core */ = {
95-
isa = PBXGroup;
96-
children = (
97-
C33DFAE2261F3DC400132010 /* AsyncImageLoder */,
98-
C33DFADF261F3DC300132010 /* CombineContacts */,
99-
C3E50CB2261B5F2400285977 /* Common */,
100-
C33DFADC261F3DC300132010 /* CoreDataStore */,
101-
C33DFAE1261F3DC400132010 /* FoundationExtension */,
102-
C33DFADE261F3DC300132010 /* FuncNetworking */,
103-
C33DFAE0261F3DC400132010 /* InfoPlist */,
104-
C33DFADD261F3DC300132010 /* KeychainService */,
105-
C33DFACA261F1D2000132010 /* PhoneNumberCommon */,
106-
C33DFADB261F3DC300132010 /* SwiftUIExtension */,
107-
);
108-
path = Core;
109-
sourceTree = "<group>";
110-
};
111-
C3C22FE1261F03980003FCC0 /* Services */ = {
112-
isa = PBXGroup;
113-
children = (
114-
C3414C2C261F406800278CED /* AttachmentClient */,
115-
C3414C2A261F406700278CED /* AuthClient */,
116-
C3414C28261F406600278CED /* ChatClient */,
117-
C3414C23261F406600278CED /* ContactClient */,
118-
C3414C25261F406600278CED /* ConversationClient */,
119-
C3414C26261F406600278CED /* CoreDataClient */,
120-
C3414C27261F406600278CED /* EventClient */,
121-
C3414C24261F406600278CED /* PathMonitorClient */,
122-
C3414C2B261F406700278CED /* UserClient */,
123-
C3414C29261F406700278CED /* WebsocketClient */,
124-
);
125-
path = Services;
126-
sourceTree = "<group>";
127-
};
12854
C3E50C93261B5DFA00285977 = {
12955
isa = PBXGroup;
13056
children = (
@@ -146,8 +72,6 @@
14672
isa = PBXGroup;
14773
children = (
14874
C33DFAB9261F1A7A00132010 /* Configs */,
149-
C3C22FDF261F031C0003FCC0 /* AddameSPM */,
150-
C3E50CAF261B5EA800285977 /* Modules */,
15175
C3E50C9F261B5DFA00285977 /* Addame.swift */,
15276
C3E50CA3261B5DFF00285977 /* Assets.xcassets */,
15377
C3E50CA8261B5DFF00285977 /* Info.plist */,
@@ -164,30 +88,6 @@
16488
path = "Preview Content";
16589
sourceTree = "<group>";
16690
};
167-
C3E50CAF261B5EA800285977 /* Modules */ = {
168-
isa = PBXGroup;
169-
children = (
170-
C3C22FE1261F03980003FCC0 /* Services */,
171-
C3C22FD5261EFFA20003FCC0 /* Core */,
172-
C3BB96D0261DA9B000A8ADB1 /* Domains */,
173-
C3E50CB4261B605400285977 /* Views */,
174-
);
175-
path = Modules;
176-
sourceTree = "<group>";
177-
};
178-
C3E50CB4261B605400285977 /* Views */ = {
179-
isa = PBXGroup;
180-
children = (
181-
C3E50CDD261DA43C00285977 /* AuthenticationCore */,
182-
C3E50CB7261B617800285977 /* ChatView */,
183-
C3414C2E261F41A600278CED /* ContactsView */,
184-
C3E50CB5261B608600285977 /* EventView */,
185-
C3E50CB9261B619C00285977 /* ProfileView */,
186-
C3E50CB0261B5EC700285977 /* Tabs */,
187-
);
188-
path = Views;
189-
sourceTree = "<group>";
190-
};
19191
C3E50CC2261C4E2900285977 /* Frameworks */ = {
19292
isa = PBXGroup;
19393
children = (
@@ -212,7 +112,7 @@
212112
);
213113
name = Addame;
214114
packageProductDependencies = (
215-
C33DFAB4261F05A000132010 /* AddameSPM */,
115+
C3186C632647F1FB00E1B69F /* AppFeature */,
216116
);
217117
productName = TComposableAAddaMe;
218118
productReference = C3E50C9C261B5DFA00285977 /* Addame.app */;
@@ -255,12 +155,8 @@
255155
isa = PBXResourcesBuildPhase;
256156
buildActionMask = 2147483647;
257157
files = (
258-
C3D8FF7F2629A80D000F39AA /* Development.xcconfig in Resources */,
259158
C3E50CA7261B5DFF00285977 /* Preview Assets.xcassets in Resources */,
260-
C33DFABF261F1A9700132010 /* Production.xcconfig in Resources */,
261159
C3E50CA4261B5DFF00285977 /* Assets.xcassets in Resources */,
262-
C33DFABE261F1A9700132010 /* ProductionCopy.xcconfig in Resources */,
263-
C33DFAC0261F1A9700132010 /* DevelopmentCopy.xcconfig in Resources */,
264160
);
265161
runOnlyForDeploymentPostprocessing = 0;
266162
};
@@ -469,9 +365,9 @@
469365
/* End XCConfigurationList section */
470366

471367
/* Begin XCSwiftPackageProductDependency section */
472-
C33DFAB4261F05A000132010 /* AddameSPM */ = {
368+
C3186C632647F1FB00E1B69F /* AppFeature */ = {
473369
isa = XCSwiftPackageProductDependency;
474-
productName = AddameSPM;
370+
productName = AppFeature;
475371
};
476372
/* End XCSwiftPackageProductDependency section */
477373
};

Addame/Modules/Services/PathMonitorClient/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata renamed to Addame.xcworkspace/contents.xcworkspacedata

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

Addame.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 142 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Addame.xcodeproj/xcshareddata/xcschemes/Addame.xcscheme renamed to Addame.xcworkspace/xcshareddata/xcschemes/Addame.xcscheme

File renamed without changes.

0 commit comments

Comments
 (0)