Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
3ED0F1C9200F37BE00FCFBE0 /* OPTLYRollout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ED0F1B5200F37A700FCFBE0 /* OPTLYRollout.m */; };
3ED0F1CA200F37BE00FCFBE0 /* OPTLYVariableUsage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED0F1B8200F37A700FCFBE0 /* OPTLYVariableUsage.h */; settings = {ATTRIBUTES = (Public, ); }; };
3ED0F1CB200F37BE00FCFBE0 /* OPTLYVariableUsage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3ED0F1B9200F37A700FCFBE0 /* OPTLYVariableUsage.m */; };
90337593215A1A80002FC716 /* OPTLYEventTagUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 90337591215A1A80002FC716 /* OPTLYEventTagUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
90337594215A1A80002FC716 /* OPTLYEventTagUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 90337591215A1A80002FC716 /* OPTLYEventTagUtil.h */; settings = {ATTRIBUTES = (Public, ); }; };
90337595215A1A80002FC716 /* OPTLYEventTagUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 90337592215A1A80002FC716 /* OPTLYEventTagUtil.m */; };
90337596215A1A80002FC716 /* OPTLYEventTagUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 90337592215A1A80002FC716 /* OPTLYEventTagUtil.m */; };
90855D0920ED2C4000A97BEC /* OPTLYControlAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 90855D0720ED2C3F00A97BEC /* OPTLYControlAttributes.m */; };
90855D0A20ED2C4000A97BEC /* OPTLYControlAttributes.m in Sources */ = {isa = PBXBuildFile; fileRef = 90855D0720ED2C3F00A97BEC /* OPTLYControlAttributes.m */; };
90855D0B20ED2C4000A97BEC /* OPTLYControlAttributes.h in Headers */ = {isa = PBXBuildFile; fileRef = 90855D0820ED2C4000A97BEC /* OPTLYControlAttributes.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -400,6 +404,8 @@
3F6E90F761F4B4023BCD8886 /* Pods-OptimizelySDKiOSUniversalTests.rc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OptimizelySDKiOSUniversalTests.rc.xcconfig"; path = "../Pods/Target Support Files/Pods-OptimizelySDKiOSUniversalTests/Pods-OptimizelySDKiOSUniversalTests.rc.xcconfig"; sourceTree = "<group>"; };
4255C48815E69CE80CA972F1 /* Pods-OptimizelySDKTVOSUniversalTests.rc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OptimizelySDKTVOSUniversalTests.rc.xcconfig"; path = "../Pods/Target Support Files/Pods-OptimizelySDKTVOSUniversalTests/Pods-OptimizelySDKTVOSUniversalTests.rc.xcconfig"; sourceTree = "<group>"; };
821ECAB08BA28A73A7D94EAC /* Pods_OptimizelySDKiOSUniversalTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OptimizelySDKiOSUniversalTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
90337591215A1A80002FC716 /* OPTLYEventTagUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OPTLYEventTagUtil.h; sourceTree = "<group>"; };
90337592215A1A80002FC716 /* OPTLYEventTagUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OPTLYEventTagUtil.m; sourceTree = "<group>"; };
90855D0720ED2C3F00A97BEC /* OPTLYControlAttributes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OPTLYControlAttributes.m; path = ../OptimizelySDKCore/OptimizelySDKCore/OPTLYControlAttributes.m; sourceTree = SOURCE_ROOT; };
90855D0820ED2C4000A97BEC /* OPTLYControlAttributes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OPTLYControlAttributes.h; path = ../OptimizelySDKCore/OptimizelySDKCore/OPTLYControlAttributes.h; sourceTree = SOURCE_ROOT; };
AB5B18573E1770FC43BE1EF9 /* Pods_OptimizelySDKTVOSUniversalTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OptimizelySDKTVOSUniversalTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -759,8 +765,6 @@
EAC5F1871E7B60D700C087B8 /* Core */ = {
isa = PBXGroup;
children = (
90855D0820ED2C4000A97BEC /* OPTLYControlAttributes.h */,
90855D0720ED2C3F00A97BEC /* OPTLYControlAttributes.m */,
EAC5F2921E7B651700C087B8 /* Optimizely.h */,
EAC5F1311E7B604C00C087B8 /* Optimizely.m */,
EAC5F88B1E81E2AA00C087B8 /* OptimizelySDKCore.h */,
Expand All @@ -776,6 +780,8 @@
EAC5F1361E7B604C00C087B8 /* OPTLYBuilder.m */,
EAC5F21C1E7B639B00C087B8 /* OPTLYCondition.h */,
EAC5F1371E7B604C00C087B8 /* OPTLYCondition.m */,
90855D0820ED2C4000A97BEC /* OPTLYControlAttributes.h */,
90855D0720ED2C3F00A97BEC /* OPTLYControlAttributes.m */,
EAC5F21D1E7B639B00C087B8 /* OPTLYDatafileKeys.h */,
EAC5F1381E7B604C00C087B8 /* OPTLYDatafileKeys.m */,
EAC5F21E1E7B639B00C087B8 /* OPTLYDecisionEventTicket.h */,
Expand Down Expand Up @@ -810,6 +816,8 @@
EAC5F1461E7B604C00C087B8 /* OPTLYEventParameterKeys.m */,
EAC5F22C1E7B639B00C087B8 /* OPTLYEventRelatedEvent.h */,
EAC5F1471E7B604C00C087B8 /* OPTLYEventRelatedEvent.m */,
90337591215A1A80002FC716 /* OPTLYEventTagUtil.h */,
90337592215A1A80002FC716 /* OPTLYEventTagUtil.m */,
EAC5F22E1E7B639B00C087B8 /* OPTLYEventView.h */,
EAC5F1491E7B604C00C087B8 /* OPTLYEventView.m */,
EAC5F22F1E7B639B00C087B8 /* OPTLYExperiment.h */,
Expand Down Expand Up @@ -850,12 +858,12 @@
EA3144E81ED7A19700A8E555 /* OPTLYUserProfile.m */,
EAC5F7791E80A04300C087B8 /* OPTLYUserProfileServiceBasic.h */,
EAC5F1551E7B604C00C087B8 /* OPTLYUserProfileServiceBasic.m */,
EAC5F23D1E7B639B00C087B8 /* OPTLYVariable.h */,
EAC5F1571E7B604C00C087B8 /* OPTLYVariable.m */,
3ED0F1B8200F37A700FCFBE0 /* OPTLYVariableUsage.h */,
3ED0F1B9200F37A700FCFBE0 /* OPTLYVariableUsage.m */,
EAC5F23E1E7B639B00C087B8 /* OPTLYVariation.h */,
EAC5F1581E7B604C00C087B8 /* OPTLYVariation.m */,
EAC5F23D1E7B639B00C087B8 /* OPTLYVariable.h */,
EAC5F1571E7B604C00C087B8 /* OPTLYVariable.m */,
EAC5F23F1E7B639B00C087B8 /* OPTLYVariationVariable.h */,
EAC5F1591E7B604C00C087B8 /* OPTLYVariationVariable.m */,
);
Expand Down Expand Up @@ -999,6 +1007,7 @@
EAF880FA1EF1D46300143F7C /* OPTLYFMDBResultSet.h in Headers */,
EAF880F41EF1D46300143F7C /* OPTLYFMDBDatabaseQueue.h in Headers */,
EAF880D91EF1D42500143F7C /* OPTLYJSONValueTransformer.h in Headers */,
90337593215A1A80002FC716 /* OPTLYEventTagUtil.h in Headers */,
EA3144EC1ED7A1CD00A8E555 /* OPTLYDecisionService.h in Headers */,
3ED0F1BC200F37BD00FCFBE0 /* OPTLYFeatureFlag.h in Headers */,
EAF880BD1EF1D40A00143F7C /* OPTLYJSONModelLib.h in Headers */,
Expand Down Expand Up @@ -1143,6 +1152,7 @@
EA52CB091E851CEE00D4FCA0 /* OPTLYNetworkService.h in Headers */,
EA52CB0A1E851CEE00D4FCA0 /* OPTLYErrorHandler.h in Headers */,
EA52CB0B1E851CEE00D4FCA0 /* OptimizelySDKCore.h in Headers */,
90337594215A1A80002FC716 /* OPTLYEventTagUtil.h in Headers */,
EA52CEF61E86698A00D4FCA0 /* OptimizelySDKTVOS.h in Headers */,
90855D0C20ED2C4000A97BEC /* OPTLYControlAttributes.h in Headers */,
EA52CB0C1E851CEE00D4FCA0 /* OPTLYManager.h in Headers */,
Expand Down Expand Up @@ -1460,6 +1470,7 @@
EA52C9EF1E851CC100D4FCA0 /* OPTLYDatabaseEntity.m in Sources */,
EA52C9F01E851CC100D4FCA0 /* OPTLYDatafileManagerBasic.m in Sources */,
EA52C9F11E851CC100D4FCA0 /* OPTLYDataStore.m in Sources */,
90337595215A1A80002FC716 /* OPTLYEventTagUtil.m in Sources */,
EA52C9F21E851CC100D4FCA0 /* OPTLYEventDataStore.m in Sources */,
EA52C9F31E851CC100D4FCA0 /* OPTLYFileManager.m in Sources */,
EA52C9F41E851CC100D4FCA0 /* OPTLYManagerBase.m in Sources */,
Expand Down Expand Up @@ -1535,6 +1546,7 @@
EA52CA901E851CEE00D4FCA0 /* Optimizely.m in Sources */,
EA52CA911E851CEE00D4FCA0 /* OPTLYClientBuilder.m in Sources */,
EA52CA921E851CEE00D4FCA0 /* OPTLYLogger.m in Sources */,
90337596215A1A80002FC716 /* OPTLYEventTagUtil.m in Sources */,
EA52CA931E851CEE00D4FCA0 /* OPTLYErrorHandler.m in Sources */,
3ED0F1C5200F37BE00FCFBE0 /* OPTLYFeatureFlag.m in Sources */,
90855D0A20ED2C4000A97BEC /* OPTLYControlAttributes.m in Sources */,
Expand Down