Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6257d03

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

File tree

Expand file treeCollapse file tree

2 files changed

+4
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-6
lines changed

‎Argon2Swift.xcodeproj/project.pbxproj

Copy file name to clipboardExpand all lines: Argon2Swift.xcodeproj/project.pbxproj
+4-5Lines 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

Copy file name to clipboardExpand all lines: Sources/Argon2Swift.h
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.