File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
## Requirements
4
4
- Have cocoapods installed
5
5
- Have ownership privileges to update the cocoapods trunk spec
6
- - Have credentials for Bintray
6
+ - Have credentials for Sonatype
7
7
8
- Steps to release the Tangram ES iOS Framework to Cocoapods and release the Android AAR to JCenter :
8
+ Steps to release the Tangram ES iOS Framework to Cocoapods and release the Android AAR to Maven Central :
9
9
10
10
### 1. Prepare release commit
11
- For the Android library, remove ` -SNAPSHOT ` from the version name in ` gradle.properties ` .
11
+ For the Android library, remove ` -SNAPSHOT ` from the version name in ` platforms/android/tangram/ gradle.properties` .
12
12
```
13
13
GROUP=com.mapzen.tangram
14
14
VERSION_NAME=1.0.0
15
15
```
16
16
17
- For the iOS framework, remove ` -dev ` from the version name in ` iOS.framework .cmake` :
17
+ For the iOS framework, remove ` -dev ` from the version name in ` platforms/ios/config .cmake` :
18
18
```
19
19
set(FRAMEWORK_VERSION "1.0.0")
20
20
```
@@ -65,7 +65,7 @@ GROUP=com.mapzen.tangram
65
65
VERSION_NAME=1.0.1-SNAPSHOT
66
66
```
67
67
68
- For the iOS framework, update the version name and restore ` -dev ` in ` iOS.framework.cmake ` :
68
+ For the iOS framework, update the version name and restore ` -dev ` :
69
69
```
70
70
set(FRAMEWORK_VERSION "1.0.1-dev")
71
71
```
You can’t perform that action at this time.
0 commit comments