Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit b51c247

Browse files
committed
Rename some directories
1 parent d7c3494 commit b51c247

16 files changed

+20
-18
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

R.swift Library.xcodeproj/project.pbxproj renamed to R.swift.Library.xcodeproj/project.pbxproj

+15-13
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
D59246441C117A54007F94C7 = {
9898
isa = PBXGroup;
9999
children = (
100-
D59246501C117A55007F94C7 /* R.swift Library */,
101-
D592465C1C117A55007F94C7 /* RswiftTests */,
100+
D59246501C117A55007F94C7 /* Library */,
101+
D592465C1C117A55007F94C7 /* LibraryTests */,
102102
D592464F1C117A55007F94C7 /* Products */,
103103
);
104104
sourceTree = "<group>";
@@ -112,25 +112,24 @@
112112
name = Products;
113113
sourceTree = "<group>";
114114
};
115-
D59246501C117A55007F94C7 /* R.swift Library */ = {
115+
D59246501C117A55007F94C7 /* Library */ = {
116116
isa = PBXGroup;
117117
children = (
118118
D543F9CD1C1499CF00D16A0C /* Core */,
119119
D543F9C21C14987000D16A0C /* UIKit */,
120120
D59246511C117A55007F94C7 /* Rswift.h */,
121121
D59246531C117A55007F94C7 /* Info.plist */,
122122
);
123-
name = "R.swift Library";
124-
path = Rswift;
123+
path = Library;
125124
sourceTree = "<group>";
126125
};
127-
D592465C1C117A55007F94C7 /* RswiftTests */ = {
126+
D592465C1C117A55007F94C7 /* LibraryTests */ = {
128127
isa = PBXGroup;
129128
children = (
130129
D592465D1C117A55007F94C7 /* RswiftTests.swift */,
131130
D592465F1C117A55007F94C7 /* Info.plist */,
132131
);
133-
path = RswiftTests;
132+
path = LibraryTests;
134133
sourceTree = "<group>";
135134
};
136135
/* End PBXGroup section */
@@ -201,10 +200,13 @@
201200
};
202201
};
203202
};
204-
buildConfigurationList = D59246481C117A54007F94C7 /* Build configuration list for PBXProject "R.swift Library" */;
203+
buildConfigurationList = D59246481C117A54007F94C7 /* Build configuration list for PBXProject "R.swift.Library" */;
205204
compatibilityVersion = "Xcode 3.2";
206205
developmentRegion = English;
207206
hasScannedForEncodings = 0;
207+
knownRegions = (
208+
en,
209+
);
208210
mainGroup = D59246441C117A54007F94C7;
209211
productRefGroup = D592464F1C117A55007F94C7 /* Products */;
210212
projectDirPath = "";
@@ -367,10 +369,10 @@
367369
DYLIB_COMPATIBILITY_VERSION = 1;
368370
DYLIB_CURRENT_VERSION = 1;
369371
DYLIB_INSTALL_NAME_BASE = "@rpath";
370-
INFOPLIST_FILE = Rswift/Info.plist;
372+
INFOPLIST_FILE = Library/Info.plist;
371373
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
372374
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
373-
PRODUCT_BUNDLE_IDENTIFIER = nl.mathijskadijk.rswift;
375+
PRODUCT_BUNDLE_IDENTIFIER = nl.mathijskadijk.rswift.library;
374376
PRODUCT_NAME = "$(TARGET_NAME)";
375377
SKIP_INSTALL = YES;
376378
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -385,10 +387,10 @@
385387
DYLIB_COMPATIBILITY_VERSION = 1;
386388
DYLIB_CURRENT_VERSION = 1;
387389
DYLIB_INSTALL_NAME_BASE = "@rpath";
388-
INFOPLIST_FILE = Rswift/Info.plist;
390+
INFOPLIST_FILE = Library/Info.plist;
389391
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
390392
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
391-
PRODUCT_BUNDLE_IDENTIFIER = nl.mathijskadijk.rswift;
393+
PRODUCT_BUNDLE_IDENTIFIER = nl.mathijskadijk.rswift.library;
392394
PRODUCT_NAME = "$(TARGET_NAME)";
393395
SKIP_INSTALL = YES;
394396
};
@@ -417,7 +419,7 @@
417419
/* End XCBuildConfiguration section */
418420

419421
/* Begin XCConfigurationList section */
420-
D59246481C117A54007F94C7 /* Build configuration list for PBXProject "R.swift Library" */ = {
422+
D59246481C117A54007F94C7 /* Build configuration list for PBXProject "R.swift.Library" */ = {
421423
isa = XCConfigurationList;
422424
buildConfigurations = (
423425
D59246601C117A55007F94C7 /* Debug */,

R.swift Library.xcodeproj/xcshareddata/xcschemes/Rswift.xcscheme renamed to R.swift.Library.xcodeproj/xcshareddata/xcschemes/Rswift.xcscheme

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
BlueprintIdentifier = "D592464D1C117A55007F94C7"
1818
BuildableName = "Rswift.framework"
1919
BlueprintName = "Rswift"
20-
ReferencedContainer = "container:R.swift Library.xcodeproj">
20+
ReferencedContainer = "container:R.swift.Library.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -35,7 +35,7 @@
3535
BlueprintIdentifier = "D59246571C117A55007F94C7"
3636
BuildableName = "RswiftTests.xctest"
3737
BlueprintName = "RswiftTests"
38-
ReferencedContainer = "container:R.swift Library.xcodeproj">
38+
ReferencedContainer = "container:R.swift.Library.xcodeproj">
3939
</BuildableReference>
4040
</TestableReference>
4141
</Testables>
@@ -45,7 +45,7 @@
4545
BlueprintIdentifier = "D592464D1C117A55007F94C7"
4646
BuildableName = "Rswift.framework"
4747
BlueprintName = "Rswift"
48-
ReferencedContainer = "container:R.swift Library.xcodeproj">
48+
ReferencedContainer = "container:R.swift.Library.xcodeproj">
4949
</BuildableReference>
5050
</MacroExpansion>
5151
<AdditionalOptions>
@@ -67,7 +67,7 @@
6767
BlueprintIdentifier = "D592464D1C117A55007F94C7"
6868
BuildableName = "Rswift.framework"
6969
BlueprintName = "Rswift"
70-
ReferencedContainer = "container:R.swift Library.xcodeproj">
70+
ReferencedContainer = "container:R.swift.Library.xcodeproj">
7171
</BuildableReference>
7272
</MacroExpansion>
7373
<AdditionalOptions>
@@ -85,7 +85,7 @@
8585
BlueprintIdentifier = "D592464D1C117A55007F94C7"
8686
BuildableName = "Rswift.framework"
8787
BlueprintName = "Rswift"
88-
ReferencedContainer = "container:R.swift Library.xcodeproj">
88+
ReferencedContainer = "container:R.swift.Library.xcodeproj">
8989
</BuildableReference>
9090
</MacroExpansion>
9191
</ProfileAction>

0 commit comments

Comments
 (0)