Skip to content

Commit b35a96f

Browse files
committed
update ios
1 parent 112b60c commit b35a96f

File tree

9 files changed

+10329
-13642
lines changed

9 files changed

+10329
-13642
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ DerivedData
2121
*.ipa
2222
*.xcuserstate
2323
project.xcworkspace
24+
ios/Pods
2425

2526
# Android/IntelliJ
2627
#

ios/MoviesRevamped.xcodeproj/project.pbxproj

+154-106
Large diffs are not rendered by default.

ios/MoviesRevamped.xcworkspace/contents.xcworkspacedata

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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>

ios/MoviesRevamped/Info.plist

+9-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,16 @@
3838
</dict>
3939
</dict>
4040
<key>NSLocationWhenInUseUsageDescription</key>
41-
<string/>
41+
<string></string>
4242
<key>UIAppFonts</key>
43-
<array/>
43+
<array>
44+
<string>FontAwesome.ttf</string>
45+
<string>FontAwesome5_Brands.ttf</string>
46+
<string>FontAwesome5_Regular.ttf</string>
47+
<string>FontAwesome5_Solid.ttf</string>
48+
<string>MaterialIcons.ttf</string>
49+
<string>MaterialCommunityIcons.ttf</string>
50+
</array>
4451
<key>UILaunchStoryboardName</key>
4552
<string>LaunchScreen</string>
4653
<key>UIRequiredDeviceCapabilities</key>

ios/Podfile

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Uncomment the next line to define a global platform for your project
2+
platform :ios, '9.0'
3+
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
4+
5+
target 'MoviesRevamped' do
6+
# Pods for MoviesRevamped
7+
pod 'React', :path => '../node_modules/react-native/'
8+
pod 'React-Core', :path => '../node_modules/react-native/React'
9+
pod 'React-DevSupport', :path => '../node_modules/react-native/React'
10+
pod 'React-fishhook', :path => '../node_modules/react-native/Libraries/fishhook'
11+
pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
12+
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
13+
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
14+
pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
15+
pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
16+
pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
17+
pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
18+
pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
19+
pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
20+
pod 'React-RCTWebSocket', :path => '../node_modules/react-native/Libraries/WebSocket'
21+
22+
pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
23+
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
24+
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
25+
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
26+
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
27+
28+
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
29+
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
30+
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
31+
32+
target 'MoviesRevampedTests' do
33+
inherit! :search_paths
34+
# Pods for testing
35+
end
36+
37+
use_native_modules!
38+
end

ios/Podfile.lock

