mirror of
https://github.com/CocoaLumberjack/CocoaLumberjack.git
synced 2026-05-07 20:12:46 +00:00
4bf2941b10
* integration: app targets have been separated from framework. * integration: cleanup. * integration: watchos extension app has been fixed. * integration: cleanup iOS and watchOS apps. * integration: local travis has been added. * ci: travis has been updated. * ci: travis has been updated. missing target has been wiped out. * integration: app schemes have been added. * ci: travis redundant pod install has been removed. * configurations: product bundle identifier prefix has been added. * integration: project defaultification. * integration: targets cleanup. * integration: local travis has been removed. * integration: tvOS app has been fixed. * integration: launch screen storyboards have been eliminated. * integration: configurations have been added. * integration: formatter has been added. * integration: project cleanup. * ci: travis cleanup. * integration: configurations have been removed form copy resources build phase. * integration: macOS app has been fixed. * ci: integration watchos target has been added. * integration: assets have been removed. * integration: configurations have been updated. * framework: redundant podfile has been removed. * framework: pods clues have been wiped out. * ci: travis integration app for watchOS has been enabled. * integration: plists have been cleaned up. * integration: configurations have moved to root Configuration folder.
11 lines
322 B
XML
11 lines
322 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>com.apple.security.app-sandbox</key>
|
|
<true/>
|
|
<key>com.apple.security.files.user-selected.read-only</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|