|
46 | 46 | 03E3D21F1C3EB20F00F00547 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E3D21E1C3EB20F00F00547 /* Request.swift */; };
|
47 | 47 | 03E3D2201C3EB20F00F00547 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03E3D21E1C3EB20F00F00547 /* Request.swift */; };
|
48 | 48 | 03E94AF71C22595C009F8F29 /* SentrySwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03E94AEC1C22595B009F8F29 /* SentrySwift.framework */; };
|
49 |
| - 03E94B151C22596A009F8F29 /* SentrySwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03E94B0B1C22596A009F8F29 /* SentrySwift.framework */; }; |
50 |
| - 217A96231CD67746006C681F /* KSCrash.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 217A961F1CD67736006C681F /* KSCrash.framework */; }; |
51 | 49 | /* End PBXBuildFile section */
|
52 | 50 |
|
53 | 51 | /* Begin PBXContainerItemProxy section */
|
| 52 | + 03193C981CD78DF600E8AB83 /* PBXContainerItemProxy */ = { |
| 53 | + isa = PBXContainerItemProxy; |
| 54 | + containerPortal = 03193C911CD78DF600E8AB83 /* KSCrash-iOS.xcodeproj */; |
| 55 | + proxyType = 2; |
| 56 | + remoteGlobalIDString = CB6D132617EB749A00BC2C04; |
| 57 | + remoteInfo = KSCrashLib; |
| 58 | + }; |
| 59 | + 03193C9A1CD78DF600E8AB83 /* PBXContainerItemProxy */ = { |
| 60 | + isa = PBXContainerItemProxy; |
| 61 | + containerPortal = 03193C911CD78DF600E8AB83 /* KSCrash-iOS.xcodeproj */; |
| 62 | + proxyType = 2; |
| 63 | + remoteGlobalIDString = CB6D133317EB749A00BC2C04; |
| 64 | + remoteInfo = KSCrashTests; |
| 65 | + }; |
| 66 | + 03193C9C1CD78DF600E8AB83 /* PBXContainerItemProxy */ = { |
| 67 | + isa = PBXContainerItemProxy; |
| 68 | + containerPortal = 03193C911CD78DF600E8AB83 /* KSCrash-iOS.xcodeproj */; |
| 69 | + proxyType = 2; |
| 70 | + remoteGlobalIDString = 03DE7B6A1C84DEF700F789BA; |
| 71 | + remoteInfo = KSCrash; |
| 72 | + }; |
| 73 | + 03193C9E1CD78DF600E8AB83 /* PBXContainerItemProxy */ = { |
| 74 | + isa = PBXContainerItemProxy; |
| 75 | + containerPortal = 03193C911CD78DF600E8AB83 /* KSCrash-iOS.xcodeproj */; |
| 76 | + proxyType = 2; |
| 77 | + remoteGlobalIDString = EDF2BF211CCF15AD004BADF4; |
| 78 | + remoteInfo = KSCrash_static; |
| 79 | + }; |
| 80 | + 03193CA01CD78E2100E8AB83 /* PBXContainerItemProxy */ = { |
| 81 | + isa = PBXContainerItemProxy; |
| 82 | + containerPortal = 03193C911CD78DF600E8AB83 /* KSCrash-iOS.xcodeproj */; |
| 83 | + proxyType = 1; |
| 84 | + remoteGlobalIDString = 03DE7B691C84DEF700F789BA; |
| 85 | + remoteInfo = KSCrash; |
| 86 | + }; |
54 | 87 | 03E94AF81C22595C009F8F29 /* PBXContainerItemProxy */ = {
|
55 | 88 | isa = PBXContainerItemProxy;
|
56 | 89 | containerPortal = 03E94AE31C22595B009F8F29 /* Project object */;
|
|
69 | 102 |
|
70 | 103 | /* Begin PBXFileReference section */
|
71 | 104 | 0303BC3E1C29FC3F003E7B16 /* EventSerializable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventSerializable.swift; sourceTree = "<group>"; };
|
| 105 | + 03193C911CD78DF600E8AB83 /* KSCrash-iOS.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "KSCrash-iOS.xcodeproj"; path = "Carthage/Checkouts/KSCrash/iOS/KSCrash-iOS.xcodeproj"; sourceTree = "<group>"; }; |
72 | 106 | 033A34281C605B7E00BED5AE /* EventProperties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventProperties.swift; sourceTree = "<group>"; };
|
73 | 107 | 033A342B1C60693400BED5AE /* User.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = "<group>"; };
|
74 | 108 | 035242911C988D2400A65D6D /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
95 | 129 | 03E94AF61C22595C009F8F29 /* SentrySwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SentrySwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
96 | 130 | 03E94B0B1C22596A009F8F29 /* SentrySwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SentrySwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
97 | 131 | 03E94B141C22596A009F8F29 /* SentrySwift-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SentrySwift-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
98 |
| - 217A961F1CD67736006C681F /* KSCrash.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = KSCrash.framework; path = Carthage/Build/iOS/KSCrash.framework; sourceTree = "<group>"; }; |
99 | 132 | /* End PBXFileReference section */
|
100 | 133 |
|
101 | 134 | /* Begin PBXFrameworksBuildPhase section */
|
|
118 | 151 | isa = PBXFrameworksBuildPhase;
|
119 | 152 | buildActionMask = 2147483647;
|
120 | 153 | files = (
|
121 |
| - 217A96231CD67746006C681F /* KSCrash.framework in Frameworks */, |
122 | 154 | );
|
123 | 155 | runOnlyForDeploymentPostprocessing = 0;
|
124 | 156 | };
|
125 | 157 | 03E94B111C22596A009F8F29 /* Frameworks */ = {
|
126 | 158 | isa = PBXFrameworksBuildPhase;
|
127 | 159 | buildActionMask = 2147483647;
|
128 | 160 | files = (
|
129 |
| - 03E94B151C22596A009F8F29 /* SentrySwift.framework in Frameworks */, |
130 | 161 | );
|
131 | 162 | runOnlyForDeploymentPostprocessing = 0;
|
132 | 163 | };
|
133 | 164 | /* End PBXFrameworksBuildPhase section */
|
134 | 165 |
|
135 | 166 | /* Begin PBXGroup section */
|
| 167 | + 03193C921CD78DF600E8AB83 /* Products */ = { |
| 168 | + isa = PBXGroup; |
| 169 | + children = ( |
| 170 | + 03193C991CD78DF600E8AB83 /* libKSCrashLib.a */, |
| 171 | + 03193C9B1CD78DF600E8AB83 /* KSCrashTests.xctest */, |
| 172 | + 03193C9D1CD78DF600E8AB83 /* KSCrash.framework */, |
| 173 | + 03193C9F1CD78DF600E8AB83 /* KSCrash.framework */, |
| 174 | + ); |
| 175 | + name = Products; |
| 176 | + sourceTree = "<group>"; |
| 177 | + }; |
136 | 178 | 035242901C988D2400A65D6D /* SentrySwift */ = {
|
137 | 179 | isa = PBXGroup;
|
138 | 180 | children = (
|
|
234 | 276 | 217A96221CD6773F006C681F /* iOS */ = {
|
235 | 277 | isa = PBXGroup;
|
236 | 278 | children = (
|
237 |
| - 217A961F1CD67736006C681F /* KSCrash.framework */, |
| 279 | + 03193C911CD78DF600E8AB83 /* KSCrash-iOS.xcodeproj */, |
238 | 280 | );
|
239 | 281 | name = iOS;
|
240 | 282 | sourceTree = "<group>";
|
|
309 | 351 | buildRules = (
|
310 | 352 | );
|
311 | 353 | dependencies = (
|
| 354 | + 03193CA11CD78E2100E8AB83 /* PBXTargetDependency */, |
312 | 355 | );
|
313 | 356 | name = "SentrySwift-iOS";
|
314 | 357 | productName = "RavenSwift-iOS";
|
|
366 | 409 | mainGroup = 03E94AE21C22595B009F8F29;
|
367 | 410 | productRefGroup = 03E94AED1C22595B009F8F29 /* Products */;
|
368 | 411 | projectDirPath = "";
|
| 412 | + projectReferences = ( |
| 413 | + { |
| 414 | + ProductGroup = 03193C921CD78DF600E8AB83 /* Products */; |
| 415 | + ProjectRef = 03193C911CD78DF600E8AB83 /* KSCrash-iOS.xcodeproj */; |
| 416 | + }, |
| 417 | + ); |
369 | 418 | projectRoot = "";
|
370 | 419 | targets = (
|
371 | 420 | 03E94AEB1C22595B009F8F29 /* SentrySwift */,
|
|
376 | 425 | };
|
377 | 426 | /* End PBXProject section */
|
378 | 427 |
|
| 428 | +/* Begin PBXReferenceProxy section */ |
| 429 | + 03193C991CD78DF600E8AB83 /* libKSCrashLib.a */ = { |
| 430 | + isa = PBXReferenceProxy; |
| 431 | + fileType = archive.ar; |
| 432 | + path = libKSCrashLib.a; |
| 433 | + remoteRef = 03193C981CD78DF600E8AB83 /* PBXContainerItemProxy */; |
| 434 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 435 | + }; |
| 436 | + 03193C9B1CD78DF600E8AB83 /* KSCrashTests.xctest */ = { |
| 437 | + isa = PBXReferenceProxy; |
| 438 | + fileType = wrapper.cfbundle; |
| 439 | + path = KSCrashTests.xctest; |
| 440 | + remoteRef = 03193C9A1CD78DF600E8AB83 /* PBXContainerItemProxy */; |
| 441 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 442 | + }; |
| 443 | + 03193C9D1CD78DF600E8AB83 /* KSCrash.framework */ = { |
| 444 | + isa = PBXReferenceProxy; |
| 445 | + fileType = wrapper.framework; |
| 446 | + path = KSCrash.framework; |
| 447 | + remoteRef = 03193C9C1CD78DF600E8AB83 /* PBXContainerItemProxy */; |
| 448 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 449 | + }; |
| 450 | + 03193C9F1CD78DF600E8AB83 /* KSCrash.framework */ = { |
| 451 | + isa = PBXReferenceProxy; |
| 452 | + fileType = wrapper.framework; |
| 453 | + path = KSCrash.framework; |
| 454 | + remoteRef = 03193C9E1CD78DF600E8AB83 /* PBXContainerItemProxy */; |
| 455 | + sourceTree = BUILT_PRODUCTS_DIR; |
| 456 | + }; |
| 457 | +/* End PBXReferenceProxy section */ |
| 458 | + |
379 | 459 | /* Begin PBXResourcesBuildPhase section */
|
380 | 460 | 03E94AEA1C22595B009F8F29 /* Resources */ = {
|
381 | 461 | isa = PBXResourcesBuildPhase;
|
|
475 | 555 | /* End PBXSourcesBuildPhase section */
|
476 | 556 |
|
477 | 557 | /* Begin PBXTargetDependency section */
|
| 558 | + 03193CA11CD78E2100E8AB83 /* PBXTargetDependency */ = { |
| 559 | + isa = PBXTargetDependency; |
| 560 | + name = KSCrash; |
| 561 | + targetProxy = 03193CA01CD78E2100E8AB83 /* PBXContainerItemProxy */; |
| 562 | + }; |
478 | 563 | 03E94AF91C22595C009F8F29 /* PBXTargetDependency */ = {
|
479 | 564 | isa = PBXTargetDependency;
|
480 | 565 | target = 03E94AEB1C22595B009F8F29 /* SentrySwift */;
|
|
578 | 663 | isa = XCBuildConfiguration;
|
579 | 664 | buildSettings = {
|
580 | 665 | CLANG_ENABLE_MODULES = YES;
|
581 |
| - CODE_SIGN_IDENTITY = "Mac Developer"; |
| 666 | + CODE_SIGN_IDENTITY = ""; |
582 | 667 | COMBINE_HIDPI_IMAGES = YES;
|
583 | 668 | DEFINES_MODULE = YES;
|
584 | 669 | DYLIB_COMPATIBILITY_VERSION = 1;
|
|
600 | 685 | isa = XCBuildConfiguration;
|
601 | 686 | buildSettings = {
|
602 | 687 | CLANG_ENABLE_MODULES = YES;
|
603 |
| - CODE_SIGN_IDENTITY = "Mac Developer"; |
| 688 | + CODE_SIGN_IDENTITY = ""; |
604 | 689 | COMBINE_HIDPI_IMAGES = YES;
|
605 | 690 | DEFINES_MODULE = YES;
|
606 | 691 | DYLIB_COMPATIBILITY_VERSION = 1;
|
|
658 | 743 | DYLIB_COMPATIBILITY_VERSION = 1;
|
659 | 744 | DYLIB_CURRENT_VERSION = 1;
|
660 | 745 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
661 |
| - FRAMEWORK_SEARCH_PATHS = ( |
662 |
| - "$(inherited)", |
663 |
| - "$(PROJECT_DIR)/Carthage/Build/iOS", |
664 |
| - ); |
| 746 | + EMBEDDED_CONTENT_CONTAINS_SWIFT = NO; |
| 747 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
665 | 748 | INFOPLIST_FILE = SentrySwift/Info.plist;
|
666 | 749 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
667 | 750 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
668 | 751 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
| 752 | + LIBRARY_SEARCH_PATHS = ""; |
669 | 753 | PRODUCT_BUNDLE_IDENTIFIER = "com.getsentry.$(PRODUCT_NAME:rfc1034identifier)";
|
670 | 754 | PRODUCT_NAME = SentrySwift;
|
671 | 755 | SDKROOT = iphoneos;
|
|
685 | 769 | DYLIB_COMPATIBILITY_VERSION = 1;
|
686 | 770 | DYLIB_CURRENT_VERSION = 1;
|
687 | 771 | DYLIB_INSTALL_NAME_BASE = "@rpath";
|
688 |
| - FRAMEWORK_SEARCH_PATHS = ( |
689 |
| - "$(inherited)", |
690 |
| - "$(PROJECT_DIR)/Carthage/Build/iOS", |
691 |
| - ); |
| 772 | + EMBEDDED_CONTENT_CONTAINS_SWIFT = NO; |
| 773 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
692 | 774 | INFOPLIST_FILE = SentrySwift/Info.plist;
|
693 | 775 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
694 | 776 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
695 | 777 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
| 778 | + LIBRARY_SEARCH_PATHS = ""; |
696 | 779 | PRODUCT_BUNDLE_IDENTIFIER = "com.getsentry.$(PRODUCT_NAME:rfc1034identifier)";
|
697 | 780 | PRODUCT_NAME = SentrySwift;
|
698 | 781 | SDKROOT = iphoneos;
|
|
706 | 789 | isa = XCBuildConfiguration;
|
707 | 790 | buildSettings = {
|
708 | 791 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
| 792 | + EMBEDDED_CONTENT_CONTAINS_SWIFT = NO; |
| 793 | + FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/iOS"; |
709 | 794 | INFOPLIST_FILE = SentrySwiftTests/Info.plist;
|
710 | 795 | IPHONEOS_DEPLOYMENT_TARGET = 9.2;
|
711 | 796 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
719 | 804 | isa = XCBuildConfiguration;
|
720 | 805 | buildSettings = {
|
721 | 806 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
| 807 | + EMBEDDED_CONTENT_CONTAINS_SWIFT = NO; |
| 808 | + FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/iOS"; |
722 | 809 | INFOPLIST_FILE = SentrySwiftTests/Info.plist;
|
723 | 810 | IPHONEOS_DEPLOYMENT_TARGET = 9.2;
|
724 | 811 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
0 commit comments