A clone of IGN mobile app with infinite scroll, fetching data from IGN's api and swipeable navigation pages
Note: This app is only built for ios, it may not function as intended for android
run the following lines of code in root directory
npm install
cd ios && pod install && cd ../
- Open the
xcworkspace
file in ios folder - Choose the desired device/ simulator and hit play
- In Xcode
Products
->Scheme
->Edit scheme
-> Change build configuration toRELEASE
Change device
->Generic iOS device
Product
->Clean
and thenBuild
.app
file can be found at~/Library/Developer/Xcode/DerivedData/IGNApp-<some-random-string>/Build/Products/Release-iphoneos/IGNApp
- Create folder name
Payload
. - Paste
.app
file intoPayload
folder. - Compress the
Payload
folder. - Rename the file with
.ipa
extension.