Skip to content

Commit 09389e8

Browse files
committed
Minor Safari tweaks
1 parent e1c95bc commit 09389e8

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
3+
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

safari/Refined GitHub.xcodeproj/project.pbxproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@
4848
E33B07A62AA4965C00BD57D5 /* App.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
4949
E33B07A82AA4965C00BD57D5 /* MainScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainScreen.swift; sourceTree = "<group>"; };
5050
E33B07AA2AA4965D00BD57D5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
51-
E33B07AF2AA4965D00BD57D5 /* Refined_GitHub.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Refined_GitHub.entitlements; sourceTree = "<group>"; };
51+
E33B07AF2AA4965D00BD57D5 /* Refined GitHub.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Refined GitHub.entitlements"; sourceTree = "<group>"; };
5252
E33B07BB2AA496EE00BD57D5 /* SafariWebExtensionHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafariWebExtensionHandler.swift; sourceTree = "<group>"; };
5353
E33B07CE2AA496EE00BD57D5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
54-
E33B07CF2AA496EE00BD57D5 /* Web_Extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Web_Extension.entitlements; sourceTree = "<group>"; };
5554
E33B07DB2AA4975C00BD57D5 /* Web Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Web Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
5655
E33B07F82AA498CC00BD57D5 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
5756
E33B07F92AA499F800BD57D5 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = "<group>"; };
@@ -107,18 +106,17 @@
107106
E33B07F92AA499F800BD57D5 /* Utilities.swift */,
108107
E33B07AA2AA4965D00BD57D5 /* Assets.xcassets */,
109108
E33B07FB2AA49A2700BD57D5 /* Info.plist */,
110-
E33B07AF2AA4965D00BD57D5 /* Refined_GitHub.entitlements */,
109+
E33B07AF2AA4965D00BD57D5 /* Refined GitHub.entitlements */,
111110
);
112111
path = "Refined GitHub";
113112
sourceTree = "<group>";
114113
};
115114
E33B07BA2AA496EE00BD57D5 /* Web Extension */ = {
116115
isa = PBXGroup;
117116
children = (
118-
E314AFCE2AB83A83008632D1 /* Web Extension.entitlements */,
119117
E33B07BB2AA496EE00BD57D5 /* SafariWebExtensionHandler.swift */,
120118
E33B07CE2AA496EE00BD57D5 /* Info.plist */,
121-
E33B07CF2AA496EE00BD57D5 /* Web_Extension.entitlements */,
119+
E314AFCE2AB83A83008632D1 /* Web Extension.entitlements */,
122120
E33B07BD2AA496EE00BD57D5 /* Resources */,
123121
);
124122
path = "Web Extension";
@@ -389,7 +387,7 @@
389387
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
390388
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
391389
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
392-
CODE_SIGN_ENTITLEMENTS = "Refined GitHub/Refined_GitHub.entitlements";
390+
CODE_SIGN_ENTITLEMENTS = "Refined GitHub/Refined GitHub.entitlements";
393391
CODE_SIGN_IDENTITY = "Apple Development";
394392
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
395393
CODE_SIGN_STYLE = Automatic;
@@ -429,7 +427,7 @@
429427
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
430428
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
431429
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
432-
CODE_SIGN_ENTITLEMENTS = "Refined GitHub/Refined_GitHub.entitlements";
430+
CODE_SIGN_ENTITLEMENTS = "Refined GitHub/Refined GitHub.entitlements";
433431
CODE_SIGN_IDENTITY = "Apple Development";
434432
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
435433
CODE_SIGN_STYLE = Automatic;

safari/Web Extension/Web_Extension.entitlements

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)