wantedly / ios_night

Let's talk about iOS development -- iOS Night 📱🌙 You might apply to this meetup from
https://www.wantedly.com/companies/wantedly/projects
18 stars 0 forks source link

2019/09/03 19:30~20:30 #65

Closed ShotaKashihara closed 5 years ago

ShotaKashihara commented 5 years ago

Why

Where

Pearl Jam (Subject to change)

5F, MG Shirokanedai Building (Wantedly, Inc. Tokyo HQ)

Who

You are working for Wantedly? Sure, you can join anytime. If not, you need to contact us first. Or, you can "want to visit" the meetup, which you can find in www.wantedly.com/companies/wantedly/projects.

What

You write topics like below contents and we talk about these on the meetup. Every participant needs to write one topic at least.

Also, you can find new topics from the newsletters:

How

         ・・・

参加者は開催までに話したいことを少なくとも1トピックをコメントしましょう。 ネタ被りを避けるために、まずはタイトルだけでコメントすることを推奨します。 より多くの学びを得るためにどんな内容でもアウトプットを歓迎します!😊

cc/ @wantedly/ios

Edit this template

Previous issue

https://github.com/wantedly/ios_night/issues/64

ShotaKashihara commented 5 years ago

iOSDC Japan 2019 timetable

https://fortee.jp/iosdc-japan-2019/timetable

hiranodept commented 5 years ago

Migrating from CocoaPods to Swift Package Manager

ref: https://theswiftdev.com/2019/09/02/migrating-from-cocoapods-to-swift-package-manager/

Step 1 Completely removing CocoaPods

run pod deintegrate

Step2 Delete files

Delete .xcworkspace file, the Podfile and the Podfile.lock.

Step3 Using Swift Packages in Xcode 11

File > Swift Packages > Add package dependency..

使いたいライブラリのリポジトリURLを入れる(例: Alamofire)

Version、Branch、Commitなどを選ぶ

追加完了 👏 スクリーンショット 2019-09-03 13 52 28

使っているライブラリがSPMに対応したいるか調べる

swiftpm.co

所さんの感想

スクリーンショット 2019-09-03 13 56 27

https://twitter.com/tokorom/status/1163658742786744320