|
1027 | 1027 | 63AA75951EB8AEDB00D153DE /* SentryTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryTests.m; sourceTree = "<group>"; }; |
1028 | 1028 | 63AA759B1EB8AEF500D153DE /* Sentry.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Sentry.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
1029 | 1029 | 63AA75C51EB8B00100D153DE /* Sentry.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sentry.xcconfig; sourceTree = "<group>"; }; |
1030 | | - 63AA75C71EB8B06100D153DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 1030 | + 63AA75C71EB8B06100D153DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../Resources/Info.plist; sourceTree = "<group>"; }; |
1031 | 1031 | 63AA75ED1EB8B3C400D153DE /* SentryClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryClient.m; sourceTree = "<group>"; }; |
1032 | 1032 | 63AA76651EB8CB2F00D153DE /* SentryTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SentryTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
1033 | 1033 | 63AA76781EB8D20500D153DE /* SentryLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SentryLog.m; sourceTree = "<group>"; }; |
|
1518 | 1518 | 7D9B079F23D1E89800C5FC8E /* SentryMeta.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryMeta.h; path = include/SentryMeta.h; sourceTree = "<group>"; }; |
1519 | 1519 | 7DAC588E23D8B2E0001CF26B /* SentryGlobalEventProcessor.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryGlobalEventProcessor.m; sourceTree = "<group>"; }; |
1520 | 1520 | 7DB3A684238EA75E00A2D442 /* SentryHttpTransport.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryHttpTransport.m; sourceTree = "<group>"; }; |
1521 | | - 7DC27E9823995F97006998B5 /* Sentry.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = Sentry.modulemap; sourceTree = "<group>"; }; |
| 1521 | + 7DC27E9823995F97006998B5 /* Sentry.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; name = Sentry.modulemap; path = ../Resources/Sentry.modulemap; sourceTree = "<group>"; }; |
1522 | 1522 | 7DC27EC323997EB7006998B5 /* SentryAutoBreadcrumbTrackingIntegration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryAutoBreadcrumbTrackingIntegration.h; path = include/SentryAutoBreadcrumbTrackingIntegration.h; sourceTree = "<group>"; }; |
1523 | 1523 | 7DC27EC423997EB7006998B5 /* SentryAutoBreadcrumbTrackingIntegration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryAutoBreadcrumbTrackingIntegration.m; sourceTree = "<group>"; }; |
1524 | 1524 | 7DC830FF239826280043DD9A /* SentryIntegrationProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryIntegrationProtocol.h; path = Public/SentryIntegrationProtocol.h; sourceTree = "<group>"; }; |
|
4695 | 4695 | "$(inherited)", |
4696 | 4696 | ); |
4697 | 4697 | GCC_WARN_SHADOW = YES; |
4698 | | - INFOPLIST_FILE = Sources/Resources/Info.plist; |
4699 | 4698 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
4700 | 4699 | LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)"; |
4701 | 4700 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
4702 | | - MODULEMAP_FILE = "$(SRCROOT)/Sources/Resources/Sentry.modulemap"; |
4703 | 4701 | ONLY_ACTIVE_ARCH = YES; |
4704 | 4702 | OTHER_CFLAGS = "-DCARTHAGE_$(CARTHAGE)"; |
4705 | 4703 | PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry; |
|
4734 | 4732 | GCC_C_LANGUAGE_STANDARD = "compiler-default"; |
4735 | 4733 | GCC_OPTIMIZATION_LEVEL = s; |
4736 | 4734 | GCC_WARN_SHADOW = YES; |
4737 | | - INFOPLIST_FILE = Sources/Resources/Info.plist; |
4738 | 4735 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
4739 | 4736 | LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)"; |
4740 | 4737 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
4741 | | - MODULEMAP_FILE = "$(SRCROOT)/Sources/Resources/Sentry.modulemap"; |
4742 | 4738 | ONLY_ACTIVE_ARCH = NO; |
4743 | 4739 | OTHER_CFLAGS = "-DCARTHAGE_$(CARTHAGE)"; |
4744 | 4740 | PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry; |
|
4889 | 4885 | "TESTCI=1", |
4890 | 4886 | ); |
4891 | 4887 | GCC_WARN_SHADOW = YES; |
4892 | | - INFOPLIST_FILE = Sources/Resources/Info.plist; |
4893 | 4888 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
4894 | 4889 | LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)"; |
4895 | 4890 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
4896 | | - MODULEMAP_FILE = "$(SRCROOT)/Sources/Resources/Sentry.modulemap"; |
4897 | 4891 | ONLY_ACTIVE_ARCH = YES; |
4898 | 4892 | OTHER_CFLAGS = "-DCARTHAGE_$(CARTHAGE)"; |
4899 | 4893 | PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry; |
|
5236 | 5230 | GCC_C_LANGUAGE_STANDARD = "compiler-default"; |
5237 | 5231 | GCC_OPTIMIZATION_LEVEL = 0; |
5238 | 5232 | GCC_WARN_SHADOW = YES; |
5239 | | - INFOPLIST_FILE = Sources/Resources/Info.plist; |
5240 | 5233 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
5241 | 5234 | LD_DYLIB_INSTALL_NAME = "$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(EXECUTABLE_PATH)"; |
5242 | 5235 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
5243 | | - MODULEMAP_FILE = "$(SRCROOT)/Sources/Resources/Sentry.modulemap"; |
5244 | 5236 | ONLY_ACTIVE_ARCH = YES; |
5245 | 5237 | OTHER_CFLAGS = "-DCARTHAGE_$(CARTHAGE)"; |
5246 | 5238 | PRODUCT_BUNDLE_IDENTIFIER = io.sentry.Sentry; |
|
0 commit comments