Skip to content

Commit

Permalink
Merge pull request #298 from apivideo/feat/rename_ios_to_swift
Browse files Browse the repository at this point in the history
chore(*): rename ios to swift
  • Loading branch information
ThibaultBee authored Oct 13, 2023
2 parents caeb3f6 + b213a62 commit 30b629d
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion config/android-uploader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ apiPackage: video.api.uploader
modelPackage: video.api.uploader.api.models
groupId: video.api
gitRepoId: api.video-android-uploader
artifactDescription: api.video Android API video uploader
artifactDescription: The official Android api.video uploader
artifactUrl: https://github.com/apivideo/api.video-android-uploader
scmConnection: scm:git:git://github.com/apivideo/api.video-android-uploader.git
scmDeveloperConnection: scm:git:ssh://github.com:apivideo/api.video-android-uploader.git
Expand Down
2 changes: 1 addition & 1 deletion config/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ apiPackage: video.api.client.api.clients
modelPackage: video.api.client.api.models
groupId: video.api
gitRepoId: api.video-android-client
artifactDescription: api.video Android API client
artifactDescription: The official Android api.video client
artifactUrl: https://github.com/apivideo/api.video-android-client
scmConnection: scm:git:git://github.com/apivideo/api.video-android-client.git
scmDeveloperConnection: scm:git:ssh://github.com:apivideo/api.video-android-client.git
Expand Down
8 changes: 4 additions & 4 deletions config/swift5-uploader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ library: alamofire
generateAliasAsModel: true
removeMigrationProjectNameClass: true
swiftPackagePath: "Sources"
originClient: ios-uploader
originClient: swift-uploader
uploader: "true"
gitRepoId: api.video-ios-uploader
gitRepoId: api.video-swift-uploader
additionalProperties:
projectName: ApiVideoUploader
podAuthors: "{ 'Ecosystem Team' => '[email protected]' }"
podSummary: "The official iOS video uploader for api.video "
podRepo: https://github.com/apivideo/api.video-ios-uploader
podSummary: "The official Swift api.video uploader for iOS, macOS and tvOS"
podRepo: https://github.com/apivideo/api.video-swift-uploader
podHomepage: https://docs.api.video
podSocialMediaUrl: https://twitter.com/api_video
podLicense: "{ :type => 'MIT' }"
Expand Down
8 changes: 4 additions & 4 deletions config/swift5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ library: alamofire
generateAliasAsModel: true
removeMigrationProjectNameClass: true
swiftPackagePath: "Sources"
originClient: ios
originClient: swift
client: "true"
gitRepoId: api.video-ios-client
gitRepoId: api.video-swift-client
additionalProperties:
projectName: ApiVideoClient
podAuthors: "{ 'Ecosystem Team' => '[email protected]' }"
podSummary: "The official iOS client library for api.video"
podRepo: https://github.com/apivideo/api.video-ios-client
podSummary: "The official Swift api.video client for iOS, macOS and tvOS"
podRepo: https://github.com/apivideo/api.video-swift-client
podHomepage: https://docs.api.video
podSocialMediaUrl: https://twitter.com/api_video
podLicense: "{ :type => 'MIT' }"
Expand Down
Loading

0 comments on commit 30b629d

Please sign in to comment.