Skip to content

Commit 6182b64

Browse files
committed
Added code signing setting to be able to run on device.
Test Plan: Open an example project Build and run on device. It should run without codesigning erros. Reviewers: junius, featherless, #material_components_ios_owners Reviewed By: featherless, #material_components_ios_owners Projects: #material_components_ios Differential Revision: http://codereview.cc/D103
1 parent f80844c commit 6182b64

File tree

9 files changed

+18
-0
lines changed

9 files changed

+18
-0
lines changed

Typography/examples/TypographyExample/TypographyExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@
493493
isa = XCBuildConfiguration;
494494
buildSettings = {
495495
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
496+
CODE_SIGN_IDENTITY = "iPhone Developer";
496497
HEADER_SEARCH_PATHS = "";
497498
INFOPLIST_FILE = TypographyExample/Info.plist;
498499
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -505,6 +506,7 @@
505506
isa = XCBuildConfiguration;
506507
buildSettings = {
507508
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
509+
CODE_SIGN_IDENTITY = "iPhone Developer";
508510
HEADER_SEARCH_PATHS = "";
509511
INFOPLIST_FILE = TypographyExample/Info.plist;
510512
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

components/Buttons/Buttons.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@
574574
isa = XCBuildConfiguration;
575575
buildSettings = {
576576
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
577+
CODE_SIGN_IDENTITY = "iPhone Developer";
577578
HEADER_SEARCH_PATHS = (
578579
"$(PROJECT_DIR)/../Ink/src",
579580
"$(PROJECT_DIR)/../Typography/src",
@@ -589,6 +590,7 @@
589590
isa = XCBuildConfiguration;
590591
buildSettings = {
591592
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
593+
CODE_SIGN_IDENTITY = "iPhone Developer";
592594
HEADER_SEARCH_PATHS = (
593595
"$(PROJECT_DIR)/../Ink/src",
594596
"$(PROJECT_DIR)/../Typography/src",

components/Ink/examples/InkExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@
398398
isa = XCBuildConfiguration;
399399
buildSettings = {
400400
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
401+
CODE_SIGN_IDENTITY = "iPhone Developer";
401402
INFOPLIST_FILE = InkExample/Info.plist;
402403
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
403404
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.InkExample;
@@ -409,6 +410,7 @@
409410
isa = XCBuildConfiguration;
410411
buildSettings = {
411412
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
413+
CODE_SIGN_IDENTITY = "iPhone Developer";
412414
INFOPLIST_FILE = InkExample/Info.plist;
413415
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
414416
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.InkExample;

components/PageControl/examples/PageControlExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@
478478
isa = XCBuildConfiguration;
479479
buildSettings = {
480480
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
481+
CODE_SIGN_IDENTITY = "iPhone Developer";
481482
INFOPLIST_FILE = PageControlExample/Info.plist;
482483
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
483484
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -491,6 +492,7 @@
491492
isa = XCBuildConfiguration;
492493
buildSettings = {
493494
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
495+
CODE_SIGN_IDENTITY = "iPhone Developer";
494496
INFOPLIST_FILE = PageControlExample/Info.plist;
495497
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
496498
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

components/ScrollViewDelegateMultiplexer/examples/ScrollViewDelegateMultiplexerExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@
563563
isa = XCBuildConfiguration;
564564
buildSettings = {
565565
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
566+
CODE_SIGN_IDENTITY = "iPhone Developer";
566567
INFOPLIST_FILE = ScrollViewDelegateMultiplexerExample/Info.plist;
567568
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
568569
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -576,6 +577,7 @@
576577
isa = XCBuildConfiguration;
577578
buildSettings = {
578579
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
580+
CODE_SIGN_IDENTITY = "iPhone Developer";
579581
INFOPLIST_FILE = ScrollViewDelegateMultiplexerExample/Info.plist;
580582
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
581583
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

components/ShadowLayer/examples/MovableShadowedView/MovableShadowedView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
buildSettings = {
277277
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
278278
CLANG_ENABLE_MODULES = YES;
279+
CODE_SIGN_IDENTITY = "iPhone Developer";
279280
INFOPLIST_FILE = MovableShadowedView/Info.plist;
280281
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
281282
PRODUCT_BUNDLE_IDENTIFIER = com.google.MovableShadowedView;
@@ -290,6 +291,7 @@
290291
buildSettings = {
291292
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
292293
CLANG_ENABLE_MODULES = YES;
294+
CODE_SIGN_IDENTITY = "iPhone Developer";
293295
INFOPLIST_FILE = MovableShadowedView/Info.plist;
294296
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
295297
PRODUCT_BUNDLE_IDENTIFIER = com.google.MovableShadowedView;

components/Slider/Slider.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@
495495
isa = XCBuildConfiguration;
496496
buildSettings = {
497497
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
498+
CODE_SIGN_IDENTITY = "iPhone Developer";
498499
INFOPLIST_FILE = Slider/Info.plist;
499500
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
500501
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.Slider;
@@ -506,6 +507,7 @@
506507
isa = XCBuildConfiguration;
507508
buildSettings = {
508509
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
510+
CODE_SIGN_IDENTITY = "iPhone Developer";
509511
INFOPLIST_FILE = Slider/Info.plist;
510512
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
511513
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.Slider;

components/SpritedAnimationView/examples/SpritedAnimationViewExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@
454454
isa = XCBuildConfiguration;
455455
buildSettings = {
456456
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
457+
CODE_SIGN_IDENTITY = "iPhone Developer";
457458
INFOPLIST_FILE = SpritedAnimationViewExample/Info.plist;
458459
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
459460
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -466,6 +467,7 @@
466467
isa = XCBuildConfiguration;
467468
buildSettings = {
468469
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
470+
CODE_SIGN_IDENTITY = "iPhone Developer";
469471
INFOPLIST_FILE = SpritedAnimationViewExample/Info.plist;
470472
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
471473
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

components/Switch/Switch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@
495495
isa = XCBuildConfiguration;
496496
buildSettings = {
497497
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
498+
CODE_SIGN_IDENTITY = "iPhone Developer";
498499
INFOPLIST_FILE = Switch/Info.plist;
499500
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
500501
PRODUCT_BUNDLE_IDENTIFIER = com.google.Switch;
@@ -506,6 +507,7 @@
506507
isa = XCBuildConfiguration;
507508
buildSettings = {
508509
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
510+
CODE_SIGN_IDENTITY = "iPhone Developer";
509511
INFOPLIST_FILE = Switch/Info.plist;
510512
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
511513
PRODUCT_BUNDLE_IDENTIFIER = com.google.Switch;

0 commit comments

Comments
 (0)