mirror of
				https://github.com/maxgoedjen/secretive.git
				synced 2025-10-31 15:30:57 +00:00 
			
		
		
		
	* WIP * WIP * WIP * Tweaks. * WIP * WIP * WIP * WIP * WIP * Cleanup * WIP * WIP * WIP * WIP * WIP * WIP * WIP * REmove setup menu item * WIP * . * . * . * Cleaup.
		
			
				
	
	
		
			12 lines
		
	
	
		
			328 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			328 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
| import Foundation
 | |
| 
 | |
| extension Bundle {
 | |
|     public static var agentBundleID: String {
 | |
|         Bundle.main.bundleIdentifier!.replacingOccurrences(of: "Host", with: "SecretAgent")
 | |
|     }
 | |
| 
 | |
|     public static var hostBundleID: String {
 | |
|         Bundle.main.bundleIdentifier!.replacingOccurrences(of: "SecretAgent", with: "Host")
 | |
|     }
 | |
| }
 |