Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sync framework #202

Merged
merged 32 commits into from
Jan 10, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
8413069
Create target CouchTrackerSync
Dec 30, 2019
5a58fe4
Bump build number
Dec 30, 2019
4f76bc8
Remove macOS targets and use only iOS targets
Dec 31, 2019
2ef74ca
Tests running for the Sync target
Dec 31, 2019
719bf02
Run SwiftLint
Dec 31, 2019
c9b7297
Refactoring CouchTrackerSyncTests
Dec 31, 2019
72f6600
Rename CouchTrackerSyncTests.swift to Helpers.swift
Jan 1, 2020
1de455e
Add Playground for Rx
Jan 1, 2020
607e26c
Small progress on syncing shows
Jan 1, 2020
df01a78
Improvements around the Extended info from Trakt
Jan 1, 2020
29bab70
Sync tests passing
Jan 1, 2020
9c47c89
Fix typos
Jan 1, 2020
d4b066d
Fix generate_secrets script
Jan 1, 2020
d734272
Fix warning
Jan 1, 2020
25933a2
Enable Build action on AllTests scheme
Jan 1, 2020
3ab1e81
Fastlane will run tests on AllTests scheme
Jan 1, 2020
611cbe8
Ignore Tests and Testable frameworks on codecov
Jan 1, 2020
a5227a4
Change an if-let to a guard-let
Jan 1, 2020
e309b68
Add firstAired and network properties into Trakt Season
Jan 1, 2020
f9feef0
Fix typo
Jan 1, 2020
ed6a099
CouchTrackerSyncTests green. We can sync and get back WatchedShows
Jan 7, 2020
22a0d09
Fix typo and compilation
Jan 7, 2020
2eda35f
Move TestableTrakt to TraktSwiftTestable framework
Jan 8, 2020
8e1ecc0
Fix TraktSwiftTests using TraktSwiftTestable
Jan 8, 2020
324aace
Add Moya to TraktSwiftTestable
Jan 8, 2020
955d050
Here we have a good version of the CouchTrackerSync framework
Jan 8, 2020
504e76c
We don't need to generate secrets for CouchTrackerSync anymore
Jan 8, 2020
5d94a42
Fix Sourcery templates
Jan 9, 2020
ac82ad8
Delete files used by code generation from CouchTrackerCore
Jan 9, 2020
ed7723a
Remove *.generated.swift from .gitignore
Jan 10, 2020
e042df7
Add generated files to git
Jan 10, 2020
f37bf4d
Update sourcery templates
Jan 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump build number
  • Loading branch information
Pietro Caselani committed Dec 30, 2019
commit 5a58fe4d8efb4c8b59ff18e15f2d4d264ea3f1f2
2 changes: 1 addition & 1 deletion CouchTracker/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion CouchTrackerApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion CouchTrackerAppTestable/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion CouchTrackerCore-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CouchTrackerCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Pietro Caselani. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion CouchTrackerCoreTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion CouchTrackerDebug/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion CouchTrackerPersistence/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion CouchTrackerUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion TMDBSwift-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion TMDBSwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Pietro Caselani. All rights reserved.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TMDBSwiftTestable/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Pietro Caselani. All rights reserved.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TMDBSwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion TVDBSwift-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion TVDBSwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Pietro Caselani. All rights reserved.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TVDBSwiftTestable/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Pietro Caselani. All rights reserved.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TVDBSwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion TraktSwift-iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion TraktSwift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Pietro Caselani. All rights reserved.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TraktSwiftTestable/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Pietro Caselani. All rights reserved.</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion TraktSwiftTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>48</string>
<string>49</string>
</dict>
</plist>