Skip to content

Commit e45befa

Browse files
rename examples project
1 parent 2a7f6c9 commit e45befa

File tree

14 files changed

+76
-59
lines changed

14 files changed

+76
-59
lines changed

ComponentsKit.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ComponentsKit.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

App/ComponentsKitApp/ComponentsKitApp.xcodeproj/project.pbxproj renamed to Examples/DemosApp/DemosApp.xcodeproj/project.pbxproj

Lines changed: 54 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -7,114 +7,114 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
74418E962CCBA05200FD73A4 /* ComponentsKit in Frameworks */ = {isa = PBXBuildFile; productRef = 74418E952CCBA05200FD73A4 /* ComponentsKit */; };
10+
740D22522CD3BF50006731A5 /* ComponentsKit in Frameworks */ = {isa = PBXBuildFile; productRef = 740D22512CD3BF50006731A5 /* ComponentsKit */; };
1111
/* End PBXBuildFile section */
1212

1313
/* Begin PBXFileReference section */
14-
74418E612CCB9FDD00FD73A4 /* ComponentsKitApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ComponentsKitApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
14+
740D22272CD3BECA006731A5 /* DemosApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DemosApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
1515
/* End PBXFileReference section */
1616

1717
/* Begin PBXFileSystemSynchronizedRootGroup section */
18-
74418E632CCB9FDD00FD73A4 /* ComponentsKitApp */ = {
18+
740D22292CD3BECA006731A5 /* DemosApp */ = {
1919
isa = PBXFileSystemSynchronizedRootGroup;
20-
path = ComponentsKitApp;
20+
path = DemosApp;
2121
sourceTree = "<group>";
2222
};
2323
/* End PBXFileSystemSynchronizedRootGroup section */
2424

2525
/* Begin PBXFrameworksBuildPhase section */
26-
74418E5E2CCB9FDD00FD73A4 /* Frameworks */ = {
26+
740D22242CD3BECA006731A5 /* Frameworks */ = {
2727
isa = PBXFrameworksBuildPhase;
2828
buildActionMask = 2147483647;
2929
files = (
30-
74418E962CCBA05200FD73A4 /* ComponentsKit in Frameworks */,
30+
740D22522CD3BF50006731A5 /* ComponentsKit in Frameworks */,
3131
);
3232
runOnlyForDeploymentPostprocessing = 0;
3333
};
3434
/* End PBXFrameworksBuildPhase section */
3535

3636
/* Begin PBXGroup section */
37-
74418E582CCB9FDD00FD73A4 = {
37+
740D221E2CD3BECA006731A5 = {
3838
isa = PBXGroup;
3939
children = (
40-
74418E632CCB9FDD00FD73A4 /* ComponentsKitApp */,
41-
74418E622CCB9FDD00FD73A4 /* Products */,
40+
740D22292CD3BECA006731A5 /* DemosApp */,
41+
740D22282CD3BECA006731A5 /* Products */,
4242
);
4343
sourceTree = "<group>";
4444
};
45-
74418E622CCB9FDD00FD73A4 /* Products */ = {
45+
740D22282CD3BECA006731A5 /* Products */ = {
4646
isa = PBXGroup;
4747
children = (
48-
74418E612CCB9FDD00FD73A4 /* ComponentsKitApp.app */,
48+
740D22272CD3BECA006731A5 /* DemosApp.app */,
4949
);
5050
name = Products;
5151
sourceTree = "<group>";
5252
};
5353
/* End PBXGroup section */
5454

5555
/* Begin PBXNativeTarget section */
56-
74418E602CCB9FDD00FD73A4 /* ComponentsKitApp */ = {
56+
740D22262CD3BECA006731A5 /* DemosApp */ = {
5757
isa = PBXNativeTarget;
58-
buildConfigurationList = 74418E6F2CCB9FDF00FD73A4 /* Build configuration list for PBXNativeTarget "ComponentsKitApp" */;
58+
buildConfigurationList = 740D22352CD3BECC006731A5 /* Build configuration list for PBXNativeTarget "DemosApp" */;
5959
buildPhases = (
60-
74418E5D2CCB9FDD00FD73A4 /* Sources */,
61-
74418E5E2CCB9FDD00FD73A4 /* Frameworks */,
62-
74418E5F2CCB9FDD00FD73A4 /* Resources */,
60+
740D22232CD3BECA006731A5 /* Sources */,
61+
740D22242CD3BECA006731A5 /* Frameworks */,
62+
740D22252CD3BECA006731A5 /* Resources */,
6363
);
6464
buildRules = (
6565
);
6666
dependencies = (
6767
);
6868
fileSystemSynchronizedGroups = (
69-
74418E632CCB9FDD00FD73A4 /* ComponentsKitApp */,
69+
740D22292CD3BECA006731A5 /* DemosApp */,
7070
);
71-
name = ComponentsKitApp;
71+
name = DemosApp;
7272
packageProductDependencies = (
73-
74418E952CCBA05200FD73A4 /* ComponentsKit */,
73+
740D22512CD3BF50006731A5 /* ComponentsKit */,
7474
);
75-
productName = ComponentsKitApp;
76-
productReference = 74418E612CCB9FDD00FD73A4 /* ComponentsKitApp.app */;
75+
productName = DemosApp;
76+
productReference = 740D22272CD3BECA006731A5 /* DemosApp.app */;
7777
productType = "com.apple.product-type.application";
7878
};
7979
/* End PBXNativeTarget section */
8080

8181
/* Begin PBXProject section */
82-
74418E592CCB9FDD00FD73A4 /* Project object */ = {
82+
740D221F2CD3BECA006731A5 /* Project object */ = {
8383
isa = PBXProject;
8484
attributes = {
8585
BuildIndependentTargetsInParallel = 1;
86-
LastSwiftUpdateCheck = 1600;
87-
LastUpgradeCheck = 1600;
86+
LastSwiftUpdateCheck = 1610;
87+
LastUpgradeCheck = 1610;
8888
TargetAttributes = {
89-
74418E602CCB9FDD00FD73A4 = {
90-
CreatedOnToolsVersion = 16.0;
89+
740D22262CD3BECA006731A5 = {
90+
CreatedOnToolsVersion = 16.1;
9191
};
9292
};
9393
};
94-
buildConfigurationList = 74418E5C2CCB9FDD00FD73A4 /* Build configuration list for PBXProject "ComponentsKitApp" */;
94+
buildConfigurationList = 740D22222CD3BECA006731A5 /* Build configuration list for PBXProject "DemosApp" */;
9595
developmentRegion = en;
9696
hasScannedForEncodings = 0;
9797
knownRegions = (
9898
en,
9999
Base,
100100
);
101-
mainGroup = 74418E582CCB9FDD00FD73A4;
101+
mainGroup = 740D221E2CD3BECA006731A5;
102102
minimizedProjectReferenceProxies = 1;
103103
packageReferences = (
104-
74418E942CCBA05200FD73A4 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */,
104+
740D22502CD3BF50006731A5 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */,
105105
);
106106
preferredProjectObjectVersion = 77;
107-
productRefGroup = 74418E622CCB9FDD00FD73A4 /* Products */;
107+
productRefGroup = 740D22282CD3BECA006731A5 /* Products */;
108108
projectDirPath = "";
109109
projectRoot = "";
110110
targets = (
111-
74418E602CCB9FDD00FD73A4 /* ComponentsKitApp */,
111+
740D22262CD3BECA006731A5 /* DemosApp */,
112112
);
113113
};
114114
/* End PBXProject section */
115115

116116
/* Begin PBXResourcesBuildPhase section */
117-
74418E5F2CCB9FDD00FD73A4 /* Resources */ = {
117+
740D22252CD3BECA006731A5 /* Resources */ = {
118118
isa = PBXResourcesBuildPhase;
119119
buildActionMask = 2147483647;
120120
files = (
@@ -124,7 +124,7 @@
124124
/* End PBXResourcesBuildPhase section */
125125

126126
/* Begin PBXSourcesBuildPhase section */
127-
74418E5D2CCB9FDD00FD73A4 /* Sources */ = {
127+
740D22232CD3BECA006731A5 /* Sources */ = {
128128
isa = PBXSourcesBuildPhase;
129129
buildActionMask = 2147483647;
130130
files = (
@@ -134,7 +134,7 @@
134134
/* End PBXSourcesBuildPhase section */
135135

136136
/* Begin XCBuildConfiguration section */
137-
74418E6D2CCB9FDF00FD73A4 /* Debug */ = {
137+
740D22332CD3BECC006731A5 /* Debug */ = {
138138
isa = XCBuildConfiguration;
139139
buildSettings = {
140140
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -186,7 +186,7 @@
186186
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
187187
GCC_WARN_UNUSED_FUNCTION = YES;
188188
GCC_WARN_UNUSED_VARIABLE = YES;
189-
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
189+
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
190190
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
191191
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
192192
MTL_FAST_MATH = YES;
@@ -197,7 +197,7 @@
197197
};
198198
name = Debug;
199199
};
200-
74418E6E2CCB9FDF00FD73A4 /* Release */ = {
200+
740D22342CD3BECC006731A5 /* Release */ = {
201201
isa = XCBuildConfiguration;
202202
buildSettings = {
203203
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -243,7 +243,7 @@
243243
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
244244
GCC_WARN_UNUSED_FUNCTION = YES;
245245
GCC_WARN_UNUSED_VARIABLE = YES;
246-
IPHONEOS_DEPLOYMENT_TARGET = 18.0;
246+
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
247247
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
248248
MTL_ENABLE_DEBUG_INFO = NO;
249249
MTL_FAST_MATH = YES;
@@ -253,57 +253,53 @@
253253
};
254254
name = Release;
255255
};
256-
74418E702CCB9FDF00FD73A4 /* Debug */ = {
256+
740D22362CD3BECC006731A5 /* Debug */ = {
257257
isa = XCBuildConfiguration;
258258
buildSettings = {
259259
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
260260
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
261261
CODE_SIGN_STYLE = Automatic;
262262
CURRENT_PROJECT_VERSION = 1;
263-
DEVELOPMENT_ASSET_PATHS = "";
264263
ENABLE_PREVIEWS = YES;
265264
GENERATE_INFOPLIST_FILE = YES;
266265
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
267266
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
268267
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
269-
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
270-
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
271-
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
268+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
269+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
272270
LD_RUNPATH_SEARCH_PATHS = (
273271
"$(inherited)",
274272
"@executable_path/Frameworks",
275273
);
276274
MARKETING_VERSION = 1.0;
277-
PRODUCT_BUNDLE_IDENTIFIER = io.componentskit.ComponentsKitApp;
275+
PRODUCT_BUNDLE_IDENTIFIER = io.componentskit.examples.DemosApp;
278276
PRODUCT_NAME = "$(TARGET_NAME)";
279277
SWIFT_EMIT_LOC_STRINGS = YES;
280278
SWIFT_VERSION = 5.0;
281279
TARGETED_DEVICE_FAMILY = "1,2";
282280
};
283281
name = Debug;
284282
};
285-
74418E712CCB9FDF00FD73A4 /* Release */ = {
283+
740D22372CD3BECC006731A5 /* Release */ = {
286284
isa = XCBuildConfiguration;
287285
buildSettings = {
288286
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
289287
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
290288
CODE_SIGN_STYLE = Automatic;
291289
CURRENT_PROJECT_VERSION = 1;
292-
DEVELOPMENT_ASSET_PATHS = "";
293290
ENABLE_PREVIEWS = YES;
294291
GENERATE_INFOPLIST_FILE = YES;
295292
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
296293
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
297294
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
298-
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
299-
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
300-
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
295+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
296+
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
301297
LD_RUNPATH_SEARCH_PATHS = (
302298
"$(inherited)",
303299
"@executable_path/Frameworks",
304300
);
305301
MARKETING_VERSION = 1.0;
306-
PRODUCT_BUNDLE_IDENTIFIER = io.componentskit.ComponentsKitApp;
302+
PRODUCT_BUNDLE_IDENTIFIER = io.componentskit.examples.DemosApp;
307303
PRODUCT_NAME = "$(TARGET_NAME)";
308304
SWIFT_EMIT_LOC_STRINGS = YES;
309305
SWIFT_VERSION = 5.0;
@@ -314,39 +310,39 @@
314310
/* End XCBuildConfiguration section */
315311

316312
/* Begin XCConfigurationList section */
317-
74418E5C2CCB9FDD00FD73A4 /* Build configuration list for PBXProject "ComponentsKitApp" */ = {
313+
740D22222CD3BECA006731A5 /* Build configuration list for PBXProject "DemosApp" */ = {
318314
isa = XCConfigurationList;
319315
buildConfigurations = (
320-
74418E6D2CCB9FDF00FD73A4 /* Debug */,
321-
74418E6E2CCB9FDF00FD73A4 /* Release */,
316+
740D22332CD3BECC006731A5 /* Debug */,
317+
740D22342CD3BECC006731A5 /* Release */,
322318
);
323319
defaultConfigurationIsVisible = 0;
324320
defaultConfigurationName = Release;
325321
};
326-
74418E6F2CCB9FDF00FD73A4 /* Build configuration list for PBXNativeTarget "ComponentsKitApp" */ = {
322+
740D22352CD3BECC006731A5 /* Build configuration list for PBXNativeTarget "DemosApp" */ = {
327323
isa = XCConfigurationList;
328324
buildConfigurations = (
329-
74418E702CCB9FDF00FD73A4 /* Debug */,
330-
74418E712CCB9FDF00FD73A4 /* Release */,
325+
740D22362CD3BECC006731A5 /* Debug */,
326+
740D22372CD3BECC006731A5 /* Release */,
331327
);
332328
defaultConfigurationIsVisible = 0;
333329
defaultConfigurationName = Release;
334330
};
335331
/* End XCConfigurationList section */
336332

337333
/* Begin XCLocalSwiftPackageReference section */
338-
74418E942CCBA05200FD73A4 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */ = {
334+
740D22502CD3BF50006731A5 /* XCLocalSwiftPackageReference "../../../ComponentsKit" */ = {
339335
isa = XCLocalSwiftPackageReference;
340336
relativePath = ../../../ComponentsKit;
341337
};
342338
/* End XCLocalSwiftPackageReference section */
343339

344340
/* Begin XCSwiftPackageProductDependency section */
345-
74418E952CCBA05200FD73A4 /* ComponentsKit */ = {
341+
740D22512CD3BF50006731A5 /* ComponentsKit */ = {
346342
isa = XCSwiftPackageProductDependency;
347343
productName = ComponentsKit;
348344
};
349345
/* End XCSwiftPackageProductDependency section */
350346
};
351-
rootObject = 74418E592CCB9FDD00FD73A4 /* Project object */;
347+
rootObject = 740D221F2CD3BECA006731A5 /* Project object */;
352348
}

Examples/DemosApp/DemosApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)