]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
iOS: Fix WireGuardiOS target
authorRoopesh Chander <roop@roopc.net>
Thu, 27 Dec 2018 13:55:14 +0000 (19:25 +0530)
committerRoopesh Chander <roop@roopc.net>
Mon, 14 Jan 2019 09:22:28 +0000 (14:52 +0530)
- Move Info.plist and entitlements to WireGuard/UI/iOS/

Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard.xcodeproj/project.pbxproj
WireGuard/WireGuard/UI/iOS/Info.plist [moved from WireGuard/WireGuard/Info.plist with 100% similarity]
WireGuard/WireGuard/UI/iOS/WireGuard.entitlements [moved from WireGuard/WireGuard/WireGuard.entitlements with 100% similarity]

index c4bce8f831fa867f55d39e245842f0c210c064a0..12581db4847d7d35df9bbf287880f33c7db129f6 100644 (file)
                                6F7774E0217181B1006A79B3 /* AppDelegate.swift */,
                                6F919EC2218A2AE90023B400 /* ErrorPresenter.swift */,
                                5F45417C21C1B23600994C13 /* UITableViewCell+Reuse.swift */,
+                               6FF4AC23211EC472002C96EB /* Info.plist */,
+                               6FF4AC482120B9E0002C96EB /* WireGuard.entitlements */,
                        );
                        path = iOS;
                        sourceTree = "<group>";
                                6F61F1E821B932F700483816 /* WireGuardAppError.swift */,
                                6F61F1EA21B937EF00483816 /* WireGuardResult.swift */,
                                6FE1765921C90E87002690EA /* LocalizationHelper.swift */,
-                               6FF4AC482120B9E0002C96EB /* WireGuard.entitlements */,
-                               6FF4AC23211EC472002C96EB /* Info.plist */,
                                6FF4AC2B211EC776002C96EB /* Config.xcconfig */,
                                6F689999218043390012E523 /* WireGuard-Bridging-Header.h */,
                        );
                        buildSettings = {
                                ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
                                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
-                               CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements;
+                               CODE_SIGN_ENTITLEMENTS = WireGuard/UI/iOS/WireGuard.entitlements;
                                CODE_SIGN_STYLE = Automatic;
-                               INFOPLIST_FILE = WireGuard/Info.plist;
+                               INFOPLIST_FILE = WireGuard/UI/iOS/Info.plist;
                                LD_RUNPATH_SEARCH_PATHS = (
                                        "$(inherited)",
                                        "@executable_path/Frameworks",
                        buildSettings = {
                                ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
                                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
-                               CODE_SIGN_ENTITLEMENTS = WireGuard/WireGuard.entitlements;
+                               CODE_SIGN_ENTITLEMENTS = WireGuard/UI/iOS/WireGuard.entitlements;
                                CODE_SIGN_STYLE = Automatic;
-                               INFOPLIST_FILE = WireGuard/Info.plist;
+                               INFOPLIST_FILE = WireGuard/UI/iOS/Info.plist;
                                LD_RUNPATH_SEARCH_PATHS = (
                                        "$(inherited)",
                                        "@executable_path/Frameworks",