Skip to content

Commit 318170e

Browse files
committed
remove files which are not part of a boilerplate
1 parent 79e3bef commit 318170e

File tree

9 files changed

+20
-280
lines changed

9 files changed

+20
-280
lines changed

ios/Boilerplate-tvOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2</string>
22+
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

ios/Boilerplate.xcodeproj/project.pbxproj

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,6 @@
692692
CreatedOnToolsVersion = 6.2;
693693
TestTargetID = 13B07F861A680F5B00A75B9A;
694694
};
695-
13B07F861A680F5B00A75B9A = {
696-
ProvisioningStyle = Manual;
697-
};
698695
2D02E47A1E0B4A5D006451C7 = {
699696
CreatedOnToolsVersion = 8.2.1;
700697
ProvisioningStyle = Automatic;
@@ -1200,8 +1197,6 @@
12001197
"-lc++",
12011198
);
12021199
PRODUCT_NAME = "$(TARGET_NAME)";
1203-
PROVISIONING_PROFILE = "88c76c48-54c0-4e30-922c-1902ce5f941e";
1204-
PROVISIONING_PROFILE_SPECIFIER = "com.tcm.boilerplate AppStore";
12051200
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Boilerplate.app/Boilerplate";
12061201
};
12071202
name = Release;
@@ -1210,21 +1205,16 @@
12101205
isa = XCBuildConfiguration;
12111206
buildSettings = {
12121207
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1213-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1214-
CODE_SIGN_STYLE = Manual;
1215-
CURRENT_PROJECT_VERSION = 2;
1208+
CURRENT_PROJECT_VERSION = 1;
12161209
DEAD_CODE_STRIPPING = NO;
1217-
DEVELOPMENT_TEAM = R94VQ92AQ3;
12181210
INFOPLIST_FILE = Boilerplate/Info.plist;
12191211
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
12201212
OTHER_LDFLAGS = (
12211213
"$(inherited)",
12221214
"-ObjC",
12231215
"-lc++",
12241216
);
1225-
PRODUCT_BUNDLE_IDENTIFIER = com.tcm.boilerplate;
12261217
PRODUCT_NAME = Boilerplate;
1227-
PROVISIONING_PROFILE_SPECIFIER = "";
12281218
VERSIONING_SYSTEM = "apple-generic";
12291219
};
12301220
name = Debug;
@@ -1233,21 +1223,15 @@
12331223
isa = XCBuildConfiguration;
12341224
buildSettings = {
12351225
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1236-
CODE_SIGN_IDENTITY = "iPhone Distribution";
1237-
CODE_SIGN_STYLE = Manual;
1238-
CURRENT_PROJECT_VERSION = 2;
1239-
DEVELOPMENT_TEAM = R94VQ92AQ3;
1226+
CURRENT_PROJECT_VERSION = 1;
12401227
INFOPLIST_FILE = Boilerplate/Info.plist;
12411228
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
12421229
OTHER_LDFLAGS = (
12431230
"$(inherited)",
12441231
"-ObjC",
12451232
"-lc++",
12461233
);
1247-
PRODUCT_BUNDLE_IDENTIFIER = com.tcm.boilerplate;
12481234
PRODUCT_NAME = Boilerplate;
1249-
PROVISIONING_PROFILE = "88c76c48-54c0-4e30-922c-1902ce5f941e";
1250-
PROVISIONING_PROFILE_SPECIFIER = "com.tcm.boilerplate AppStore";
12511235
VERSIONING_SYSTEM = "apple-generic";
12521236
};
12531237
name = Release;
@@ -1298,8 +1282,6 @@
12981282
);
12991283
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Boilerplate-tvOS";
13001284
PRODUCT_NAME = "$(TARGET_NAME)";
1301-
PROVISIONING_PROFILE = "88c76c48-54c0-4e30-922c-1902ce5f941e";
1302-
PROVISIONING_PROFILE_SPECIFIER = "com.tcm.boilerplate AppStore";
13031285
SDKROOT = appletvos;
13041286
TARGETED_DEVICE_FAMILY = 3;
13051287
TVOS_DEPLOYMENT_TARGET = 9.2;
@@ -1350,8 +1332,6 @@
13501332
);
13511333
PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Boilerplate-tvOSTests";
13521334
PRODUCT_NAME = "$(TARGET_NAME)";
1353-
PROVISIONING_PROFILE = "88c76c48-54c0-4e30-922c-1902ce5f941e";
1354-
PROVISIONING_PROFILE_SPECIFIER = "com.tcm.boilerplate AppStore";
13551335
SDKROOT = appletvos;
13561336
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Boilerplate-tvOS.app/Boilerplate-tvOS";
13571337
TVOS_DEPLOYMENT_TARGET = 10.1;

ios/Boilerplate/Info.plist

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
12+
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>
@@ -21,22 +21,9 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>2</string>
24+
<string>1</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
27-
<key>NSAppTransportSecurity</key>
28-
<dict>
29-
<key>NSExceptionDomains</key>
30-
<dict>
31-
<key>localhost</key>
32-
<dict>
33-
<key>NSExceptionAllowsInsecureHTTPLoads</key>
34-
<true/>
35-
</dict>
36-
</dict>
37-
</dict>
38-
<key>NSLocationWhenInUseUsageDescription</key>
39-
<string></string>
4027
<key>UILaunchStoryboardName</key>
4128
<string>LaunchScreen</string>
4229
<key>UIRequiredDeviceCapabilities</key>
@@ -51,5 +38,19 @@
5138
</array>
5239
<key>UIViewControllerBasedStatusBarAppearance</key>
5340
<false/>
41+
<key>NSLocationWhenInUseUsageDescription</key>
42+
<string></string>
43+
<key>NSAppTransportSecurity</key>
44+
<!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
45+
<dict>
46+
<key>NSExceptionDomains</key>
47+
<dict>
48+
<key>localhost</key>
49+
<dict>
50+
<key>NSExceptionAllowsInsecureHTTPLoads</key>
51+
<true/>
52+
</dict>
53+
</dict>
54+
</dict>
5455
</dict>
5556
</plist>

ios/BoilerplateTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>2</string>
22+
<string>1</string>
2323
</dict>
2424
</plist>

ios/Gemfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

ios/Gemfile.lock

Lines changed: 0 additions & 147 deletions
This file was deleted.

ios/fastlane/Appfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

ios/fastlane/Fastfile

Lines changed: 0 additions & 54 deletions
This file was deleted.

ios/fastlane/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)