|
217 | 217 | 5E4C07FC1DFF66B00042B1F8 /* OPTLYNetworkServiceTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4C07FA1DFF66B00042B1F8 /* OPTLYNetworkServiceTest.m */; };
|
218 | 218 | 5ECBBE681DDE6A800028FF6B /* OPTLYVariable.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ECBBE661DDE6A800028FF6B /* OPTLYVariable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
219 | 219 | 5ECBBE691DDE6A800028FF6B /* OPTLYVariable.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ECBBE671DDE6A800028FF6B /* OPTLYVariable.m */; };
|
| 220 | + 9084F7812150D4F700ACBA99 /* OPTLYEventTagUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 9084F77F2150D4F700ACBA99 /* OPTLYEventTagUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 221 | + 9084F7822150D4F800ACBA99 /* OPTLYEventTagUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 9084F77F2150D4F700ACBA99 /* OPTLYEventTagUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 222 | + 9084F7832150D4F800ACBA99 /* OPTLYEventTagUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084F7802150D4F700ACBA99 /* OPTLYEventTagUtil.m */; }; |
| 223 | + 9084F7842150D4F800ACBA99 /* OPTLYEventTagUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084F7802150D4F700ACBA99 /* OPTLYEventTagUtil.m */; }; |
220 | 224 | 90855D0020ED254500A97BEC /* OPTLYControlAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 90855CFC20ED237F00A97BEC /* OPTLYControlAttributes.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
221 | 225 | 90855D0120ED254600A97BEC /* OPTLYControlAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 90855CFC20ED237F00A97BEC /* OPTLYControlAttributes.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
222 | 226 | 90855D0D20ED2E0100A97BEC /* OPTLYControlAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 90855D0420ED2B0200A97BEC /* OPTLYControlAttributes.m */; };
|
|
614 | 618 | 5ECBBE671DDE6A800028FF6B /* OPTLYVariable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OPTLYVariable.m; sourceTree = "<group>"; };
|
615 | 619 | 8766E217ECD3BEA353B080F5 /* Pods_OptimizelySDKCoreiOSTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OptimizelySDKCoreiOSTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
616 | 620 | 8B04E0101E180FAD8C9CA7A6 /* Pods_OptimizelySDKCoreiOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OptimizelySDKCoreiOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 621 | + 9084F77F2150D4F700ACBA99 /* OPTLYEventTagUtil.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OPTLYEventTagUtil.h; sourceTree = "<group>"; }; |
| 622 | + 9084F7802150D4F700ACBA99 /* OPTLYEventTagUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OPTLYEventTagUtil.m; sourceTree = "<group>"; }; |
617 | 623 | 90855CFC20ED237F00A97BEC /* OPTLYControlAttributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OPTLYControlAttributes.h; path = OptimizelySDKCore/OPTLYControlAttributes.h; sourceTree = "<group>"; };
|
618 | 624 | 90855D0420ED2B0200A97BEC /* OPTLYControlAttributes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OPTLYControlAttributes.m; path = OptimizelySDKCore/OPTLYControlAttributes.m; sourceTree = "<group>"; };
|
619 | 625 | 924C83E5511EF3E43FC015AF /* Pods-OptimizelySDKCoreTVOSTests.rc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OptimizelySDKCoreTVOSTests.rc.xcconfig"; path = "../Pods/Target Support Files/Pods-OptimizelySDKCoreTVOSTests/Pods-OptimizelySDKCoreTVOSTests.rc.xcconfig"; sourceTree = "<group>"; };
|
|
1004 | 1010 | EA2FAB6E1DC6F5F400B1D81B /* OPTLYLog.m */,
|
1005 | 1011 | EA064BC51DD3FC8800DF7537 /* OPTLYQueue.h */,
|
1006 | 1012 | EA064BC61DD3FC8800DF7537 /* OPTLYQueue.m */,
|
| 1013 | + 9084F77F2150D4F700ACBA99 /* OPTLYEventTagUtil.h */, |
| 1014 | + 9084F7802150D4F700ACBA99 /* OPTLYEventTagUtil.m */, |
1007 | 1015 | );
|
1008 | 1016 | name = Utilities;
|
1009 | 1017 | sourceTree = "<group>";
|
|
1350 | 1358 | EA2FAAE21DC6F57200B1D81B /* OPTLYEventMetric.h in Headers */,
|
1351 | 1359 | EA2FAA8E1DC6F57100B1D81B /* OPTLYAudience.h in Headers */,
|
1352 | 1360 | EA2FAA9A1DC6F57100B1D81B /* OPTLYCondition.h in Headers */,
|
| 1361 | + 9084F7812150D4F700ACBA99 /* OPTLYEventTagUtil.h in Headers */, |
1353 | 1362 | EA16D9361ECBA9B200C4C998 /* OPTLYUserProfile.h in Headers */,
|
1354 | 1363 | EA16D93C1ECBD90E00C4C998 /* OPTLYExperimentBucketMapEntity.h in Headers */,
|
1355 | 1364 | EA8FD0DF1DE9798E00D950AD /* OPTLYNetworkService.h in Headers */,
|
|
1414 | 1423 | EA2FAAEF1DC6F57200B1D81B /* OPTLYEventRelatedEvent.h in Headers */,
|
1415 | 1424 | EAC5F3441E7B7DDF00C087B8 /* OPTLYEventDispatcherBasic.h in Headers */,
|
1416 | 1425 | EA16D9371ECBA9B200C4C998 /* OPTLYUserProfile.h in Headers */,
|
| 1426 | + 9084F7822150D4F800ACBA99 /* OPTLYEventTagUtil.h in Headers */, |
1417 | 1427 | EA16D93D1ECBD90E00C4C998 /* OPTLYExperimentBucketMapEntity.h in Headers */,
|
1418 | 1428 | EAC5F3541E7B7EEF00C087B8 /* OPTLYUserProfileServiceBasic.h in Headers */,
|
1419 | 1429 | EA2FAAA71DC6F57200B1D81B /* OPTLYDecisionEventTicket.h in Headers */,
|
|
1910 | 1920 | EA2FAC101DC6FFC600B1D81B /* OPTLYEvent.m in Sources */,
|
1911 | 1921 | 3EA563A11FFD23FF00D0E311 /* OPTLYNotificationCenter.m in Sources */,
|
1912 | 1922 | EA16D9441ECCC5C600C4C998 /* OPTLYDecisionService.m in Sources */,
|
| 1923 | + 9084F7832150D4F800ACBA99 /* OPTLYEventTagUtil.m in Sources */, |
1913 | 1924 | EAC5F3551E7B7EEF00C087B8 /* OPTLYUserProfileServiceBasic.m in Sources */,
|
1914 | 1925 | EA2FAC111DC6FFC600B1D81B /* OPTLYEventAudience.m in Sources */,
|
1915 | 1926 | EA2FAC121DC6FFC600B1D81B /* OPTLYEventDecision.m in Sources */,
|
|
2000 | 2011 | EA16D9451ECCC5C600C4C998 /* OPTLYDecisionService.m in Sources */,
|
2001 | 2012 | 3EA563A21FFD23FF00D0E311 /* OPTLYNotificationCenter.m in Sources */,
|
2002 | 2013 | EA2FABEC1DC6FFA100B1D81B /* OPTLYEventAudience.m in Sources */,
|
| 2014 | + 9084F7842150D4F800ACBA99 /* OPTLYEventTagUtil.m in Sources */, |
2003 | 2015 | EA2FABED1DC6FFA100B1D81B /* OPTLYEventDecision.m in Sources */,
|
2004 | 2016 | EA2FABEE1DC6FFA100B1D81B /* OPTLYEventDecisionTicket.m in Sources */,
|
2005 | 2017 | EA2FABEF1DC6FFA100B1D81B /* OPTLYEventFeature.m in Sources */,
|
|
0 commit comments