Skip to content

Commit 4450580

Browse files
author
Andy Kim
committed
Bumped up to version 1.3
1 parent fa08538 commit 4450580

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

PFMoveApplication.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// PFMoveApplication.h, version 1.1
2+
// PFMoveApplication.h, version 1.3
33
// LetsMove
44
//
55
// Created by Andy Kim at Potion Factory LLC on 9/17/09

PFMoveApplication.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// PFMoveApplication.m, version 1.2
2+
// PFMoveApplication.m, version 1.3
33
// LetsMove
44
//
55
// Created by Andy Kim at Potion Factory LLC on 9/17/09
@@ -413,4 +413,4 @@ static BOOL CopyBundle(NSString *srcPath, NSString *dstPath)
413413
#else
414414
return NO;
415415
#endif
416-
}
416+
}

README.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ A sample project that demonstrates how to move a running Mac OS X application to
77
Version History
88
---------------
99

10+
* 1.3
11+
- Fixed a rare bug in the shell script that checks to see if the app is already running
12+
- Clear quarantine flag after copying
13+
- Compile time option to show normal sized alert supress checkbox button
14+
- German, Danish, and Norwegian localizations added
15+
1016
* 1.2
1117
- Copy application from disk image then unmount disk image
1218
- Spanish, French, Dutch, and Russian localizations

0 commit comments

Comments
 (0)