Skip to content

Commit 937d6d6

Browse files
committed
rename project
1 parent 48ac604 commit 937d6d6

File tree

22 files changed

+17
-77
lines changed

22 files changed

+17
-77
lines changed

STMWebViewController.xcodeproj/project.pbxproj renamed to STMScriptMessageHandler.xcodeproj/project.pbxproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/* End PBXBuildFile section */
2020

2121
/* Begin PBXFileReference section */
22-
B8155B6C2116DAA900FD0739 /* STMWebViewController.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = STMWebViewController.app; sourceTree = BUILT_PRODUCTS_DIR; };
22+
B8155B6C2116DAA900FD0739 /* STMScriptMessageHandler.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = STMScriptMessageHandler.app; sourceTree = BUILT_PRODUCTS_DIR; };
2323
B8155B6F2116DAA900FD0739 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
2424
B8155B702116DAA900FD0739 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
2525
B8155B762116DAA900FD0739 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
@@ -50,20 +50,20 @@
5050
B8155B632116DAA900FD0739 = {
5151
isa = PBXGroup;
5252
children = (
53-
B8155B6E2116DAA900FD0739 /* STMWebViewController */,
53+
B8155B6E2116DAA900FD0739 /* STMScriptMessageHandler */,
5454
B8155B6D2116DAA900FD0739 /* Products */,
5555
);
5656
sourceTree = "<group>";
5757
};
5858
B8155B6D2116DAA900FD0739 /* Products */ = {
5959
isa = PBXGroup;
6060
children = (
61-
B8155B6C2116DAA900FD0739 /* STMWebViewController.app */,
61+
B8155B6C2116DAA900FD0739 /* STMScriptMessageHandler.app */,
6262
);
6363
name = Products;
6464
sourceTree = "<group>";
6565
};
66-
B8155B6E2116DAA900FD0739 /* STMWebViewController */ = {
66+
B8155B6E2116DAA900FD0739 /* STMScriptMessageHandler */ = {
6767
isa = PBXGroup;
6868
children = (
6969
B8155B852116DB9600FD0739 /* Source */,
@@ -74,7 +74,7 @@
7474
B8155B7D2116DAAE00FD0739 /* Info.plist */,
7575
B8155B7E2116DAAE00FD0739 /* main.m */,
7676
);
77-
path = STMWebViewController;
77+
path = STMScriptMessageHandler;
7878
sourceTree = "<group>";
7979
};
8080
B8155B852116DB9600FD0739 /* Source */ = {
@@ -103,9 +103,9 @@
103103
/* End PBXGroup section */
104104

105105
/* Begin PBXNativeTarget section */
106-
B8155B6B2116DAA900FD0739 /* STMWebViewController */ = {
106+
B8155B6B2116DAA900FD0739 /* STMScriptMessageHandler */ = {
107107
isa = PBXNativeTarget;
108-
buildConfigurationList = B8155B822116DAAE00FD0739 /* Build configuration list for PBXNativeTarget "STMWebViewController" */;
108+
buildConfigurationList = B8155B822116DAAE00FD0739 /* Build configuration list for PBXNativeTarget "STMScriptMessageHandler" */;
109109
buildPhases = (
110110
B8155B682116DAA900FD0739 /* Sources */,
111111
B8155B692116DAA900FD0739 /* Frameworks */,
@@ -115,9 +115,9 @@
115115
);
116116
dependencies = (
117117
);
118-
name = STMWebViewController;
118+
name = STMScriptMessageHandler;
119119
productName = STMWebViewController;
120-
productReference = B8155B6C2116DAA900FD0739 /* STMWebViewController.app */;
120+
productReference = B8155B6C2116DAA900FD0739 /* STMScriptMessageHandler.app */;
121121
productType = "com.apple.product-type.application";
122122
};
123123
/* End PBXNativeTarget section */
@@ -133,7 +133,7 @@
133133
};
134134
};
135135
};
136-
buildConfigurationList = B8155B672116DAA900FD0739 /* Build configuration list for PBXProject "STMWebViewController" */;
136+
buildConfigurationList = B8155B672116DAA900FD0739 /* Build configuration list for PBXProject "STMScriptMessageHandler" */;
137137
compatibilityVersion = "Xcode 9.3";
138138
developmentRegion = en;
139139
hasScannedForEncodings = 0;
@@ -146,7 +146,7 @@
146146
projectDirPath = "";
147147
projectRoot = "";
148148
targets = (
149-
B8155B6B2116DAA900FD0739 /* STMWebViewController */,
149+
B8155B6B2116DAA900FD0739 /* STMScriptMessageHandler */,
150150
);
151151
};
152152
/* End PBXProject section */
@@ -315,13 +315,13 @@
315315
buildSettings = {
316316
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
317317
CODE_SIGN_STYLE = Automatic;
318-
INFOPLIST_FILE = STMWebViewController/Info.plist;
318+
INFOPLIST_FILE = STMScriptMessageHandler/Info.plist;
319319
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
320320
LD_RUNPATH_SEARCH_PATHS = (
321321
"$(inherited)",
322322
"@executable_path/Frameworks",
323323
);
324-
PRODUCT_BUNDLE_IDENTIFIER = DouKing.STMWebViewController;
324+
PRODUCT_BUNDLE_IDENTIFIER = DouKing.STMScriptMessageHandler;
325325
PRODUCT_NAME = "$(TARGET_NAME)";
326326
TARGETED_DEVICE_FAMILY = "1,2";
327327
};
@@ -332,13 +332,13 @@
332332
buildSettings = {
333333
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
334334
CODE_SIGN_STYLE = Automatic;
335-
INFOPLIST_FILE = STMWebViewController/Info.plist;
335+
INFOPLIST_FILE = STMScriptMessageHandler/Info.plist;
336336
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
337337
LD_RUNPATH_SEARCH_PATHS = (
338338
"$(inherited)",
339339
"@executable_path/Frameworks",
340340
);
341-
PRODUCT_BUNDLE_IDENTIFIER = DouKing.STMWebViewController;
341+
PRODUCT_BUNDLE_IDENTIFIER = DouKing.STMScriptMessageHandler;
342342
PRODUCT_NAME = "$(TARGET_NAME)";
343343
TARGETED_DEVICE_FAMILY = "1,2";
344344
};
@@ -347,7 +347,7 @@
347347
/* End XCBuildConfiguration section */
348348

349349
/* Begin XCConfigurationList section */
350-
B8155B672116DAA900FD0739 /* Build configuration list for PBXProject "STMWebViewController" */ = {
350+
B8155B672116DAA900FD0739 /* Build configuration list for PBXProject "STMScriptMessageHandler" */ = {
351351
isa = XCConfigurationList;
352352
buildConfigurations = (
353353
B8155B802116DAAE00FD0739 /* Debug */,
@@ -356,7 +356,7 @@
356356
defaultConfigurationIsVisible = 0;
357357
defaultConfigurationName = Release;
358358
};
359-
B8155B822116DAAE00FD0739 /* Build configuration list for PBXNativeTarget "STMWebViewController" */ = {
359+
B8155B822116DAAE00FD0739 /* Build configuration list for PBXNativeTarget "STMScriptMessageHandler" */ = {
360360
isa = XCConfigurationList;
361361
buildConfigurations = (
362362
B8155B832116DAAE00FD0739 /* Debug */,

STMWebViewController/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to STMScriptMessageHandler/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.
File renamed without changes.

STMWebViewController/Base.lproj/LaunchScreen.storyboard renamed to STMScriptMessageHandler/Base.lproj/LaunchScreen.storyboard

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)