+297
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,297 @@
1+
PODS:
2+
- boost-for-react-native (1.63.0)
3+
- BVLinearGradient (2.5.4):
4+
- React
5+
- DoubleConversion (1.1.6)
6+
- Folly (2018.10.22.00):
7+
- boost-for-react-native
8+
- DoubleConversion
9+
- Folly/Default (= 2018.10.22.00)
10+
- glog
11+
- Folly/Default (2018.10.22.00):
12+
- boost-for-react-native
13+
- DoubleConversion
14+
- glog
15+
- glog (0.3.5)
16+
- libwebp (1.0.2):
17+
- libwebp/core (= 1.0.2)
18+
- libwebp/dec (= 1.0.2)
19+
- libwebp/demux (= 1.0.2)
20+
- libwebp/dsp (= 1.0.2)
21+
- libwebp/enc (= 1.0.2)
22+
- libwebp/mux (= 1.0.2)
23+
- libwebp/utils (= 1.0.2)
24+
- libwebp/webp (= 1.0.2)
25+
- libwebp/core (1.0.2):
26+
- libwebp/webp
27+
- libwebp/dec (1.0.2):
28+
- libwebp/core
29+
- libwebp/demux (1.0.2):
30+
- libwebp/core
31+
- libwebp/dsp (1.0.2):
32+
- libwebp/core
33+
- libwebp/enc (1.0.2):
34+
- libwebp/core
35+
- libwebp/mux (1.0.2):
36+
- libwebp/core
37+
- libwebp/utils (1.0.2):
38+
- libwebp/core
39+
- libwebp/webp (1.0.2)
40+
- React (0.60.3):
41+
- React-Core (= 0.60.3)
42+
- React-DevSupport (= 0.60.3)
43+
- React-RCTActionSheet (= 0.60.3)
44+
- React-RCTAnimation (= 0.60.3)
45+
- React-RCTBlob (= 0.60.3)
46+
- React-RCTImage (= 0.60.3)
47+
- React-RCTLinking (= 0.60.3)
48+
- React-RCTNetwork (= 0.60.3)
49+
- React-RCTSettings (= 0.60.3)
50+
- React-RCTText (= 0.60.3)
51+
- React-RCTVibration (= 0.60.3)
52+
- React-RCTWebSocket (= 0.60.3)
53+
- React-Core (0.60.3):
54+
- Folly (= 2018.10.22.00)
55+
- React-cxxreact (= 0.60.3)
56+
- React-jsiexecutor (= 0.60.3)
57+
- yoga (= 0.60.3.React)
58+
- React-cxxreact (0.60.3):
59+
- boost-for-react-native (= 1.63.0)
60+
- DoubleConversion
61+
- Folly (= 2018.10.22.00)
62+
- glog
63+
- React-jsinspector (= 0.60.3)
64+
- React-DevSupport (0.60.3):
65+
- React-Core (= 0.60.3)
66+
- React-RCTWebSocket (= 0.60.3)
67+
- React-fishhook (0.60.3)
68+
- React-jsi (0.60.3):
69+
- boost-for-react-native (= 1.63.0)
70+
- DoubleConversion
71+
- Folly (= 2018.10.22.00)
72+
- glog
73+
- React-jsi/Default (= 0.60.3)
74+
- React-jsi/Default (0.60.3):
75+
- boost-for-react-native (= 1.63.0)
76+
- DoubleConversion
77+
- Folly (= 2018.10.22.00)
78+
- glog
79+
- React-jsiexecutor (0.60.3):
80+
- DoubleConversion
81+
- Folly (= 2018.10.22.00)
82+
- glog
83+
- React-cxxreact (= 0.60.3)
84+
- React-jsi (= 0.60.3)
85+
- React-jsinspector (0.60.3)
86+
- react-native-blur (0.8.0):
87+
- React
88+
- react-native-geolocation (1.4.2):
89+
- React
90+
- react-native-spinkit (1.0.2):
91+
- React
92+
- react-native-webview (6.3.1):
93+
- React
94+
- React-RCTActionSheet (0.60.3):
95+
- React-Core (= 0.60.3)
96+
- React-RCTAnimation (0.60.3):
97+
- React-Core (= 0.60.3)
98+
- React-RCTBlob (0.60.3):
99+
- React-Core (= 0.60.3)
100+
- React-RCTNetwork (= 0.60.3)
101+
- React-RCTWebSocket (= 0.60.3)
102+
- React-RCTImage (0.60.3):
103+
- React-Core (= 0.60.3)
104+
- React-RCTNetwork (= 0.60.3)
105+
- React-RCTLinking (0.60.3):
106+
- React-Core (= 0.60.3)
107+
- React-RCTNetwork (0.60.3):
108+
- React-Core (= 0.60.3)
109+
- React-RCTSettings (0.60.3):
110+
- React-Core (= 0.60.3)
111+
- React-RCTText (0.60.3):
112+
- React-Core (= 0.60.3)
113+
- React-RCTVibration (0.60.3):
114+
- React-Core (= 0.60.3)
115+
- React-RCTWebSocket (0.60.3):
116+
- React-Core (= 0.60.3)
117+
- React-fishhook (= 0.60.3)
118+
- RNCAsyncStorage (1.5.1):
119+
- React
120+
- RNFastImage (7.0.2):
121+
- React
122+
- SDWebImage (~> 5.0)
123+
- SDWebImageWebPCoder (~> 0.2.3)
124+
- RNGestureHandler (1.3.0):
125+
- React
126+
- RNScreens (1.0.0-alpha.23):
127+
- React
128+
- RNSnackbar (2.0.2):
129+
- React
130+
- RNSVG (9.5.1):
131+
- React
132+
- RNVectorIcons (6.6.0):
133+
- React
134+
- SDWebImage (5.0.6):
135+
- SDWebImage/Core (= 5.0.6)
136+
- SDWebImage/Core (5.0.6)
137+
- SDWebImageWebPCoder (0.2.3):
138+
- libwebp (~> 1.0)
139+
- SDWebImage/Core (~> 5.0)
140+
- yoga (0.60.3.React)
141+
142+
DEPENDENCIES:
143+
- BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
144+
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
145+
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
146+
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
147+
- React (from `../node_modules/react-native/`)
148+
- React-Core (from `../node_modules/react-native/React`)
149+
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
150+
- React-DevSupport (from `../node_modules/react-native/React`)
151+
- React-fishhook (from `../node_modules/react-native/Libraries/fishhook`)
152+
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
153+
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
154+
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
155+
- "react-native-blur (from `../node_modules/@react-native-community/blur`)"
156+
- "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)"
157+
- react-native-spinkit (from `../node_modules/react-native-spinkit`)
158+
- react-native-webview (from `../node_modules/react-native-webview`)
159+
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
160+
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
161+
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
162+
- React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
163+
- React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
164+
- React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
165+
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
166+
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
167+
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
168+
- React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`)
169+
- "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)"
170+
- RNFastImage (from `../node_modules/react-native-fast-image`)
171+
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
172+
- RNScreens (from `../node_modules/react-native-screens`)
173+
- RNSnackbar (from `../node_modules/react-native-snackbar`)
174+
- RNSVG (from `../node_modules/react-native-svg`)
175+
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
176+
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
177+
178+
SPEC REPOS:
179+
https://github.com/cocoapods/specs.git:
180+
- boost-for-react-native
181+
- libwebp
182+
- SDWebImage
183+
- SDWebImageWebPCoder
184+
185+
EXTERNAL SOURCES:
186+
BVLinearGradient:
187+
:path: "../node_modules/react-native-linear-gradient"
188+
DoubleConversion:
189+
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
190+
Folly:
191+
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
192+
glog:
193+
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
194+
React:
195+
:path: "../node_modules/react-native/"
196+
React-Core:
197+
:path: "../node_modules/react-native/React"
198+
React-cxxreact:
199+
:path: "../node_modules/react-native/ReactCommon/cxxreact"
200+
React-DevSupport:
201+
:path: "../node_modules/react-native/React"
202+
React-fishhook:
203+
:path: "../node_modules/react-native/Libraries/fishhook"
204+
React-jsi:
205+
:path: "../node_modules/react-native/ReactCommon/jsi"
206+
React-jsiexecutor:
207+
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
208+
React-jsinspector:
209+
:path: "../node_modules/react-native/ReactCommon/jsinspector"
210+
react-native-blur:
211+
:path: "../node_modules/@react-native-community/blur"
212+
react-native-geolocation:
213+
:path: "../node_modules/@react-native-community/geolocation"
214+
react-native-spinkit:
215+
:path: "../node_modules/react-native-spinkit"
216+
react-native-webview:
217+
:path: "../node_modules/react-native-webview"
218+
React-RCTActionSheet:
219+
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
220+
React-RCTAnimation:
221+
:path: "../node_modules/react-native/Libraries/NativeAnimation"
222+
React-RCTBlob:
223+
:path: "../node_modules/react-native/Libraries/Blob"
224+
React-RCTImage:
225+
:path: "../node_modules/react-native/Libraries/Image"
226+
React-RCTLinking:
227+
:path: "../node_modules/react-native/Libraries/LinkingIOS"
228+
React-RCTNetwork:
229+
:path: "../node_modules/react-native/Libraries/Network"
230+
React-RCTSettings:
231+
:path: "../node_modules/react-native/Libraries/Settings"
232+
React-RCTText:
233+
:path: "../node_modules/react-native/Libraries/Text"
234+
React-RCTVibration:
235+
:path: "../node_modules/react-native/Libraries/Vibration"
236+
React-RCTWebSocket:
237+
:path: "../node_modules/react-native/Libraries/WebSocket"
238+
RNCAsyncStorage:
239+
:path: "../node_modules/@react-native-community/async-storage"
240+
RNFastImage:
241+
:path: "../node_modules/react-native-fast-image"
242+
RNGestureHandler:
243+
:path: "../node_modules/react-native-gesture-handler"
244+
RNScreens:
245+
:path: "../node_modules/react-native-screens"
246+
RNSnackbar:
247+
:path: "../node_modules/react-native-snackbar"
248+
RNSVG:
249+
:path: "../node_modules/react-native-svg"
250+
RNVectorIcons:
251+
:path: "../node_modules/react-native-vector-icons"
252+
yoga:
253+
:path: "../node_modules/react-native/ReactCommon/yoga"
254+
255+
SPEC CHECKSUMS:
256+
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
257+
BVLinearGradient: 8cbc5155c978f2e43098818c91d206d07aae6d30
258+
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
259+
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
260+
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
261+
libwebp: b068a3bd7c45f7460f6715be7bed1a18fd5d6b48
262+
React: ac23e9cc8d2d4cfe9b536b5cc0c32d19b9937bcf
263+
React-Core: 84de3cf80e31f0267c5ce0b5b482d59ce30a8a57
264+
React-cxxreact: a802a1c6b14f3de66ba032460b424c17ececd1e2
265+
React-DevSupport: ae72c4fc86c03197f007bb24404077c85f6dabc1
266+
React-fishhook: 12bd79b4461280f441937dea83f11d9fb660edfc
267+
React-jsi: c2b6e57836bcae2677a036384111dc2c58e94369
268+
React-jsiexecutor: d9023c5c199114d2b6f38ec861a4d923c73d0735
269+
React-jsinspector: 817b64f3c8a807f09d78620f4f505868d89b26f3
270+
react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c
271+
react-native-geolocation: 79c743ad7a2e86617811ef23f49308824e92520c
272+
react-native-spinkit: 9a5d2f95aa975d5660fd3e76b7eac38e7329e46c
273+
react-native-webview: 048135293d160a64d329e11d52d0128c67942813
274+
React-RCTActionSheet: 9c42321fd5652515d706dd722c5a10b1970d7ec8
275+
React-RCTAnimation: fabb087dde8964c9a835a7fabd0e7e5701787913
276+
React-RCTBlob: 93f34281d9c9c9e216b25824309eed9fe22a5d41
277+
React-RCTImage: b09f30159b048eb9a0f859f8f9b0878f3311e8eb
278+
React-RCTLinking: 9dba672b3d5aadab59e93f9ab8c65e5e24b9fb73
279+
React-RCTNetwork: 4b2f706819f08b6fa15c47909985f96b80859832
280+
React-RCTSettings: 59c0eedc36b9aa9dd21cdbb5ab9591ba04132b1f
281+
React-RCTText: b026f8350c2cbe0daeb9880dd9c6e018fce0daf7
282+
React-RCTVibration: 5d9ed4a968e9d42880ddcc7c29bee3417c745408
283+
React-RCTWebSocket: 69d8565d66043f244b4129f3d7154c5689fb7d3e
284+
RNCAsyncStorage: 2808c378f6a70f22f66eeb6c11a8d69f326dd795
285+
RNFastImage: 9b0c22643872bb7494c8d87bbbb66cc4c0d9e7a2
286+
RNGestureHandler: 5329a942fce3d41c68b84c2c2276ce06a696d8b0
287+
RNScreens: f28b48b8345f2f5f39ed6195518291515032a788
288+
RNSnackbar: add960af69e27d16fc354938178740f948dfd842
289+
RNSVG: 0eb087cfb5d7937be93c45b163b26352a647e681
290+
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4
291+
SDWebImage: 920f1a2ff1ca8296ad34f6e0510a1ef1d70ac965
292+
SDWebImageWebPCoder: 7568737603c50f6237850afedd7e9e28e5917e6b
293+
yoga: 843fe25849b56131275bf3e5da2c468e96f68aff
294+
295+
PODFILE CHECKSUM: cf11ead591addf2873f4bedf26a4c3a0f992b41c
296+
297+
COCOAPODS: 1.7.1

0 commit comments

Comments
 (0)