Skip to content

Commit 7c48021

Browse files
authored
Merge pull request #164 from FormidableLabs/bugfix/ios-linking-fixes
Bugfix/ios linking fixes
2 parents b7d7c55 + 6e11f81 commit 7c48021

24 files changed

+1850
-1716
lines changed

Example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
PODS:
2-
- AppAuth (0.93.0)
2+
- AppAuth (0.94.0)
33
- DoubleConversion (1.1.5)
44
- GLog (0.3.4)
55
- React (0.50.3):
66
- React/Core (= 0.50.3)
77
- React/Core (0.50.3):
88
- yoga (= 0.50.3.React)
99
- RNAppAuth (1.0.0):
10-
- AppAuth
10+
- AppAuth (= 0.94.0)
1111
- React
1212
- yoga (0.50.3.React)
1313

@@ -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: 1096c2ad48507c4a2a8c85c8a6ff065741ab9931
38+
AppAuth: 0f099c2286a1a9754e5bd27211c43d307dc4f778
3939
DoubleConversion: ebb6747c5b66026ad4f97b789c3ceac6f18e57a6
4040
GLog: 3e4e4ae9746ce6bf6e9420c7fc1e08ad59c8ba1a
4141
React: 541ba768b9855e10cdc76f55427a5cd0653ca806
42-
RNAppAuth: f1c597df5c085dc72bff3e09d5d1ebff1086fedb
42+
RNAppAuth: 3e6fed16d55fe73dd4bd9b42ef433cf2a4cae338
4343
yoga: 17521bbb0dd54a47c0b3ac43253e78cdac7488e0
4444

4545
PODFILE CHECKSUM: b7604fdeeb5385cbc6a9a792e93cd2d2e08633af
4646

47-
COCOAPODS: 1.5.0
47+
COCOAPODS: 1.5.2

Example/ios/Pods/AppAuth/README.md

Lines changed: 2 additions & 2 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: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)