Skip to content

Conversation

@abnegate
Copy link
Member

No description provided.

Jake Barnby and others added 30 commits July 20, 2021 00:36
@abnegate abnegate marked this pull request as draft October 14, 2021 11:55
Copy link
Member

@lohanidamodar lohanidamodar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks almost good to me. Left few comments.

.gitignore Outdated

# exception to the rule
!examples/.gitkeep
.DS_Store
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.DS_Store
**/.DS_Store

Seems some .DS_Store files are committed to git


namespace Appwrite\SDK\Language;

class SwiftClient extends Swift {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be later we should rename this to Apple instead as we do with Kotlin and Android. Swift later might have Clients other than Apple 🤔 ?

'cp tests/languages/swift-server/Tests.swift tests/sdks/swift-server/Tests/AppwriteTests/Tests.swift',
],
'envs' => [
'swift-5.5' => 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/swift-server swift:5.5 swift test && cat result.txt && rm result.txt',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add test for may be the oldest still in use version of Swift we support?

'cp tests/languages/swift-client/Tests.swift tests/sdks/swift-client/Tests/AppwriteTests/Tests.swift',
],
'envs' => [
'swift-5.5' => 'docker run --rm -v $(pwd):/app -w /app/tests/sdks/swift-client swift:5.5 swift test && cat result.txt && rm result.txt',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add test for may be the oldest still in use version of Swift we support?

Copy link
Member

@lohanidamodar lohanidamodar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lohanidamodar lohanidamodar marked this pull request as ready for review October 18, 2021 07:12
@abnegate abnegate force-pushed the feat-swift-templates branch from abe6e2c to 833c91d Compare October 18, 2021 07:44
@eldadfux eldadfux merged commit 5a57afe into master Oct 21, 2021
@lohanidamodar lohanidamodar deleted the feat-swift-templates branch June 5, 2022 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants