|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 2DF970E3D7BE7173DEC1D05C /* Pods_HGCircularSlider_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C7918EC49141F7F4652E8F1 /* Pods_HGCircularSlider_Tests.framework */; };
|
| 11 | + 3EC27E521EA546F700631582 /* CircularSliderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC27E511EA546F700631582 /* CircularSliderViewController.swift */; }; |
11 | 12 | 551FF6F21DD3BFE300BD5B76 /* OtherExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551FF6F11DD3BFE300BD5B76 /* OtherExampleViewController.swift */; };
|
12 | 13 | 5539B1B91DD275250038D49D /* PlayerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5539B1B81DD275250038D49D /* PlayerViewController.swift */; };
|
13 | 14 | 5539B1BB1DD276C00038D49D /* StrangeZero.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 5539B1BA1DD276C00038D49D /* StrangeZero.mp3 */; };
|
|
34 | 35 | /* Begin PBXFileReference section */
|
35 | 36 | 04EAC630898381E6412A72E4 /* Pods-HGCircularSlider_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HGCircularSlider_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HGCircularSlider_Example/Pods-HGCircularSlider_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
36 | 37 | 2A9608AFE40174911E5079C3 /* Pods-HGCircularSlider_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HGCircularSlider_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HGCircularSlider_Tests/Pods-HGCircularSlider_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
| 38 | + 3EC27E511EA546F700631582 /* CircularSliderViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularSliderViewController.swift; sourceTree = "<group>"; }; |
37 | 39 | 41A4019E034E0265198683A8 /* Pods_HGCircularSlider_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HGCircularSlider_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
38 | 40 | 47EC1122B43F882A3D3679B7 /* HGCircularSlider.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = HGCircularSlider.podspec; path = ../HGCircularSlider.podspec; sourceTree = "<group>"; };
|
39 | 41 | 551FF6F11DD3BFE300BD5B76 /* OtherExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtherExampleViewController.swift; sourceTree = "<group>"; };
|
|
113 | 115 | isa = PBXGroup;
|
114 | 116 | children = (
|
115 | 117 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */,
|
| 118 | + 3EC27E511EA546F700631582 /* CircularSliderViewController.swift */, |
116 | 119 | 607FACD71AFB9204008FA782 /* ClockViewController.swift */,
|
117 | 120 | 5539B1B81DD275250038D49D /* PlayerViewController.swift */,
|
118 | 121 | 551FF6F11DD3BFE300BD5B76 /* OtherExampleViewController.swift */,
|
|
227 | 230 | TargetAttributes = {
|
228 | 231 | 607FACCF1AFB9204008FA782 = {
|
229 | 232 | CreatedOnToolsVersion = 6.3.1;
|
| 233 | + DevelopmentTeam = BKKRU5K7TG; |
230 | 234 | LastSwiftMigration = 0800;
|
231 | 235 | ProvisioningStyle = Manual;
|
232 | 236 | };
|
233 | 237 | 607FACE41AFB9204008FA782 = {
|
234 | 238 | CreatedOnToolsVersion = 6.3.1;
|
| 239 | + DevelopmentTeam = FP33JJN6C2; |
235 | 240 | LastSwiftMigration = 0800;
|
236 | 241 | ProvisioningStyle = Manual;
|
237 | 242 | TestTargetID = 607FACCF1AFB9204008FA782;
|
|
378 | 383 | files = (
|
379 | 384 | 551FF6F21DD3BFE300BD5B76 /* OtherExampleViewController.swift in Sources */,
|
380 | 385 | 607FACD81AFB9204008FA782 /* ClockViewController.swift in Sources */,
|
| 386 | + 3EC27E521EA546F700631582 /* CircularSliderViewController.swift in Sources */, |
381 | 387 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
|
382 | 388 | 5539B1B91DD275250038D49D /* PlayerViewController.swift in Sources */,
|
383 | 389 | 55CE65391DD3D32100B0C2B2 /* OClockViewController.swift in Sources */,
|
|
511 | 517 | isa = XCBuildConfiguration;
|
512 | 518 | baseConfigurationReference = 04EAC630898381E6412A72E4 /* Pods-HGCircularSlider_Example.debug.xcconfig */;
|
513 | 519 | buildSettings = {
|
514 |
| - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
| 520 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
515 | 521 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 522 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; |
| 523 | + DEVELOPMENT_TEAM = BKKRU5K7TG; |
516 | 524 | INFOPLIST_FILE = HGCircularSlider/Info.plist;
|
517 | 525 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
518 | 526 | MODULE_NAME = ExampleApp;
|
519 |
| - PRODUCT_BUNDLE_IDENTIFIER = "com.cocoapods.HGCircularSlider-Example"; |
| 527 | + PRODUCT_BUNDLE_IDENTIFIER = "com.onmobile.HGCircularSlider-Example"; |
520 | 528 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 529 | + PROVISIONING_PROFILE = "979b7b1f-969d-43fe-82ea-a1cc58ec7aab"; |
| 530 | + PROVISIONING_PROFILE_SPECIFIER = "OM-Ent Generic Universal Distribution"; |
521 | 531 | SWIFT_VERSION = 3.0;
|
522 | 532 | };
|
523 | 533 | name = Debug;
|
|
526 | 536 | isa = XCBuildConfiguration;
|
527 | 537 | baseConfigurationReference = 9BA305BCC009CE17283FE799 /* Pods-HGCircularSlider_Example.release.xcconfig */;
|
528 | 538 | buildSettings = {
|
529 |
| - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
| 539 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
530 | 540 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 541 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 542 | + DEVELOPMENT_TEAM = ""; |
531 | 543 | INFOPLIST_FILE = HGCircularSlider/Info.plist;
|
532 | 544 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
533 | 545 | MODULE_NAME = ExampleApp;
|
534 |
| - PRODUCT_BUNDLE_IDENTIFIER = "com.cocoapods.HGCircularSlider-Example"; |
| 546 | + PRODUCT_BUNDLE_IDENTIFIER = "com.onmobile.HGCircularSlider-Example"; |
535 | 547 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 548 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
536 | 549 | SWIFT_VERSION = 3.0;
|
537 | 550 | };
|
538 | 551 | name = Release;
|
|
541 | 554 | isa = XCBuildConfiguration;
|
542 | 555 | baseConfigurationReference = 2A9608AFE40174911E5079C3 /* Pods-HGCircularSlider_Tests.debug.xcconfig */;
|
543 | 556 | buildSettings = {
|
| 557 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 558 | + DEVELOPMENT_TEAM = FP33JJN6C2; |
544 | 559 | FRAMEWORK_SEARCH_PATHS = (
|
545 | 560 | "$(SDKROOT)/Developer/Library/Frameworks",
|
546 | 561 | "$(inherited)",
|
|
553 | 568 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
554 | 569 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
|
555 | 570 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 571 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
556 | 572 | SWIFT_VERSION = 3.0;
|
| 573 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HGCircularSlider_Example.app/HGCircularSlider_Example"; |
557 | 574 | };
|
558 | 575 | name = Debug;
|
559 | 576 | };
|
560 | 577 | 607FACF41AFB9204008FA782 /* Release */ = {
|
561 | 578 | isa = XCBuildConfiguration;
|
562 | 579 | baseConfigurationReference = 99A3B0410141275989079EB6 /* Pods-HGCircularSlider_Tests.release.xcconfig */;
|
563 | 580 | buildSettings = {
|
| 581 | + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 582 | + DEVELOPMENT_TEAM = ""; |
564 | 583 | FRAMEWORK_SEARCH_PATHS = (
|
565 | 584 | "$(SDKROOT)/Developer/Library/Frameworks",
|
566 | 585 | "$(inherited)",
|
|
569 | 588 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
570 | 589 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
|
571 | 590 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 591 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
572 | 592 | SWIFT_VERSION = 3.0;
|
| 593 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HGCircularSlider_Example.app/HGCircularSlider_Example"; |
573 | 594 | };
|
574 | 595 | name = Release;
|
575 | 596 | };
|
|
0 commit comments