Skip to content

Commit c6ba2bc

Browse files
committed
Remove Rswift-watchOS target files, use shared Info.plist file
1 parent d6eba6f commit c6ba2bc

File tree

3 files changed

+2
-57
lines changed

3 files changed

+2
-57
lines changed

R.swift.Library.xcodeproj/project.pbxproj

+2-16
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
2F5FBC4421355A1400A83A69 /* Rswift_watchOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F5FBC4221355A1400A83A69 /* Rswift_watchOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
1110
2F5FBC4821355AC400A83A69 /* ColorResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = E22D43661C95EEA100692FFF /* ColorResource.swift */; };
1211
2F5FBC4A21355ADB00A83A69 /* Bundle+FileResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = D56DC7721C42B65C00623437 /* Bundle+FileResource.swift */; };
1312
2F5FBC4B21355ADB00A83A69 /* Data+FileResource.swift in Sources */ = {isa = PBXBuildFile; fileRef = E20F34A61C92B44100338F81 /* Data+FileResource.swift */; };
@@ -106,8 +105,6 @@
106105

107106
/* Begin PBXFileReference section */
108107
2F5FBC4021355A1400A83A69 /* Rswift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Rswift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
109-
2F5FBC4221355A1400A83A69 /* Rswift_watchOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Rswift_watchOS.h; sourceTree = "<group>"; };
110-
2F5FBC4321355A1400A83A69 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
111108
806E69921C42BD9C00DE3A8B /* Rswift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Rswift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
112109
806E699B1C42BD9C00DE3A8B /* RswiftTests-tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "RswiftTests-tvOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
113110
D51335261C959DF20014C9D4 /* StoryboardViewControllerResource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryboardViewControllerResource.swift; sourceTree = "<group>"; };
@@ -186,15 +183,6 @@
186183
/* End PBXFrameworksBuildPhase section */
187184

188185
/* Begin PBXGroup section */
189-
2F5FBC4121355A1400A83A69 /* Rswift-watchOS */ = {
190-
isa = PBXGroup;
191-
children = (
192-
2F5FBC4221355A1400A83A69 /* Rswift_watchOS.h */,
193-
2F5FBC4321355A1400A83A69 /* Info.plist */,
194-
);
195-
path = "Rswift-watchOS";
196-
sourceTree = "<group>";
197-
};
198186
D543F9C21C14987000D16A0C /* UIKit */ = {
199187
isa = PBXGroup;
200188
children = (
@@ -248,7 +236,6 @@
248236
children = (
249237
D59246501C117A55007F94C7 /* Library */,
250238
D592465C1C117A55007F94C7 /* LibraryTests */,
251-
2F5FBC4121355A1400A83A69 /* Rswift-watchOS */,
252239
D592464F1C117A55007F94C7 /* Products */,
253240
);
254241
indentWidth = 2;
@@ -296,7 +283,6 @@
296283
isa = PBXHeadersBuildPhase;
297284
buildActionMask = 2147483647;
298285
files = (
299-
2F5FBC4421355A1400A83A69 /* Rswift_watchOS.h in Headers */,
300286
);
301287
runOnlyForDeploymentPostprocessing = 0;
302288
};
@@ -642,7 +628,7 @@
642628
DYLIB_CURRENT_VERSION = 1;
643629
DYLIB_INSTALL_NAME_BASE = "@rpath";
644630
GCC_C_LANGUAGE_STANDARD = gnu11;
645-
INFOPLIST_FILE = "Rswift-watchOS/Info.plist";
631+
INFOPLIST_FILE = Library/Info.plist;
646632
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
647633
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
648634
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
@@ -675,7 +661,7 @@
675661
DYLIB_CURRENT_VERSION = 1;
676662
DYLIB_INSTALL_NAME_BASE = "@rpath";
677663
GCC_C_LANGUAGE_STANDARD = gnu11;
678-
INFOPLIST_FILE = "Rswift-watchOS/Info.plist";
664+
INFOPLIST_FILE = Library/Info.plist;
679665
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
680666
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
681667
MTL_FAST_MATH = YES;

Rswift-watchOS/Info.plist

-22
This file was deleted.

Rswift-watchOS/Rswift_watchOS.h

-19
This file was deleted.

0 commit comments

Comments
 (0)