<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cocoapods generated files are too large for git in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424380#M3607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(..Or choose another provider for the code that does not have any 200M limit;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 20:55:09 GMT</pubDate>
    <dc:creator>KristofferStenersen</dc:creator>
    <dc:date>2015-11-18T20:55:09Z</dc:date>
    <item>
      <title>Cocoapods generated files are too large for git</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424376#M3603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make these files smaller:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;380M&amp;nbsp; Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/Versions/Current/ArcGIS&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;112M&amp;nbsp; Pods/ArcGIS-Runtime-SDK-iOS/file.zip&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;The file.zip also seem to contain the file &lt;/SPAN&gt;&lt;SPAN class="s1"&gt;ArcGIS.framework/Versions/Current/ArcGIS&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; of size 398M.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Ideally, they should be smaller than 50M.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Marius&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 02:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424376#M3603</guid>
      <dc:creator>marius</dc:creator>
      <dc:date>2015-11-12T02:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cocoapods generated files are too large for git</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424377#M3604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about reducing size - but we check the podfile into the repo on our projects, but not the pods themselves.&amp;nbsp; That way a dev can easily spin up a project by doing a pod install, but we are not loading up our repos with tons of copies of the same libraries (we have a lot of projects).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 17:56:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424377#M3604</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2015-11-17T17:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cocoapods generated files are too large for git</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424378#M3605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've heard this suggestion before, but I'm not so keen to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, because you only need to build the pods once (per Xcode/SDK change, that is), I prefer to check them all in. This approach does not work for node.js or other platforms, where the binary packages support a wide range of platforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time you switch branches, you have to run pod install/update, and wait for the pods to download. That's fine if you're having a proper internet connection, but does not work that well on ADSL or cell phone tethering (5GB data/month).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, because of the large file sizes, even if you add the ArcGIS.framework to your project, you still can't commit it to GitHub.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, I've installed the SDK in ~/Library and will use this setup until the files size get to a reasonable value (or GitHub increases the file limit to 200M).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 22:47:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424378#M3605</guid>
      <dc:creator>marius</dc:creator>
      <dc:date>2015-11-17T22:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cocoapods generated files are too large for git</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424379#M3606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CocoaPods does keep a local cache of downlaods - so you aren't downloading everything each time you do a pod install.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 22:53:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424379#M3606</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2015-11-17T22:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cocoapods generated files are too large for git</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424380#M3607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(..Or choose another provider for the code that does not have any 200M limit;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 20:55:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424380#M3607</guid>
      <dc:creator>KristofferStenersen</dc:creator>
      <dc:date>2015-11-18T20:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cocoapods generated files are too large for git</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424381#M3608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good idea Kristoffer, Mapbox is less then 50M &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 09:43:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424381#M3608</guid>
      <dc:creator>marius</dc:creator>
      <dc:date>2015-11-19T09:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cocoapods generated files are too large for git</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424382#M3609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; Sure, or use something else than Github (that does not have file-size og repo-size limits). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 10:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424382#M3609</guid>
      <dc:creator>KristofferStenersen</dc:creator>
      <dc:date>2015-11-19T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cocoapods generated files are too large for git</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424383#M3610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The file.zip is the original download that cocoapods fetches when you install the pod. It contains ArcGIS library and has to be unzipped so thats why you end up with both those files on disk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We try to keep the ArcGIS library as compact as possible, but it is going to get bigger as we add more capabilities in future releases. We're also starting to bitcode-enable the library and that causes the size to &lt;STRONG&gt;significantly&lt;/STRONG&gt; increase. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 21:39:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/cocoapods-generated-files-are-too-large-for-git/m-p/424383#M3610</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2015-11-23T21:39:01Z</dc:date>
    </item>
  </channel>
</rss>

