File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Original file line number Diff line number Diff line change 21
21
/* End PBXAggregateTarget section */
22
22
23
23
/* Begin PBXBuildFile section */
24
+ A44E754B25EC75ED00137A6F /* core.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* core.c */; };
24
25
OBJ_44 /* argon2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* argon2.c */; };
25
26
OBJ_46 /* blake2b.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_13 /* blake2b.c */; };
26
- OBJ_47 /* core.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* core.c */; };
27
27
OBJ_48 /* encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* encoding.c */; };
28
28
OBJ_51 /* ref.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* ref.c */; };
29
29
OBJ_54 /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* thread.c */; };
181
181
name = Products;
182
182
sourceTree = BUILT_PRODUCTS_DIR;
183
183
};
184
- OBJ_5 /* */ = {
184
+ OBJ_5 = {
185
185
isa = PBXGroup;
186
186
children = (
187
187
OBJ_6 /* Package.swift */,
188
188
OBJ_7 /* Sources */,
189
189
OBJ_33 /* Tests */,
190
190
OBJ_35 /* Products */,
191
191
);
192
- name = "";
193
192
sourceTree = "<group>";
194
193
};
195
194
OBJ_7 /* Sources */ = {
309
308
knownRegions = (
310
309
en,
311
310
);
312
- mainGroup = OBJ_5 /* */ ;
311
+ mainGroup = OBJ_5;
313
312
productRefGroup = OBJ_35 /* Products */;
314
313
projectDirPath = "";
315
314
projectRoot = "";
330
329
files = (
331
330
OBJ_44 /* argon2.c in Sources */,
332
331
OBJ_46 /* blake2b.c in Sources */,
333
- OBJ_47 /* core.c in Sources */,
332
+ A44E754B25EC75ED00137A6F /* core.c in Sources */,
334
333
OBJ_48 /* encoding.c in Sources */,
335
334
OBJ_51 /* ref.c in Sources */,
336
335
OBJ_54 /* thread.c in Sources */,
Original file line number Diff line number Diff line change 7
7
8
8
#import < Foundation/Foundation.h>
9
9
#import < Argon2Swift/Argon2Swift.h>
10
-
11
10
// ! Project version number for Argon2Swift_macOS.
12
11
FOUNDATION_EXPORT double Argon2SwiftVersionNumber;
13
12
You can’t perform that action at this time.
0 commit comments