|
422 | 422 | 3D38A02E2B35B087006928E7 /* LegacySubscriptionSessionStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D38A02A2B35B087006928E7 /* LegacySubscriptionSessionStrategy.swift */; }; |
423 | 423 | 3D38A0302B35B208006928E7 /* subscription_handshake_success.json in Resources */ = {isa = PBXBuildFile; fileRef = 3D38A02F2B35B208006928E7 /* subscription_handshake_success.json */; }; |
424 | 424 | 3D3C38832C47D62700E782E7 /* KMPError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D3C38822C47D62700E782E7 /* KMPError.swift */; }; |
| 425 | + 3D3E28B82E69C310009B55E0 /* MembershipsEndpointIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D3E28B72E69C310009B55E0 /* MembershipsEndpointIntegrationTests.swift */; }; |
| 426 | + 3D3E28BA2E6ADF00009B55E0 /* MembersEndpointIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D3E28B92E6ADF00009B55E0 /* MembersEndpointIntegrationTests.swift */; }; |
425 | 427 | 3D452B252C05DF6D008987D4 /* KMPHereNowResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D452B242C05DF6D008987D4 /* KMPHereNowResult.swift */; }; |
426 | 428 | 3D4ED42F2B519FC500FE58C7 /* SubscriptionSessionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D4ED42E2B519FC500FE58C7 /* SubscriptionSessionTests.swift */; }; |
427 | 429 | 3D5BE9AE2BCEA5B50091ACA7 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 3D34160A2BB5832E008558A0 /* PrivacyInfo.xcprivacy */; }; |
|
1050 | 1052 | 3D38A02A2B35B087006928E7 /* LegacySubscriptionSessionStrategy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LegacySubscriptionSessionStrategy.swift; sourceTree = "<group>"; }; |
1051 | 1053 | 3D38A02F2B35B208006928E7 /* subscription_handshake_success.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = subscription_handshake_success.json; sourceTree = "<group>"; }; |
1052 | 1054 | 3D3C38822C47D62700E782E7 /* KMPError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KMPError.swift; sourceTree = "<group>"; }; |
| 1055 | + 3D3E28B72E69C310009B55E0 /* MembershipsEndpointIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MembershipsEndpointIntegrationTests.swift; sourceTree = "<group>"; }; |
| 1056 | + 3D3E28B92E6ADF00009B55E0 /* MembersEndpointIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MembersEndpointIntegrationTests.swift; sourceTree = "<group>"; }; |
1053 | 1057 | 3D452B242C05DF6D008987D4 /* KMPHereNowResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KMPHereNowResult.swift; sourceTree = "<group>"; }; |
1054 | 1058 | 3D4ED42E2B519FC500FE58C7 /* SubscriptionSessionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SubscriptionSessionTests.swift; sourceTree = "<group>"; }; |
1055 | 1059 | 3D6265D62ABCA79100FDD5E6 /* CryptorUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CryptorUtils.swift; sourceTree = "<group>"; }; |
|
1401 | 1405 | 3DADDF962DCB4E8E001564C3 /* ChannelGroupEndpointIntegrationTests.swift */, |
1402 | 1406 | 3D0934352DD33A74007132B1 /* FilesEndpointIntegrationTests.swift */, |
1403 | 1407 | 3D2AF8BC2DD72CEB009303B6 /* HistoryEndpointIntegrationTests.swift */, |
| 1408 | + 3D3E28B72E69C310009B55E0 /* MembershipsEndpointIntegrationTests.swift */, |
| 1409 | + 3D3E28B92E6ADF00009B55E0 /* MembersEndpointIntegrationTests.swift */, |
1404 | 1410 | 3DADDF942DCB4776001564C3 /* Helpers */, |
1405 | 1411 | ); |
1406 | 1412 | path = Integration; |
|
3413 | 3419 | 35293AA2236B51A00049A71F /* PubNub+Integration.swift in Sources */, |
3414 | 3420 | 3DADDF972DCB4E8E001564C3 /* ChannelGroupEndpointIntegrationTests.swift in Sources */, |
3415 | 3421 | 3562DBBD23429798006DFFBC /* UserObjectsEndpointIntegrationTests.swift in Sources */, |
| 3422 | + 3D3E28BA2E6ADF00009B55E0 /* MembersEndpointIntegrationTests.swift in Sources */, |
3416 | 3423 | 35293A9A236A1DE70049A71F /* MessageActionsEndpointIntegrationTests.swift in Sources */, |
3417 | 3424 | 3D2AF8BD2DD72CEB009303B6 /* HistoryEndpointIntegrationTests.swift in Sources */, |
3418 | 3425 | 3562DBC1234408DC006DFFBC /* ChannelObjectsEndpointIntegrationTests.swift in Sources */, |
3419 | 3426 | 3DAB7C512DD5047F0003D693 /* XCTestCase+Integration.swift in Sources */, |
| 3427 | + 3D3E28B82E69C310009B55E0 /* MembershipsEndpointIntegrationTests.swift in Sources */, |
3420 | 3428 | 3D0934362DD33A74007132B1 /* FilesEndpointIntegrationTests.swift in Sources */, |
3421 | 3429 | 359287C7232712520046F7A2 /* PresenceEndpointIntegrationTests.swift in Sources */, |
3422 | 3430 | 3520962F2358D64C00A641DF /* TestSetup.swift in Sources */, |
|
4035 | 4043 | "@loader_path/Frameworks", |
4036 | 4044 | ); |
4037 | 4045 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
4038 | | - MARKETING_VERSION = 9.3.3; |
| 4046 | + MARKETING_VERSION = 9.3.4; |
4039 | 4047 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17"; |
4040 | 4048 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
4041 | 4049 | MTL_FAST_MATH = YES; |
|
4086 | 4094 | "@loader_path/Frameworks", |
4087 | 4095 | ); |
4088 | 4096 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
4089 | | - MARKETING_VERSION = 9.3.3; |
| 4097 | + MARKETING_VERSION = 9.3.4; |
4090 | 4098 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17"; |
4091 | 4099 | MTL_ENABLE_DEBUG_INFO = NO; |
4092 | 4100 | MTL_FAST_MATH = YES; |
|
4194 | 4202 | "@loader_path/Frameworks", |
4195 | 4203 | ); |
4196 | 4204 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
4197 | | - MARKETING_VERSION = 9.3.3; |
| 4205 | + MARKETING_VERSION = 9.3.4; |
4198 | 4206 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17"; |
4199 | 4207 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
4200 | 4208 | MTL_FAST_MATH = YES; |
|
4247 | 4255 | "@loader_path/Frameworks", |
4248 | 4256 | ); |
4249 | 4257 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
4250 | | - MARKETING_VERSION = 9.3.3; |
| 4258 | + MARKETING_VERSION = 9.3.4; |
4251 | 4259 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17"; |
4252 | 4260 | MTL_ENABLE_DEBUG_INFO = NO; |
4253 | 4261 | MTL_FAST_MATH = YES; |
|
4368 | 4376 | "@loader_path/Frameworks", |
4369 | 4377 | ); |
4370 | 4378 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
4371 | | - MARKETING_VERSION = 9.3.3; |
| 4379 | + MARKETING_VERSION = 9.3.4; |
4372 | 4380 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17"; |
4373 | 4381 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
4374 | 4382 | MTL_FAST_MATH = YES; |
|
4420 | 4428 | "@loader_path/Frameworks", |
4421 | 4429 | ); |
4422 | 4430 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
4423 | | - MARKETING_VERSION = 9.3.3; |
| 4431 | + MARKETING_VERSION = 9.3.4; |
4424 | 4432 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++17"; |
4425 | 4433 | MTL_ENABLE_DEBUG_INFO = NO; |
4426 | 4434 | MTL_FAST_MATH = YES; |
|
4900 | 4908 | "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", |
4901 | 4909 | ); |
4902 | 4910 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
4903 | | - MARKETING_VERSION = 9.3.3; |
| 4911 | + MARKETING_VERSION = 9.3.4; |
4904 | 4912 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++14"; |
4905 | 4913 | OTHER_CFLAGS = "$(inherited)"; |
4906 | 4914 | OTHER_LDFLAGS = "$(inherited)"; |
|
4943 | 4951 | "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", |
4944 | 4952 | ); |
4945 | 4953 | MACOSX_DEPLOYMENT_TARGET = 10.15; |
4946 | | - MARKETING_VERSION = 9.3.3; |
| 4954 | + MARKETING_VERSION = 9.3.4; |
4947 | 4955 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++14"; |
4948 | 4956 | OTHER_CFLAGS = "$(inherited)"; |
4949 | 4957 | OTHER_LDFLAGS = "$(inherited)"; |
|
0 commit comments