Skip to content

Commit

Permalink
ci(travis): auto release prep for 3.1.3 (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
optibot authored and jaeopt committed Aug 9, 2019
1 parent 7f8ac1b commit 24f84db
Show file tree
Hide file tree
Showing 27 changed files with 51 additions and 59 deletions.
2 changes: 1 addition & 1 deletion OptimizelySDKCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OptimizelySDKCore"
s.version = "3.1.2"
s.version = "3.1.3"
s.summary = "Optimizely server-side testing core framework."
s.homepage = "http://developers.optimizely.com/server/reference/index.html?language=objectivec"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions OptimizelySDKCore/OptimizelySDKCore.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2287,7 +2287,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME)";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -2577,7 +2577,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME)";
SDKROOT = iphoneos;
Expand Down
4 changes: 2 additions & 2 deletions OptimizelySDKDatafileManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OptimizelySDKDatafileManager"
s.version = "3.1.2"
s.version = "3.1.3"
s.summary = "Optimizely server-side testing datafile manager framework."
s.homepage = "http://developers.optimizely.com/server/reference/index.html?language=objectivec"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand All @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.framework = "Foundation"
s.requires_arc = true
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => "OPTIMIZELY_SDK_VERSION=@\\\"#{s.version}\\\"" }
s.dependency 'OptimizelySDKShared', "3.1.2"
s.dependency 'OptimizelySDKShared', "3.1.3"
end
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down Expand Up @@ -813,7 +813,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down
4 changes: 2 additions & 2 deletions OptimizelySDKEventDispatcher.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OptimizelySDKEventDispatcher"
s.version = "3.1.2"
s.version = "3.1.3"
s.summary = "Optimizely server-side testing event dispatcher framework."
s.homepage = "http://developers.optimizely.com/server/reference/index.html?language=objectivec"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand All @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.framework = "Foundation"
s.requires_arc = true
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => "OPTIMIZELY_SDK_VERSION=@\\\"#{s.version}\\\"" }
s.dependency 'OptimizelySDKShared', "3.1.2"
s.dependency 'OptimizelySDKShared', "3.1.3"
end
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down Expand Up @@ -760,7 +760,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down
4 changes: 2 additions & 2 deletions OptimizelySDKShared.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OptimizelySDKShared"
s.version = "3.1.2"
s.version = "3.1.3"
s.summary = "Optimizely server-side testing shared framework."
s.homepage = "http://developers.optimizely.com/server/reference/index.html?language=objectivec"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand All @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.ios.library = "sqlite3"
s.requires_arc = true
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => "OPTIMIZELY_SDK_VERSION=@\\\"#{s.version}\\\"" }
s.dependency 'OptimizelySDKCore', "3.1.2"
s.dependency 'OptimizelySDKCore', "3.1.3"
end
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down Expand Up @@ -1203,7 +1203,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down
8 changes: 4 additions & 4 deletions OptimizelySDKTVOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OptimizelySDKTVOS"
s.version = "3.1.2"
s.version = "3.1.3"
s.summary = "Optimizely server-side testing framework for tvOS."
s.homepage = "http://developers.optimizely.com/server/reference/index.html?language=objectivec"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.framework = "Foundation"
s.requires_arc = true
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => "OPTIMIZELY_SDK_VERSION=@\\\"#{s.version}\\\"" }
s.dependency 'OptimizelySDKEventDispatcher', "3.1.2"
s.dependency 'OptimizelySDKUserProfileService', "3.1.2"
s.dependency 'OptimizelySDKDatafileManager', "3.1.2"
s.dependency 'OptimizelySDKEventDispatcher', "3.1.3"
s.dependency 'OptimizelySDKUserProfileService', "3.1.3"
s.dependency 'OptimizelySDKDatafileManager', "3.1.3"
end
4 changes: 2 additions & 2 deletions OptimizelySDKTVOS/OptimizelySDKTVOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = appletvos;
SWIFT_VERSION = 4.2;
Expand Down Expand Up @@ -773,7 +773,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = appletvos;
SWIFT_VERSION = 4.2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
RESOURCES_TARGETED_DEVICE_FAMILY = "";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -2036,7 +2036,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
RESOURCES_TARGETED_DEVICE_FAMILY = "";
SDKROOT = iphoneos;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NS_ASSUME_NONNULL_END
/// The experiment's status.
@property (nonatomic, strong, nonnull) NSString *status;
/// The group ID the experiment belongs to.
@property (nonatomic, strong, nullable) NSString<Ignore> *groupId;
@property (nonatomic, strong, nullable) NSString<OPTLYIgnore> *groupId;
/// The experiment's traffic allocations.
@property (nonatomic, strong, nonnull) NSArray<OPTLYTrafficAllocation *><OPTLYTrafficAllocation> *trafficAllocations;
/// An array of audience Ids for the experiment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ lastPathComponent], __LINE__, [NSString stringWithFormat:(s), ##__VA_ARGS__] )
/////////////////////////////////////////////////////////////////////////////////////////////

