Skip to content

Commit

Permalink
Make project compile
Browse files Browse the repository at this point in the history
Add Pods folder to ignore
  • Loading branch information
LeoNatan committed Dec 15, 2019
1 parent 7581591 commit 670be3d
Show file tree
Hide file tree
Showing 39 changed files with 99 additions and 11,081 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ fastlane/Preview.html
fastlane/screenshots

# CocoaPods
/ios/Pods/
ios/Pods
153 changes: 80 additions & 73 deletions ios/CalendarsExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -29,6 +39,11 @@
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down
2 changes: 2 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
platform :ios, '9.0'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

use_frameworks!

target 'CalendarsExample' do
# Pods for CalendarsExample
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,6 @@ SPEC CHECKSUMS:
ReactNativeNavigation: bed6f504aa1a4dadd151503bf99d0ef96d06847f
Yoga: ba3d99dbee6c15ea6bbe3783d1f0cb1ffb79af0f

PODFILE CHECKSUM: deacfa2cdaf669acb3455389caa673da478ca9b4
PODFILE CHECKSUM: 00d612101b1ec4226ebc5e84819632ff39846a87

COCOAPODS: 1.8.4
344 changes: 0 additions & 344 deletions ios/Pods/Manifest.lock

This file was deleted.

Loading

0 comments on commit 670be3d

Please sign in to comment.