Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
gitter
gitter-ios-app
Commits
46aa592a
Commit
46aa592a
authored
Oct 03, 2019
by
Ben Jackson
Browse files
Silence warning (! only applies to left operand of ==); also, use a value from the return enum
parent
2db05534
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletion
+26
-1
Gitter/Auth/KeychainItemWrapper.m
Gitter/Auth/KeychainItemWrapper.m
+1
-1
Gitter/Media.xcassets/Icon.appiconset/Contents.json
Gitter/Media.xcassets/Icon.appiconset/Contents.json
+25
-0
No files found.
Gitter/Auth/KeychainItemWrapper.m
View file @
46aa592a
...
...
@@ -133,7 +133,7 @@
CFMutableDictionaryRef
outDictionary
=
NULL
;
if
(
!
SecItemCopyMatching
((
__bridge
CFDictionaryRef
)
tempQuery
,
(
CFTypeRef
*
)
&
outDictionary
)
=
=
noErr
)
if
(
SecItemCopyMatching
((
__bridge
CFDictionaryRef
)
tempQuery
,
(
CFTypeRef
*
)
&
outDictionary
)
!
=
errSecSuccess
)
{
// Stick these default values into keychain item if nothing found.
[
self
resetKeychainItem
];
...
...
Gitter/Media.xcassets/Icon.appiconset/Contents.json
View file @
46aa592a
{
"images"
:
[
{
"idiom"
:
"iphone"
,
"size"
:
"20x20"
,
"scale"
:
"2x"
},
{
"idiom"
:
"iphone"
,
"size"
:
"20x20"
,
"scale"
:
"3x"
},
{
"size"
:
"29x29"
,
"idiom"
:
"iphone"
,
...
...
@@ -52,6 +62,16 @@
"filename"
:
"180-180.png"
,
"scale"
:
"3x"
},
{
"idiom"
:
"ipad"
,
"size"
:
"20x20"
,
"scale"
:
"1x"
},
{
"idiom"
:
"ipad"
,
"size"
:
"20x20"
,
"scale"
:
"2x"
},
{
"size"
:
"29x29"
,
"idiom"
:
"ipad"
,
...
...
@@ -113,6 +133,11 @@
"idiom"
:
"ipad"
,
"filename"
:
"167-167.png"
,
"scale"
:
"2x"
},
{
"idiom"
:
"ios-marketing"
,
"size"
:
"1024x1024"
,
"scale"
:
"1x"
}
],
"info"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment