Skip to content

Commit b941d51

Browse files
committed
Rename Example to Tester
1 parent f09fcbd commit b941d51

33 files changed

+21
-119
lines changed

ServiceContainerKit.xcodeproj/project.pbxproj

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@
147147
50A1C6A722667188003A8554 /* ServiceSimpleLocator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceSimpleLocator.swift; sourceTree = "<group>"; };
148148
50A1C6A9226BAD01003A8554 /* ServiceLocatorKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceLocatorKey.swift; sourceTree = "<group>"; };
149149
50AA75A820C98169003ED4CC /* ServiceSimpleLocatorObjC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceSimpleLocatorObjC.swift; sourceTree = "<group>"; };
150-
50AA75AA20C98642003ED4CC /* Example-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Example-Bridging-Header.h"; sourceTree = "<group>"; };
150+
50AA75AA20C98642003ED4CC /* Tester-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tester-Bridging-Header.h"; sourceTree = "<group>"; };
151151
50AA75AB20C98643003ED4CC /* ObjCViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ObjCViewController.h; sourceTree = "<group>"; };
152152
50AA75AC20C98643003ED4CC /* ObjCViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObjCViewController.m; sourceTree = "<group>"; };
153153
50B2CCB220C908660027E832 /* ServiceProviderObjC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServiceProviderObjC.swift; sourceTree = "<group>"; };
154-
50DA15CA20C44AF700B756B3 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
154+
50DA15CA20C44AF700B756B3 /* Tester.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Tester.app; sourceTree = BUILT_PRODUCTS_DIR; };
155155
50DA15CD20C44AF700B756B3 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
156156
50DA15CF20C44AF700B756B3 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
157157
50DA15D220C44AF700B756B3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
@@ -342,7 +342,7 @@
342342
50DA15D420C44AF800B756B3 /* Assets.xcassets */,
343343
50DA15D620C44AF800B756B3 /* LaunchScreen.storyboard */,
344344
50DA15D920C44AF800B756B3 /* Info.plist */,
345-
50AA75AA20C98642003ED4CC /* Example-Bridging-Header.h */,
345+
50AA75AA20C98642003ED4CC /* Tester-Bridging-Header.h */,
346346
);
347347
name = "Support Files";
348348
sourceTree = "<group>";
@@ -367,7 +367,7 @@
367367
50DA160E20C4D9B600B756B3 /* README.md */,
368368
50DA160F20C4DB6700B756B3 /* ServiceContainerKit.podspec */,
369369
5033D4452530F7E900977A99 /* Package.swift */,
370-
50DA15CC20C44AF700B756B3 /* Example */,
370+
50DA15CC20C44AF700B756B3 /* Tester */,
371371
506F9EF820E3E3F100E44CBD /* Sources */,
372372
506F9F0520E3E3F100E44CBD /* Tests */,
373373
50DA15CB20C44AF700B756B3 /* Products */,
@@ -378,14 +378,14 @@
378378
50DA15CB20C44AF700B756B3 /* Products */ = {
379379
isa = PBXGroup;
380380
children = (
381-
50DA15CA20C44AF700B756B3 /* Example.app */,
381+
50DA15CA20C44AF700B756B3 /* Tester.app */,
382382
506F9EFF20E3E3F100E44CBD /* ServiceContainerKitTests.xctest */,
383383
506F9F1F20E3E4B400E44CBD /* ServiceContainerKit.framework */,
384384
);
385385
name = Products;
386386
sourceTree = "<group>";
387387
};
388-
50DA15CC20C44AF700B756B3 /* Example */ = {
388+
50DA15CC20C44AF700B756B3 /* Tester */ = {
389389
isa = PBXGroup;
390390
children = (
391391
50DA15CD20C44AF700B756B3 /* AppDelegate.swift */,
@@ -398,7 +398,7 @@
398398
5025E1022523B3E800CDB01E /* ServiceLocator */,
399399
506F9F4820E3FEE400E44CBD /* Support Files */,
400400
);
401-
path = Example;
401+
path = Tester;
402402
sourceTree = "<group>";
403403
};
404404
50DA160220C4500100B756B3 /* Frameworks */ = {
@@ -459,9 +459,9 @@
459459
productReference = 506F9F1F20E3E4B400E44CBD /* ServiceContainerKit.framework */;
460460
productType = "com.apple.product-type.framework";
461461
};
462-
50DA15C920C44AF700B756B3 /* Example */ = {
462+
50DA15C920C44AF700B756B3 /* Tester */ = {
463463
isa = PBXNativeTarget;
464-
buildConfigurationList = 50DA15DC20C44AF800B756B3 /* Build configuration list for PBXNativeTarget "Example" */;
464+
buildConfigurationList = 50DA15DC20C44AF800B756B3 /* Build configuration list for PBXNativeTarget "Tester" */;
465465
buildPhases = (
466466
504C7B31227E463200762BC7 /* SwiftLint */,
467467
50DA15C620C44AF700B756B3 /* Sources */,
@@ -474,9 +474,9 @@
474474
dependencies = (
475475
506F9F2520E3E4B400E44CBD /* PBXTargetDependency */,
476476
);
477-
name = Example;
477+
name = Tester;
478478
productName = ServiceProviderExample;
479-
productReference = 50DA15CA20C44AF700B756B3 /* Example.app */;
479+
productReference = 50DA15CA20C44AF700B756B3 /* Tester.app */;
480480
productType = "com.apple.product-type.application";
481481
};
482482
/* End PBXNativeTarget section */
@@ -516,7 +516,7 @@
516516
projectDirPath = "";
517517
projectRoot = "";
518518
targets = (
519-
50DA15C920C44AF700B756B3 /* Example */,
519+
50DA15C920C44AF700B756B3 /* Tester */,
520520
506F9F1E20E3E4B400E44CBD /* ServiceContainerKit */,
521521
506F9EFE20E3E3F100E44CBD /* ServiceContainerKitTests */,
522522
);
@@ -654,7 +654,7 @@
654654
/* Begin PBXTargetDependency section */
655655
506F9F0420E3E3F100E44CBD /* PBXTargetDependency */ = {
656656
isa = PBXTargetDependency;
657-
target = 50DA15C920C44AF700B756B3 /* Example */;
657+
target = 50DA15C920C44AF700B756B3 /* Tester */;
658658
targetProxy = 506F9F0320E3E3F100E44CBD /* PBXContainerItemProxy */;
659659
};
660660
506F9F2520E3E4B400E44CBD /* PBXTargetDependency */ = {
@@ -908,16 +908,16 @@
908908
CODE_SIGN_STYLE = Manual;
909909
DEVELOPMENT_TEAM = "";
910910
IBSC_WARNINGS = NO;
911-
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
911+
INFOPLIST_FILE = "$(SRCROOT)/Tester/Info.plist";
912912
LD_RUNPATH_SEARCH_PATHS = (
913913
"$(inherited)",
914914
"@executable_path/Frameworks",
915915
);
916-
PRODUCT_BUNDLE_IDENTIFIER = ru.provir.ServiceContainerKitExample;
916+
PRODUCT_BUNDLE_IDENTIFIER = ru.provir.ServiceContainerKit.Tester;
917917
PRODUCT_NAME = "$(TARGET_NAME)";
918918
PROVISIONING_PROFILE = "";
919919
PROVISIONING_PROFILE_SPECIFIER = "";
920-
SWIFT_OBJC_BRIDGING_HEADER = "Example/Example-Bridging-Header.h";
920+
SWIFT_OBJC_BRIDGING_HEADER = "Tester/Tester-Bridging-Header.h";
921921
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
922922
SWIFT_VERSION = 5.0;
923923
TARGETED_DEVICE_FAMILY = "1,2";
@@ -934,15 +934,15 @@
934934
CODE_SIGN_STYLE = Manual;
935935
DEVELOPMENT_TEAM = "";
936936
IBSC_WARNINGS = NO;
937-
INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
937+
INFOPLIST_FILE = "$(SRCROOT)/Tester/Info.plist";
938938
LD_RUNPATH_SEARCH_PATHS = (
939939
"$(inherited)",
940940
"@executable_path/Frameworks",
941941
);
942-
PRODUCT_BUNDLE_IDENTIFIER = ru.provir.ServiceContainerKitExample;
942+
PRODUCT_BUNDLE_IDENTIFIER = ru.provir.ServiceContainerKit.Tester;
943943
PRODUCT_NAME = "$(TARGET_NAME)";
944944
PROVISIONING_PROFILE_SPECIFIER = "";
945-
SWIFT_OBJC_BRIDGING_HEADER = "Example/Example-Bridging-Header.h";
945+
SWIFT_OBJC_BRIDGING_HEADER = "Tester/Tester-Bridging-Header.h";
946946
SWIFT_VERSION = 5.0;
947947
TARGETED_DEVICE_FAMILY = "1,2";
948948
};
@@ -978,7 +978,7 @@
978978
defaultConfigurationIsVisible = 0;
979979
defaultConfigurationName = Release;
980980
};
981-
50DA15DC20C44AF800B756B3 /* Build configuration list for PBXNativeTarget "Example" */ = {
981+
50DA15DC20C44AF800B756B3 /* Build configuration list for PBXNativeTarget "Tester" */ = {
982982
isa = XCConfigurationList;
983983
buildConfigurations = (
984984
50DA15DD20C44AF800B756B3 /* Debug */,

ServiceContainerKit.xcodeproj/xcshareddata/xcschemes/Example.xcscheme

Lines changed: 0 additions & 98 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Example/ObjCViewController.m renamed to Tester/ObjCViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import "ObjCViewController.h"
1010
@import ServiceContainerKit;
11-
#import "Example-Swift.h"
11+
#import "Tester-Swift.h"
1212

1313

1414
@interface ObjCViewController ()

0 commit comments

Comments
 (0)