Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Commit

Permalink
112
Browse files Browse the repository at this point in the history
  • Loading branch information
macmule committed Dec 21, 2017
1 parent b5fbf04 commit 136c6aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

.DS_Store

.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "AutoCasperNBI/AutoCasperNBIAppDelegate.applescript"
timestampString = "527867961.43156"
timestampString = "535553616.380909"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "4879"
endingLineNumber = "4879"
startingLineNumber = "4882"
endingLineNumber = "4882"
landmarkName = "on updateNBImageInfoPlist_(sender)"
landmarkType = "7">
</BreakpointContent>
Expand Down
2 changes: 1 addition & 1 deletion AutoCasperNBI/AutoCasperNBI-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
3 changes: 3 additions & 0 deletions AutoCasperNBI/AutoCasperNBIAppDelegate.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,11 @@ script AutoCasperNBIAppDelegate
doResetSelectedAppIcons_(me)
-- Reset JSS URL icons
doResetJSSURLIcons_(me)
set my disableOptionsAndBuild to false
-- Update lable with JSS & Casper Imaging version comparison result
set my jssAndCasperImagingVersionCheckTextfield to "Major version difference between JSS & " & imagingApp & " Imaging"
-- See if pre-reqs have been met
checkIfReadyToProceed_(me)
-- If major versions match
else if selectedCasperImagingAppVersionMajor is equal to jssVersionMajor then
-- Check if minor versions match, alert if not
Expand Down

0 comments on commit 136c6aa

Please sign in to comment.