You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/01/24 08:18:40 UTC

[25/50] [abbrv] incubator-weex git commit: * [ios] cocoapods 1.0.0 compatible

* [ios] cocoapods 1.0.0  compatible


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ce029c6d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ce029c6d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ce029c6d

Branch: refs/heads/master
Commit: ce029c6dffc371a656e80c1f67e4108df43f8201
Parents: 93435d8
Author: acton393 <zh...@gmail.com>
Authored: Mon Jun 13 11:02:36 2016 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Mon Jun 13 11:02:36 2016 +0800

----------------------------------------------------------------------
 ios/.gitignore                        | 3 ++-
 ios/playground/Podfile                | 1 +
 ios/playground/WeexDemo/AppDelegate.m | 2 +-
 ios/sdk/WeexSDK.podspec               | 6 ++++--
 4 files changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ce029c6d/ios/.gitignore
----------------------------------------------------------------------
diff --git a/ios/.gitignore b/ios/.gitignore
index 4865962..3d7104d 100644
--- a/ios/.gitignore
+++ b/ios/.gitignore
@@ -37,7 +37,8 @@ xcuserdata
 # you should judge for yourself, the pros and cons are mentioned at:
 # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
 #
-# Pods/
+Pods/
+Podfile.lock
 
 # Carthage
 #

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ce029c6d/ios/playground/Podfile
----------------------------------------------------------------------
diff --git a/ios/playground/Podfile b/ios/playground/Podfile
index 46ae78b..ed6e27f 100644
--- a/ios/playground/Podfile
+++ b/ios/playground/Podfile
@@ -1,3 +1,4 @@
+source 'git@github.com:CocoaPods/Specs.git'
 platform :ios, '7.0'
 #inhibit_all_warnings!
 

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ce029c6d/ios/playground/WeexDemo/AppDelegate.m
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo/AppDelegate.m b/ios/playground/WeexDemo/AppDelegate.m
index 5295055..fc228f3 100644
--- a/ios/playground/WeexDemo/AppDelegate.m
+++ b/ios/playground/WeexDemo/AppDelegate.m
@@ -89,7 +89,7 @@
     
 #ifdef DEBUG
     [WXDebugTool setDebug:YES];
-    [WXLog setLogLevel:WXLogLevelVerbose];
+    [WXLog setLogLevel:WXLogLevelInfo];
 #else
     [WXDebugTool setDebug:NO];
 #endif

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ce029c6d/ios/sdk/WeexSDK.podspec
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK.podspec b/ios/sdk/WeexSDK.podspec
index 4e53655..1006229 100644
--- a/ios/sdk/WeexSDK.podspec
+++ b/ios/sdk/WeexSDK.podspec
@@ -1,7 +1,6 @@
 # coding: utf-8
 Pod::Spec.new do |s|
 
-
   s.name         = "WeexSDK"
   s.version      = "0.6.0"
   s.summary      = "WeexSDK Source ."
@@ -17,7 +16,10 @@ Pod::Spec.new do |s|
            Alibaba-INC copyright
     LICENSE
   }
-
+  s.authors      = { "cxfeng1"  => "cxfeng1@gmail.com",
+                     "boboning" => "ningli928@163.com",
+                     "acton393" =>"zhangxing610321@gmail.com"
+                   }
   s.platform     = :ios
   s.ios.deployment_target = '7.0'
   s.source =  { :path => '.' }