Signal-iOS/Signal.xcworkspace/xcshareddata
Evan Hahn 864b2d1b3d
Fix file header template (and a violation)
Files are supposed to start with a line like this:

    // Copyright 20XX Signal Messenger, LLC

However, the IDE template macro looked like this:

    // Copyright (c) 20XX Signal Messenger, LLC

That caused our linter at `Scripts/lint/lint-license-headers` to
complain. This fixes that, and a violation of it.

I introduced this recently in 370ff654e7.
2022-10-13 15:28:18 -07:00
..
IDETemplateMacros.plist Fix file header template (and a violation) 2022-10-13 15:28:18 -07:00
IDEWorkspaceChecks.plist Respond to CR. 2018-04-13 14:53:14 -04:00
Signal.xcscmblueprint Modify TSStorageManager to use separate shared read and write connections. 2017-07-05 17:01:28 -04:00
WorkspaceSettings.xcsettings Update workspace settings to use modern build system. Update Podfile to strip VALID_ARCHS flag from generated target xcconfig (deprecated in Xcode 12) 2021-06-17 14:29:14 -07:00