فهرست منبع

Add unit test target to pod sample.

Peter Andrews 4 سال پیش
والد
کامیت
3ee38050ac
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Sample/Podfile

+ 1 - 1
Sample/Podfile

@@ -2,6 +2,6 @@ platform :ios, '9.0'
 use_frameworks!
 
 target 'SampleForPod' do
-  pod 'GoogleSignIn', :path => '../'
+  pod 'GoogleSignIn', :path => '../', :testspecs => ['unit']
   project 'SignInSampleForPod.xcodeproj'
 end