Skip to content

Commit 61a1d3b

Browse files
committed
Remove quotes around schemes in sample configuration file (not working)
1 parent 2cadcf8 commit 61a1d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/sonar-project.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ sonar.sources=srcDir1,srcDir2
1515

1616
# Xcode project configuration
1717
sonar.objectivec.projectFile=myApplication.xcodeproj
18-
sonar.objectivec.appScheme='myApplication'
18+
sonar.objectivec.appScheme=myApplication
1919
# Comment following line of you don't have any tests
20-
sonar.objectivec.testScheme='myApplicationTests'
20+
sonar.objectivec.testScheme=myApplicationTests
2121

2222
##########################
2323
# Optional configuration #

0 commit comments

Comments
 (0)