DEPRECATED_ATTRIBUTE
@protocol ConvertOnDemand
@end

DEPRECATED_ATTRIBUTE
@protocol Index
@protocol OPTLYIndex
@end

#pragma mark - Property Protocols
Expand All @@ -50,7 +46,7 @@ DEPRECATED_ATTRIBUTE
* @property (strong, nonatomic) NSString&lt;Ignore&gt; *propertyName;
*
*/
@protocol Ignore
@protocol OPTLYIgnore
@end

/**
Expand All @@ -66,7 +62,7 @@ DEPRECATED_ATTRIBUTE
/**
* Make all objects compatible to avoid compiler warnings
*/
@interface NSObject (OPTLYJSONModelPropertyCompatibility) <OPTLYOptional, Ignore>
@interface NSObject (OPTLYJSONModelPropertyCompatibility) <OPTLYOptional, OPTLYIgnore>
@end

/////////////////////////////////////////////////////////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ NS_ASSUME_NONNULL_END

/// a comprehensive list of experiments that includes experiments being whitelisted (in Groups)
@property (nonatomic, strong, nullable) NSArray<OPTLYExperiment *><OPTLYExperiment, OPTLYOptional> *allExperiments;
@property (nonatomic, strong, nullable) id<OPTLYLogger, Ignore> logger;
@property (nonatomic, strong, nullable) id<OPTLYErrorHandler, Ignore> errorHandler;
@property (nonatomic, strong, readonly, nullable) id<OPTLYUserProfileService, Ignore> userProfileService;
@property (nonatomic, strong, nullable) id<OPTLYLogger, OPTLYIgnore> logger;
@property (nonatomic, strong, nullable) id<OPTLYErrorHandler, OPTLYIgnore> errorHandler;
@property (nonatomic, strong, readonly, nullable) id<OPTLYUserProfileService, OPTLYIgnore> userProfileService;

/// Returns the client type (e.g., objective-c-sdk, ios-sdk, tvos-sdk)
@property (nonatomic, strong, readonly, nonnull) NSString<Ignore> *clientEngine;
@property (nonatomic, strong, readonly, nonnull) NSString<OPTLYIgnore> *clientEngine;
/// Returns the client version number
@property (nonatomic, strong, readonly, nonnull) NSString<Ignore> *clientVersion;
@property (nonatomic, strong, readonly, nonnull) NSString<OPTLYIgnore> *clientVersion;
/// List of Optimizely Feature Flags objects
@property (nonatomic, strong, nonnull) NSArray<OPTLYFeatureFlag *><OPTLYFeatureFlag, OPTLYOptional> *featureFlags;
/// List of Optimizely Rollouts objects
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NS_ASSUME_NONNULL_END
/// The experiment's status.
@property (nonatomic, strong, nonnull) NSString *status;
/// The group ID the experiment belongs to.
@property (nonatomic, strong, nullable) NSString<Ignore> *groupId;
@property (nonatomic, strong, nullable) NSString<OPTLYIgnore> *groupId;
/// The experiment's traffic allocations.
@property (nonatomic, strong, nonnull) NSArray<OPTLYTrafficAllocation *><OPTLYTrafficAllocation> *trafficAllocations;
/// An array of audience Ids for the experiment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ lastPathComponent], __LINE__, [NSString stringWithFormat:(s), ##__VA_ARGS__] )
/////////////////////////////////////////////////////////////////////////////////////////////

DEPRECATED_ATTRIBUTE
@protocol ConvertOnDemand
@end

DEPRECATED_ATTRIBUTE
@protocol Index
@protocol OPTLYIndex
@end

#pragma mark - Property Protocols
Expand All @@ -50,7 +46,7 @@ DEPRECATED_ATTRIBUTE
* @property (strong, nonatomic) NSString&lt;Ignore&gt; *propertyName;
*
*/
@protocol Ignore
@protocol OPTLYIgnore
@end

