crowdconnected / colocator-ios-swift-3.2

The CrowdConnected Colocator iOS dynamic library for Swift 3.2
0 stars 0 forks source link

Build size after integrating the colocator library. #2

Open ambujshukla-cdn opened 7 years ago

ambujshukla-cdn commented 7 years ago

Hi Ralf,

After integrating the colocator library the size of the build increased very much, It becomes from around 33 mb to 55 mb. So is there any library among the below mentioned which I can avoid to install according to my need:- github "crowdconnected/colocator-ios-swift-3.2" github "CocoaLumberjack/CocoaLumberjack" "3.2.0" github "ReSwift/ReSwift" "4.0.0" github "antitypical/Result" "3.2.3" github "apple/swift-protobuf" "ea2a90e9f29704f61cd21add1448fd1db908449f" github "facebook/SocketRocket" "0.4.2" github "instacart/TrueTime.swift" "4.1.3"

As I'm using this library for sending location and push notifications.

kernchen commented 7 years ago

Hi Ambuj,

Sorry for delayed reply, unfortunately above libraries are need for the functioning of the library. We'll keep that in mind though for future optimisations. Just to double check are you referring to the overall app size for your build?

ambujshukla-cdn commented 7 years ago

Hi Ralf, Yes, I'm referring for the overall size of the app after integrating the library.