Skip to content

Commit 6257d03

Browse files
committed
Add the alternate image for non big-sur devices on the delete button
1 parent fc113c7 commit 6257d03

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Argon2Swift.xcodeproj/project.pbxproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
/* End PBXAggregateTarget section */
2222

2323
/* Begin PBXBuildFile section */
24+
A44E754B25EC75ED00137A6F /* core.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_14 /* core.c */; };
2425
OBJ_44 /* argon2.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_10 /* argon2.c */; };
2526
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 */; };
2727
OBJ_48 /* encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_15 /* encoding.c */; };
2828
OBJ_51 /* ref.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_18 /* ref.c */; };
2929
OBJ_54 /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_21 /* thread.c */; };
@@ -181,15 +181,14 @@
181181
name = Products;
182182
sourceTree = BUILT_PRODUCTS_DIR;
183183
};
184-
OBJ_5 /* */ = {
184+
OBJ_5 = {
185185
isa = PBXGroup;
186186
children = (
187187
OBJ_6 /* Package.swift */,
188188
OBJ_7 /* Sources */,
189189
OBJ_33 /* Tests */,
190190
OBJ_35 /* Products */,
191191
);
192-
name = "";
193192
sourceTree = "<group>";
194193
};
195194
OBJ_7 /* Sources */ = {
@@ -309,7 +308,7 @@
309308
knownRegions = (
310309
en,
311310
);
312-
mainGroup = OBJ_5 /* */;
311+
mainGroup = OBJ_5;
313312
productRefGroup = OBJ_35 /* Products */;
314313
projectDirPath = "";
315314
projectRoot = "";
@@ -330,7 +329,7 @@
330329
files = (
331330
OBJ_44 /* argon2.c in Sources */,
332331
OBJ_46 /* blake2b.c in Sources */,
333-
OBJ_47 /* core.c in Sources */,
332+
A44E754B25EC75ED00137A6F /* core.c in Sources */,
334333
OBJ_48 /* encoding.c in Sources */,
335334
OBJ_51 /* ref.c in Sources */,
336335
OBJ_54 /* thread.c in Sources */,

Sources/Argon2Swift.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#import <Foundation/Foundation.h>
99
#import <Argon2Swift/Argon2Swift.h>
10-
1110
//! Project version number for Argon2Swift_macOS.
1211
FOUNDATION_EXPORT double Argon2SwiftVersionNumber;
1312

0 commit comments

Comments
 (0)