Skip to content

Commit a4050a7

Browse files
author
Clément Le Provost
committed
[doc] Update maintenance documentation
[ci skip]
1 parent 542eb35 commit a4050a7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/maintenance.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,9 @@ keep versioning aligned (there is only one version number for both flavors).
6060

6161
- **Publish the pods.** You have to publish each pod separately:
6262

63-
- `pod trunk push --allow-warnings AlgoliaSearch-Client-Swift.podspec`
63+
- `pod trunk push AlgoliaSearch-Client-Swift.podspec`
6464

65-
- `pod trunk push --allow-warnings AlgoliaSearch-Offline-Swift.podspec`
66-
67-
NOTE: Currently, `--allow-warnings` is required. We get warnings about useless conditional compilation on iOS 8.0,
68-
but iOS 7 is really supported; it's just that it cannot be supported via CocoaPods.
65+
- `pod trunk push AlgoliaSearch-Offline-Swift.podspec`
6966

7067
- Edit the **release notes**: in GitHub, edit the tag and copy-paste the Change Log section for this release.
7168

0 commit comments

Comments
 (0)