damien-rivet / JamfKit

A Jamf Classic communication framework written in Swift
MIT License
41 stars 1 forks source link

Add Objective-C interoperability #58

Closed damien-rivet closed 6 years ago

damien-rivet commented 6 years ago

Implements #33.

Splitted ComputerCommandGeneral from ComputerCommand. Added @objc on public properties. Refactored description properties to rely on class type instead of manual type.

codecov[bot] commented 6 years ago

Codecov Report

Merging #58 into develop will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #58      +/-   ##
===========================================
+ Coverage    98.53%   98.54%   +<.01%     
===========================================
  Files           35       33       -2     
  Lines         1022     1028       +6     
===========================================
+ Hits          1007     1013       +6     
  Misses          15       15
Impacted Files Coverage Δ
...onfiguration/ComputerConfigurationManagement.swift 100% <ø> (ø) :arrow_up:
JamfKit/Sources/Models/Package.swift 100% <ø> (ø) :arrow_up:
...ces/Models/Computer/ComputerRemoteManagement.swift 100% <ø> (ø) :arrow_up:
JamfKit/Sources/Models/NetworkSegment.swift 100% <ø> (ø) :arrow_up:
.../Models/Policy/PolicyOverrideDefaultSettings.swift 100% <ø> (ø) :arrow_up:
.../Models/HardwareGroup/HardwareGroupCriterion.swift 100% <ø> (ø) :arrow_up:
...rces/Models/MobileDevice/MobileDeviceGeneral.swift 95.09% <ø> (ø) :arrow_up:
JamfKit/Sources/Models/Policy/PolicyGeneral.swift 100% <ø> (ø) :arrow_up:
JamfKit/Sources/Models/Policy/PolicyCategory.swift 100% <ø> (ø) :arrow_up:
...t/Sources/Models/Computer/ComputerPurchasing.swift 91.89% <ø> (ø) :arrow_up:
... and 24 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4de739b...ee5e186. Read the comment docs.