|
12 | 12 | 81B8C535151078DB000C56DC /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81B8C534151078DB000C56DC /* WebKit.framework */; };
|
13 | 13 | 81B8C53815108B89000C56DC /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81B8C53715108B89000C56DC /* Carbon.framework */; };
|
14 | 14 | 81E2C20C14C5684A004CE5C2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81E2C20B14C5684A004CE5C2 /* Cocoa.framework */; };
|
15 |
| - 81F4B4D914C6888B001B4465 /* WebView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81F4B4D814C6888B001B4465 /* WebView.mm */; }; |
| 15 | + 81F4B4D914C6888B001B4465 /* ImmutableWebView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81F4B4D814C6888B001B4465 /* ImmutableWebView.mm */; }; |
16 | 16 | /* End PBXBuildFile section */
|
17 | 17 |
|
18 | 18 | /* Begin PBXFileReference section */
|
|
23 | 23 | 8102525614C569D80022296D /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Resources/Prefix.pch; sourceTree = SOURCE_ROOT; };
|
24 | 24 | 81B8C534151078DB000C56DC /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
|
25 | 25 | 81B8C53715108B89000C56DC /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
|
26 |
| - 81E2C20814C5684A004CE5C2 /* WebView.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WebView.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 26 | + 81E2C20814C5684A004CE5C2 /* ImmutableWebView.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ImmutableWebView.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; |
27 | 27 | 81E2C20B14C5684A004CE5C2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
28 | 28 | 81E2C20E14C5684A004CE5C2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
29 | 29 | 81E2C21014C5684A004CE5C2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
30 |
| - 81F4B4D814C6888B001B4465 /* WebView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WebView.mm; path = Sources/WebView.mm; sourceTree = "<group>"; }; |
| 30 | + 81F4B4D814C6888B001B4465 /* ImmutableWebView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ImmutableWebView.mm; path = Sources/ImmutableWebView.mm; sourceTree = "<group>"; }; |
31 | 31 | 81F81AEC14D76D2400845D4C /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
|
32 | 32 | /* End PBXFileReference section */
|
33 | 33 |
|
|
49 | 49 | 8102525914C573EB0022296D /* Sources */ = {
|
50 | 50 | isa = PBXGroup;
|
51 | 51 | children = (
|
52 |
| - 81F4B4D814C6888B001B4465 /* WebView.mm */, |
| 52 | + 81F4B4D814C6888B001B4465 /* ImmutableWebView.mm */, |
53 | 53 | );
|
54 | 54 | name = Sources;
|
55 | 55 | sourceTree = "<group>";
|
|
67 | 67 | 81E2C20914C5684A004CE5C2 /* Products */ = {
|
68 | 68 | isa = PBXGroup;
|
69 | 69 | children = (
|
70 |
| - 81E2C20814C5684A004CE5C2 /* WebView.bundle */, |
| 70 | + 81E2C20814C5684A004CE5C2 /* ImmutableWebView.bundle */, |
71 | 71 | );
|
72 | 72 | name = Products;
|
73 | 73 | sourceTree = "<group>";
|
|
101 | 101 | /* End PBXGroup section */
|
102 | 102 |
|
103 | 103 | /* Begin PBXNativeTarget section */
|
104 |
| - 81E2C20714C5684A004CE5C2 /* WebView */ = { |
| 104 | + 81E2C20714C5684A004CE5C2 /* ImmutableWebView */ = { |
105 | 105 | isa = PBXNativeTarget;
|
106 |
| - buildConfigurationList = 81E2C21A14C5684A004CE5C2 /* Build configuration list for PBXNativeTarget "WebView" */; |
| 106 | + buildConfigurationList = 81E2C21A14C5684A004CE5C2 /* Build configuration list for PBXNativeTarget "ImmutableWebView" */; |
107 | 107 | buildPhases = (
|
108 | 108 | 81E2C20414C5684A004CE5C2 /* Sources */,
|
109 | 109 | 81E2C20514C5684A004CE5C2 /* Frameworks */,
|
|
113 | 113 | );
|
114 | 114 | dependencies = (
|
115 | 115 | );
|
116 |
| - name = WebView; |
| 116 | + name = ImmutableWebView; |
117 | 117 | productName = WebView;
|
118 |
| - productReference = 81E2C20814C5684A004CE5C2 /* WebView.bundle */; |
| 118 | + productReference = 81E2C20814C5684A004CE5C2 /* ImmutableWebView.bundle */; |
119 | 119 | productType = "com.apple.product-type.bundle";
|
120 | 120 | };
|
121 | 121 | /* End PBXNativeTarget section */
|
|
127 | 127 | BuildIndependentTargetsInParallel = YES;
|
128 | 128 | LastUpgradeCheck = 1200;
|
129 | 129 | };
|
130 |
| - buildConfigurationList = 81E2C20214C5684A004CE5C2 /* Build configuration list for PBXProject "WebView" */; |
| 130 | + buildConfigurationList = 81E2C20214C5684A004CE5C2 /* Build configuration list for PBXProject "ImmutableWebView" */; |
131 | 131 | compatibilityVersion = "Xcode 8.0";
|
132 | 132 | developmentRegion = en;
|
133 | 133 | hasScannedForEncodings = 0;
|
|
140 | 140 | projectDirPath = "";
|
141 | 141 | projectRoot = "";
|
142 | 142 | targets = (
|
143 |
| - 81E2C20714C5684A004CE5C2 /* WebView */, |
| 143 | + 81E2C20714C5684A004CE5C2 /* ImmutableWebView */, |
144 | 144 | );
|
145 | 145 | };
|
146 | 146 | /* End PBXProject section */
|
|
161 | 161 | isa = PBXSourcesBuildPhase;
|
162 | 162 | buildActionMask = 2147483647;
|
163 | 163 | files = (
|
164 |
| - 81F4B4D914C6888B001B4465 /* WebView.mm in Sources */, |
| 164 | + 81F4B4D914C6888B001B4465 /* ImmutableWebView.mm in Sources */, |
165 | 165 | );
|
166 | 166 | runOnlyForDeploymentPostprocessing = 0;
|
167 | 167 | };
|
|
280 | 280 | LD_RUNPATH_SEARCH_PATHS = "";
|
281 | 281 | LIBRARY_SEARCH_PATHS = "$(inherited)";
|
282 | 282 | MACOSX_DEPLOYMENT_TARGET = 12.4;
|
283 |
| - PRODUCT_BUNDLE_IDENTIFIER = "net.gree.unitywebview.${PRODUCT_NAME:rfc1034identifier}"; |
| 283 | + PRODUCT_BUNDLE_IDENTIFIER = "Immutable.Browser.--PRODUCT-NAME-rfc1034identifier-"; |
| 284 | + "PRODUCT_BUNDLE_IDENTIFIER[sdk=macosx*]" = Immutable.Browser.WebView; |
284 | 285 | PRODUCT_NAME = "$(TARGET_NAME)";
|
285 | 286 | USE_HEADERMAP = YES;
|
286 | 287 | WRAPPER_EXTENSION = bundle;
|
|
301 | 302 | LD_RUNPATH_SEARCH_PATHS = "";
|
302 | 303 | LIBRARY_SEARCH_PATHS = "$(inherited)";
|
303 | 304 | MACOSX_DEPLOYMENT_TARGET = 12.4;
|
304 |
| - PRODUCT_BUNDLE_IDENTIFIER = "net.gree.unitywebview.${PRODUCT_NAME:rfc1034identifier}"; |
| 305 | + PRODUCT_BUNDLE_IDENTIFIER = "Immutable.Browser.--PRODUCT-NAME-rfc1034identifier-"; |
| 306 | + "PRODUCT_BUNDLE_IDENTIFIER[sdk=macosx*]" = Immutable.Browser.WebView; |
305 | 307 | PRODUCT_NAME = "$(TARGET_NAME)";
|
306 | 308 | USE_HEADERMAP = YES;
|
307 | 309 | WRAPPER_EXTENSION = bundle;
|
|
311 | 313 | /* End XCBuildConfiguration section */
|
312 | 314 |
|
313 | 315 | /* Begin XCConfigurationList section */
|
314 |
| - 81E2C20214C5684A004CE5C2 /* Build configuration list for PBXProject "WebView" */ = { |
| 316 | + 81E2C20214C5684A004CE5C2 /* Build configuration list for PBXProject "ImmutableWebView" */ = { |
315 | 317 | isa = XCConfigurationList;
|
316 | 318 | buildConfigurations = (
|
317 | 319 | 81E2C21814C5684A004CE5C2 /* Debug */,
|
|
320 | 322 | defaultConfigurationIsVisible = 0;
|
321 | 323 | defaultConfigurationName = Release;
|
322 | 324 | };
|
323 |
| - 81E2C21A14C5684A004CE5C2 /* Build configuration list for PBXNativeTarget "WebView" */ = { |
| 325 | + 81E2C21A14C5684A004CE5C2 /* Build configuration list for PBXNativeTarget "ImmutableWebView" */ = { |
324 | 326 | isa = XCConfigurationList;
|
325 | 327 | buildConfigurations = (
|
326 | 328 | 81E2C21B14C5684A004CE5C2 /* Debug */,
|
|
0 commit comments