Skip to content

Commit aaaf59e

Browse files
authored
Merge pull request #138 from FormidableLabs/fix/example-app
Bump AppAuth@0.93 for Example app
2 parents 0fa5ce3 + 1551686 commit aaaf59e

File tree

448 files changed

+21435
-718
lines changed

Some content is hidden

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

448 files changed

+21435
-718
lines changed
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>

Example/ios/AppAuthExample/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"images" : [
3+
{
4+
"idiom" : "iphone",
5+
"size" : "20x20",
6+
"scale" : "2x"
7+
},
8+
{
9+
"idiom" : "iphone",
10+
"size" : "20x20",
11+
"scale" : "3x"
12+
},
313
{
414
"idiom" : "iphone",
515
"size" : "29x29",
@@ -29,6 +39,11 @@
2939
"idiom" : "iphone",
3040
"size" : "60x60",
3141
"scale" : "3x"
42+
},
43+
{
44+
"idiom" : "ios-marketing",
45+
"size" : "1024x1024",
46+
"scale" : "1x"
3247
}
3348
],
3449
"info" : {

Example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- AppAuth (0.92.0)
2+
- AppAuth (0.93.0)
33
- DoubleConversion (1.1.5)
44
- GLog (0.3.4)
55
- React (0.50.3):
@@ -19,7 +19,7 @@ DEPENDENCIES:
1919
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
2020

2121
SPEC REPOS:
22-
https://github.com/cocoapods/specs.git:
22+
https://github.com/CocoaPods/Specs.git:
2323
- AppAuth
2424

2525
EXTERNAL SOURCES:
@@ -35,13 +35,13 @@ EXTERNAL SOURCES:
3535
:path: "../node_modules/react-native/ReactCommon/yoga"
3636

3737
SPEC CHECKSUMS:
38-
AppAuth: 3f4f1d6d85ad631d0bbf15ffcdc10c447face97a
38+
AppAuth: 1096c2ad48507c4a2a8c85c8a6ff065741ab9931
3939
DoubleConversion: ebb6747c5b66026ad4f97b789c3ceac6f18e57a6
4040
GLog: 3e4e4ae9746ce6bf6e9420c7fc1e08ad59c8ba1a
4141
React: 541ba768b9855e10cdc76f55427a5cd0653ca806
4242
RNAppAuth: f1c597df5c085dc72bff3e09d5d1ebff1086fedb
43-
yoga: c89ebefb37b7fe8a1e3fdf4e303e1eee8e1a7171
43+
yoga: 17521bbb0dd54a47c0b3ac43253e78cdac7488e0
4444

45-
PODFILE CHECKSUM: 043bf6735e162e9db323ca3a8b5196501e89fc64
45+
PODFILE CHECKSUM: b7604fdeeb5385cbc6a9a792e93cd2d2e08633af
4646

47-
COCOAPODS: 1.5.3
47+
COCOAPODS: 1.5.0

Example/ios/Pods/AppAuth/README.md

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

Example/ios/Pods/AppAuth/Source/AppAuth.h

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

Example/ios/Pods/AppAuth/Source/OIDAuthState.h

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

Example/ios/Pods/AppAuth/Source/OIDAuthState.m

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

Example/ios/Pods/AppAuth/Source/OIDAuthorizationFlowSession.h

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

0 commit comments

Comments
 (0)