You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by acton393 <gi...@git.apache.org> on 2018/04/26 02:59:41 UTC

[GitHub] incubator-weex pull request #1129: [WEEX-305][iOS] support more performance ...

Github user acton393 commented on a diff in the pull request:

    https://github.com/apache/incubator-weex/pull/1129#discussion_r184259269
  
    --- Diff: ios/sdk/WeexSDK.xcodeproj/project.pbxproj ---
    @@ -8,6 +8,21 @@
     
     /* Begin PBXBuildFile section */
     		042013AD1E66CD6A001FC79C /* WXValidateProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 042013AC1E66CD6A001FC79C /* WXValidateProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; };
    +		170B4664208733AF00562666 /* WXAnalyzerCenter.h in Headers */ = {isa = PBXBuildFile; fileRef = 17C74F092072145000AB4CAB /* WXAnalyzerCenter.h */; settings = {ATTRIBUTES = (Public, ); }; };
    +		170B4665208733BF00562666 /* WXAnalyzerCenter+Transfer.h in Headers */ = {isa = PBXBuildFile; fileRef = 17C74F082072145000AB4CAB /* WXAnalyzerCenter+Transfer.h */; };
    +		170B4666208733D200562666 /* (null) in Sources */ = {isa = PBXBuildFile; };
    +		170B4667208733D800562666 /* (null) in Headers */ = {isa = PBXBuildFile; };
    --- End diff --
    
    what's `null `  in headers 


---