Skip to content

Commit bd7e383

Browse files
AIRO-1695 Building for android and ios (#254)
1 parent 4334a41 commit bd7e383

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

com.unity.robotics.ros-tcp-connector/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1212

1313
### Added
1414

15+
Enabled Android and IOS builds
16+
1517
Added Sonarqube scanner
1618

1719
Added more tests

com.unity.robotics.ros-tcp-connector/Runtime/Unity.Robotics.ROSTCPConnector.asmdef

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
"GUID:5db6cbfd5d0e86a46862a70f4b4067f2"
77
],
88
"includePlatforms": [
9-
"CloudRendering",
9+
"CloudRendering",
10+
"Android",
1011
"Editor",
12+
"iOS",
1113
"LinuxStandalone64",
1214
"macOSStandalone",
1315
"WSA",

0 commit comments

Comments
 (0)