File tree Expand file tree Collapse file tree 9 files changed +18
-0
lines changed
Typography/examples/TypographyExample/TypographyExample.xcodeproj
Buttons/Buttons.xcodeproj
Ink/examples/InkExample.xcodeproj
PageControl/examples/PageControlExample.xcodeproj
ScrollViewDelegateMultiplexer/examples/ScrollViewDelegateMultiplexerExample.xcodeproj
ShadowLayer/examples/MovableShadowedView/MovableShadowedView.xcodeproj
SpritedAnimationView/examples/SpritedAnimationViewExample.xcodeproj Expand file tree Collapse file tree 9 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 493
493
isa = XCBuildConfiguration;
494
494
buildSettings = {
495
495
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
496
+ CODE_SIGN_IDENTITY = "iPhone Developer";
496
497
HEADER_SEARCH_PATHS = "";
497
498
INFOPLIST_FILE = TypographyExample/Info.plist;
498
499
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
505
506
isa = XCBuildConfiguration;
506
507
buildSettings = {
507
508
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
509
+ CODE_SIGN_IDENTITY = "iPhone Developer";
508
510
HEADER_SEARCH_PATHS = "";
509
511
INFOPLIST_FILE = TypographyExample/Info.plist;
510
512
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Original file line number Diff line number Diff line change 574
574
isa = XCBuildConfiguration;
575
575
buildSettings = {
576
576
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
577
+ CODE_SIGN_IDENTITY = "iPhone Developer";
577
578
HEADER_SEARCH_PATHS = (
578
579
"$(PROJECT_DIR)/../Ink/src",
579
580
"$(PROJECT_DIR)/../Typography/src",
589
590
isa = XCBuildConfiguration;
590
591
buildSettings = {
591
592
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
593
+ CODE_SIGN_IDENTITY = "iPhone Developer";
592
594
HEADER_SEARCH_PATHS = (
593
595
"$(PROJECT_DIR)/../Ink/src",
594
596
"$(PROJECT_DIR)/../Typography/src",
Original file line number Diff line number Diff line change 398
398
isa = XCBuildConfiguration;
399
399
buildSettings = {
400
400
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
401
+ CODE_SIGN_IDENTITY = "iPhone Developer";
401
402
INFOPLIST_FILE = InkExample/Info.plist;
402
403
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
403
404
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.InkExample;
409
410
isa = XCBuildConfiguration;
410
411
buildSettings = {
411
412
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
413
+ CODE_SIGN_IDENTITY = "iPhone Developer";
412
414
INFOPLIST_FILE = InkExample/Info.plist;
413
415
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
414
416
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.InkExample;
Original file line number Diff line number Diff line change 478
478
isa = XCBuildConfiguration;
479
479
buildSettings = {
480
480
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
481
+ CODE_SIGN_IDENTITY = "iPhone Developer";
481
482
INFOPLIST_FILE = PageControlExample/Info.plist;
482
483
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
483
484
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
491
492
isa = XCBuildConfiguration;
492
493
buildSettings = {
493
494
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
495
+ CODE_SIGN_IDENTITY = "iPhone Developer";
494
496
INFOPLIST_FILE = PageControlExample/Info.plist;
495
497
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
496
498
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Original file line number Diff line number Diff line change 563
563
isa = XCBuildConfiguration;
564
564
buildSettings = {
565
565
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
566
+ CODE_SIGN_IDENTITY = "iPhone Developer";
566
567
INFOPLIST_FILE = ScrollViewDelegateMultiplexerExample/Info.plist;
567
568
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
568
569
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
576
577
isa = XCBuildConfiguration;
577
578
buildSettings = {
578
579
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
580
+ CODE_SIGN_IDENTITY = "iPhone Developer";
579
581
INFOPLIST_FILE = ScrollViewDelegateMultiplexerExample/Info.plist;
580
582
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
581
583
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Original file line number Diff line number Diff line change 276
276
buildSettings = {
277
277
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
278
278
CLANG_ENABLE_MODULES = YES;
279
+ CODE_SIGN_IDENTITY = "iPhone Developer";
279
280
INFOPLIST_FILE = MovableShadowedView/Info.plist;
280
281
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
281
282
PRODUCT_BUNDLE_IDENTIFIER = com.google.MovableShadowedView;
290
291
buildSettings = {
291
292
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
292
293
CLANG_ENABLE_MODULES = YES;
294
+ CODE_SIGN_IDENTITY = "iPhone Developer";
293
295
INFOPLIST_FILE = MovableShadowedView/Info.plist;
294
296
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
295
297
PRODUCT_BUNDLE_IDENTIFIER = com.google.MovableShadowedView;
Original file line number Diff line number Diff line change 495
495
isa = XCBuildConfiguration;
496
496
buildSettings = {
497
497
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
498
+ CODE_SIGN_IDENTITY = "iPhone Developer";
498
499
INFOPLIST_FILE = Slider/Info.plist;
499
500
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
500
501
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.Slider;
506
507
isa = XCBuildConfiguration;
507
508
buildSettings = {
508
509
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
510
+ CODE_SIGN_IDENTITY = "iPhone Developer";
509
511
INFOPLIST_FILE = Slider/Info.plist;
510
512
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
511
513
PRODUCT_BUNDLE_IDENTIFIER = com.google.MaterialComponents.Slider;
Original file line number Diff line number Diff line change 454
454
isa = XCBuildConfiguration;
455
455
buildSettings = {
456
456
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
457
+ CODE_SIGN_IDENTITY = "iPhone Developer";
457
458
INFOPLIST_FILE = SpritedAnimationViewExample/Info.plist;
458
459
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
459
460
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
466
467
isa = XCBuildConfiguration;
467
468
buildSettings = {
468
469
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
470
+ CODE_SIGN_IDENTITY = "iPhone Developer";
469
471
INFOPLIST_FILE = SpritedAnimationViewExample/Info.plist;
470
472
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
471
473
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Original file line number Diff line number Diff line change 495
495
isa = XCBuildConfiguration;
496
496
buildSettings = {
497
497
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
498
+ CODE_SIGN_IDENTITY = "iPhone Developer";
498
499
INFOPLIST_FILE = Switch/Info.plist;
499
500
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
500
501
PRODUCT_BUNDLE_IDENTIFIER = com.google.Switch;
506
507
isa = XCBuildConfiguration;
507
508
buildSettings = {
508
509
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
510
+ CODE_SIGN_IDENTITY = "iPhone Developer";
509
511
INFOPLIST_FILE = Switch/Info.plist;
510
512
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
511
513
PRODUCT_BUNDLE_IDENTIFIER = com.google.Switch;
You can’t perform that action at this time.
0 commit comments