Skip to content

Commit 90ccb35

Browse files
committed
Updates to Podfile to include use_frameworks
1 parent aeb9adc commit 90ccb35

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

android/.idea/runConfigurations.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
# use_frameworks!
2+
use_frameworks!
33
platform :ios, '8.0'
44

55
def common_pods

ios/Podfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2+
use_frameworks!
23
platform :ios, '8.0'
34

45
[

0 commit comments

Comments
 (0)