Skip to content

it check for the new xcode released from apple and send email

Notifications You must be signed in to change notification settings

ykhandelwal913/checkXodeRelease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Xcode release and send email

  • Read the data.json from xcoderelease [https://xcodereleases.com/data.json]
  • parse the above json and export it in csv format
  • xcodeVersion() class read the csv file and parse it.
  • xcodeVersion() class send the email to mentioned email id in sendEmail.java

Build,Complile and run

  • mvn clean install This will create the jar in target directory under project.
  • java -jar xcoderelease-0.0.1-SNAPSHOT-spring-boot.jar - This will start the execution and create the results file.
  • /tmp/files/xcodereleasedresults.txt file shows the result of latest xcode released.
  • /tmp/files/xocdeGMreleasedresults.txt file show the results of latest XcodeGM released.

Enable slack support

  • Create a jenkins job and add that repo.
  • add slack plugin and send the results file.

About

it check for the new xcode released from apple and send email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages