Skip to content

Commit d9de171

Browse files
committed
Change name.
1 parent 898d4b9 commit d9de171

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

WebAppWrapper.xcodeproj/project.pbxproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/* End PBXBuildFile section */
2929

3030
/* Begin PBXFileReference section */
31-
FA685664174CD862001C8F42 /* WebAppWrapper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WebAppWrapper.app; sourceTree = BUILT_PRODUCTS_DIR; };
31+
FA685664174CD862001C8F42 /* v2ex.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = v2ex.app; sourceTree = BUILT_PRODUCTS_DIR; };
3232
FA685667174CD862001C8F42 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
3333
FA685669174CD862001C8F42 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
3434
FA68566B174CD862001C8F42 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
@@ -83,7 +83,7 @@
8383
FA685665174CD862001C8F42 /* Products */ = {
8484
isa = PBXGroup;
8585
children = (
86-
FA685664174CD862001C8F42 /* WebAppWrapper.app */,
86+
FA685664174CD862001C8F42 /* v2ex.app */,
8787
);
8888
name = Products;
8989
sourceTree = "<group>";
@@ -166,9 +166,9 @@
166166
/* End PBXGroup section */
167167

168168
/* Begin PBXNativeTarget section */
169-
FA685663174CD862001C8F42 /* V2EX */ = {
169+
FA685663174CD862001C8F42 /* v2ex */ = {
170170
isa = PBXNativeTarget;
171-
buildConfigurationList = FA685681174CD862001C8F42 /* Build configuration list for PBXNativeTarget "V2EX" */;
171+
buildConfigurationList = FA685681174CD862001C8F42 /* Build configuration list for PBXNativeTarget "v2ex" */;
172172
buildPhases = (
173173
FA685660174CD862001C8F42 /* Sources */,
174174
FA685661174CD862001C8F42 /* Frameworks */,
@@ -178,9 +178,9 @@
178178
);
179179
dependencies = (
180180
);
181-
name = V2EX;
181+
name = v2ex;
182182
productName = WebAppWrapper;
183-
productReference = FA685664174CD862001C8F42 /* WebAppWrapper.app */;
183+
productReference = FA685664174CD862001C8F42 /* v2ex.app */;
184184
productType = "com.apple.product-type.application";
185185
};
186186
/* End PBXNativeTarget section */
@@ -204,7 +204,7 @@
204204
projectDirPath = "";
205205
projectRoot = "";
206206
targets = (
207-
FA685663174CD862001C8F42 /* V2EX */,
207+
FA685663174CD862001C8F42 /* v2ex */,
208208
);
209209
};
210210
/* End PBXProject section */
@@ -325,10 +325,14 @@
325325
FA685683174CD862001C8F42 /* Release */ = {
326326
isa = XCBuildConfiguration;
327327
buildSettings = {
328+
CODE_SIGN_IDENTITY = "iPhone Distribution";
329+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
328330
GCC_PRECOMPILE_PREFIX_HEADER = YES;
329331
GCC_PREFIX_HEADER = "WebAppWrapper/WebAppWrapper-Prefix.pch";
330332
INFOPLIST_FILE = "WebAppWrapper/WebAppWrapper-Info.plist";
331333
PRODUCT_NAME = "$(TARGET_NAME)";
334+
PROVISIONING_PROFILE = "";
335+
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
332336
WRAPPER_EXTENSION = app;
333337
};
334338
name = Release;
@@ -345,7 +349,7 @@
345349
defaultConfigurationIsVisible = 0;
346350
defaultConfigurationName = Release;
347351
};
348-
FA685681174CD862001C8F42 /* Build configuration list for PBXNativeTarget "V2EX" */ = {
352+
FA685681174CD862001C8F42 /* Build configuration list for PBXNativeTarget "v2ex" */ = {
349353
isa = XCConfigurationList;
350354
buildConfigurations = (
351355
FA685682174CD862001C8F42 /* Debug */,

0 commit comments

Comments
 (0)