/**
Expand All @@ -66,7 +62,7 @@ DEPRECATED_ATTRIBUTE
/**
* Make all objects compatible to avoid compiler warnings
*/
@interface NSObject (OPTLYJSONModelPropertyCompatibility) <OPTLYOptional, Ignore>
@interface NSObject (OPTLYJSONModelPropertyCompatibility) <OPTLYOptional, OPTLYIgnore>
@end

/////////////////////////////////////////////////////////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ NS_ASSUME_NONNULL_END

/// a comprehensive list of experiments that includes experiments being whitelisted (in Groups)
@property (nonatomic, strong, nullable) NSArray<OPTLYExperiment *><OPTLYExperiment, OPTLYOptional> *allExperiments;
@property (nonatomic, strong, nullable) id<OPTLYLogger, Ignore> logger;
@property (nonatomic, strong, nullable) id<OPTLYErrorHandler, Ignore> errorHandler;
@property (nonatomic, strong, readonly, nullable) id<OPTLYUserProfileService, Ignore> userProfileService;
@property (nonatomic, strong, nullable) id<OPTLYLogger, OPTLYIgnore> logger;
@property (nonatomic, strong, nullable) id<OPTLYErrorHandler, OPTLYIgnore> errorHandler;
@property (nonatomic, strong, readonly, nullable) id<OPTLYUserProfileService, OPTLYIgnore> userProfileService;

/// Returns the client type (e.g., objective-c-sdk, ios-sdk, tvos-sdk)
@property (nonatomic, strong, readonly, nonnull) NSString<Ignore> *clientEngine;
@property (nonatomic, strong, readonly, nonnull) NSString<OPTLYIgnore> *clientEngine;
/// Returns the client version number
@property (nonatomic, strong, readonly, nonnull) NSString<Ignore> *clientVersion;
@property (nonatomic, strong, readonly, nonnull) NSString<OPTLYIgnore> *clientVersion;
/// List of Optimizely Feature Flags objects
@property (nonatomic, strong, nonnull) NSArray<OPTLYFeatureFlag *><OPTLYFeatureFlag, OPTLYOptional> *featureFlags;
/// List of Optimizely Rollouts objects
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions OptimizelySDKUserProfileService.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OptimizelySDKUserProfileService"
s.version = "3.1.2"
s.version = "3.1.3"
s.summary = "Optimizely server-side testing user profile framework."
s.homepage = "http://developers.optimizely.com/server/reference/index.html?language=objectivec"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand All @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.framework = "Foundation"
s.requires_arc = true
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => "OPTIMIZELY_SDK_USER_PROFILE_VERSION=@\\\"#{s.version}\\\"" }
s.dependency 'OptimizelySDKShared', "3.1.2"
s.dependency 'OptimizelySDKShared', "3.1.3"
end
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down Expand Up @@ -842,7 +842,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down
8 changes: 4 additions & 4 deletions OptimizelySDKiOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OptimizelySDKiOS"
s.version = "3.1.2"
s.version = "3.1.3"
s.summary = "Optimizely server-side testing framework for iOS."
s.homepage = "http://developers.optimizely.com/server"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.framework = "Foundation"
s.requires_arc = true
s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => "OPTIMIZELY_SDK_VERSION=@\\\"#{s.version}\\\"" }
s.dependency 'OptimizelySDKEventDispatcher', "3.1.2"
s.dependency 'OptimizelySDKUserProfileService', "3.1.2"
s.dependency 'OptimizelySDKDatafileManager', "3.1.2"
s.dependency 'OptimizelySDKEventDispatcher', "3.1.3"
s.dependency 'OptimizelySDKUserProfileService', "3.1.3"
s.dependency 'OptimizelySDKDatafileManager', "3.1.3"
end
4 changes: 2 additions & 2 deletions OptimizelySDKiOS/OptimizelySDKiOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down Expand Up @@ -768,7 +768,7 @@
OPTIMIZELY_SDK_VERSION = "$(OPTIMIZELY_SDK_VERSION_MAJOR).$(OPTIMIZELY_SDK_VERSION_MINOR).$(OPTIMIZELY_SDK_VERSION_PATCH)$(OPTIMIZELY_SDK_VERSION_SUFFIX)";
OPTIMIZELY_SDK_VERSION_MAJOR = 3;
OPTIMIZELY_SDK_VERSION_MINOR = 1;
OPTIMIZELY_SDK_VERSION_PATCH = 2;
OPTIMIZELY_SDK_VERSION_PATCH = 3;
OPTIMIZELY_SDK_VERSION_SUFFIX = "";
SDKROOT = iphoneos;
SWIFT_VERSION = 4.2;
Expand Down

0 comments on commit 24f84db

Please sign in to comment.