diff --git a/gradle.properties b/gradle.properties index 5e65197..25a2575 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4g # Publishing : Required GROUP=io.eqoty.secretk -VERSION_NAME=0.13.0 +VERSION_NAME=0.14.0 POM_ARTIFACT_ID=client # Publishing : Optional diff --git a/secretk.xcframework/ios-arm64/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk b/secretk.xcframework/ios-arm64/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk index 4b8c712..34c3a93 100644 Binary files a/secretk.xcframework/ios-arm64/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk and b/secretk.xcframework/ios-arm64/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk differ diff --git a/secretk.xcframework/ios-arm64/secretk.framework/Headers/secretk.h b/secretk.xcframework/ios-arm64/secretk.framework/Headers/secretk.h index 86a84b3..13f04ac 100644 --- a/secretk.xcframework/ios-arm64/secretk.framework/Headers/secretk.h +++ b/secretk.xcframework/ios-arm64/secretk.framework/Headers/secretk.h @@ -219,16 +219,18 @@ __attribute__((swift_name("Coin"))) - (NSString *)component1 __attribute__((swift_name("component1()"))) __attribute__((deprecated("use corresponding property instead"))); - (NSString *)component2 __attribute__((swift_name("component2()"))) __attribute__((deprecated("use corresponding property instead"))); - (SecretkCoin *)doCopyAmount:(NSString *)amount denom:(NSString *)denom __attribute__((swift_name("doCopy(amount:denom:)"))); -- (SecretkCoin *)divIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("div(increment:)"))); -- (SecretkCoin *)divIncrement_:(SecretkCoin *)increment __attribute__((swift_name("div(increment_:)"))); +- (SecretkCoin *)divOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("div(other:)"))); +- (SecretkCoin *)divOther_:(SecretkCoin *)other __attribute__((swift_name("div(other_:)"))); - (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); - (NSUInteger)hash __attribute__((swift_name("hash()"))); - (SecretkCoin *)minusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("minus(increment:)"))); - (SecretkCoin *)minusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("minus(increment_:)"))); - (SecretkCoin *)plusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("plus(increment:)"))); - (SecretkCoin *)plusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("plus(increment_:)"))); -- (SecretkCoin *)timesIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("times(increment:)"))); -- (SecretkCoin *)timesIncrement_:(SecretkCoin *)increment __attribute__((swift_name("times(increment_:)"))); +- (SecretkCoin *)remOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("rem(other:)"))); +- (SecretkCoin *)remOther_:(SecretkCoin *)other __attribute__((swift_name("rem(other_:)"))); +- (SecretkCoin *)timesOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("times(other:)"))); +- (SecretkCoin *)timesOther_:(SecretkCoin *)other __attribute__((swift_name("times(other_:)"))); - (SecretkCoinProto *)toProto __attribute__((swift_name("toProto()"))); - (NSString *)description __attribute__((swift_name("description()"))); @property (readonly) NSString *amount __attribute__((swift_name("amount"))); diff --git a/secretk.xcframework/ios-arm64/secretk.framework/secretk b/secretk.xcframework/ios-arm64/secretk.framework/secretk index e7dbb43..d07d7fc 100755 Binary files a/secretk.xcframework/ios-arm64/secretk.framework/secretk and b/secretk.xcframework/ios-arm64/secretk.framework/secretk differ diff --git a/secretk.xcframework/ios-arm64_x86_64-simulator/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk b/secretk.xcframework/ios-arm64_x86_64-simulator/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk index 09cf484..1cea7ec 100644 Binary files a/secretk.xcframework/ios-arm64_x86_64-simulator/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk and b/secretk.xcframework/ios-arm64_x86_64-simulator/dSYMs/secretk.framework.dSYM/Contents/Resources/DWARF/secretk differ diff --git a/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/Headers/secretk.h b/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/Headers/secretk.h index 86a84b3..13f04ac 100644 --- a/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/Headers/secretk.h +++ b/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/Headers/secretk.h @@ -219,16 +219,18 @@ __attribute__((swift_name("Coin"))) - (NSString *)component1 __attribute__((swift_name("component1()"))) __attribute__((deprecated("use corresponding property instead"))); - (NSString *)component2 __attribute__((swift_name("component2()"))) __attribute__((deprecated("use corresponding property instead"))); - (SecretkCoin *)doCopyAmount:(NSString *)amount denom:(NSString *)denom __attribute__((swift_name("doCopy(amount:denom:)"))); -- (SecretkCoin *)divIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("div(increment:)"))); -- (SecretkCoin *)divIncrement_:(SecretkCoin *)increment __attribute__((swift_name("div(increment_:)"))); +- (SecretkCoin *)divOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("div(other:)"))); +- (SecretkCoin *)divOther_:(SecretkCoin *)other __attribute__((swift_name("div(other_:)"))); - (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); - (NSUInteger)hash __attribute__((swift_name("hash()"))); - (SecretkCoin *)minusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("minus(increment:)"))); - (SecretkCoin *)minusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("minus(increment_:)"))); - (SecretkCoin *)plusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("plus(increment:)"))); - (SecretkCoin *)plusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("plus(increment_:)"))); -- (SecretkCoin *)timesIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("times(increment:)"))); -- (SecretkCoin *)timesIncrement_:(SecretkCoin *)increment __attribute__((swift_name("times(increment_:)"))); +- (SecretkCoin *)remOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("rem(other:)"))); +- (SecretkCoin *)remOther_:(SecretkCoin *)other __attribute__((swift_name("rem(other_:)"))); +- (SecretkCoin *)timesOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("times(other:)"))); +- (SecretkCoin *)timesOther_:(SecretkCoin *)other __attribute__((swift_name("times(other_:)"))); - (SecretkCoinProto *)toProto __attribute__((swift_name("toProto()"))); - (NSString *)description __attribute__((swift_name("description()"))); @property (readonly) NSString *amount __attribute__((swift_name("amount"))); diff --git a/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/secretk b/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/secretk index 56c9295..e7156c2 100755 Binary files a/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/secretk and b/secretk.xcframework/ios-arm64_x86_64-simulator/secretk.framework/secretk differ diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Headers/secretk.h b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Headers/secretk.h index 86a84b3..13f04ac 100644 --- a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Headers/secretk.h +++ b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Headers/secretk.h @@ -219,16 +219,18 @@ __attribute__((swift_name("Coin"))) - (NSString *)component1 __attribute__((swift_name("component1()"))) __attribute__((deprecated("use corresponding property instead"))); - (NSString *)component2 __attribute__((swift_name("component2()"))) __attribute__((deprecated("use corresponding property instead"))); - (SecretkCoin *)doCopyAmount:(NSString *)amount denom:(NSString *)denom __attribute__((swift_name("doCopy(amount:denom:)"))); -- (SecretkCoin *)divIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("div(increment:)"))); -- (SecretkCoin *)divIncrement_:(SecretkCoin *)increment __attribute__((swift_name("div(increment_:)"))); +- (SecretkCoin *)divOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("div(other:)"))); +- (SecretkCoin *)divOther_:(SecretkCoin *)other __attribute__((swift_name("div(other_:)"))); - (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); - (NSUInteger)hash __attribute__((swift_name("hash()"))); - (SecretkCoin *)minusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("minus(increment:)"))); - (SecretkCoin *)minusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("minus(increment_:)"))); - (SecretkCoin *)plusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("plus(increment:)"))); - (SecretkCoin *)plusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("plus(increment_:)"))); -- (SecretkCoin *)timesIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("times(increment:)"))); -- (SecretkCoin *)timesIncrement_:(SecretkCoin *)increment __attribute__((swift_name("times(increment_:)"))); +- (SecretkCoin *)remOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("rem(other:)"))); +- (SecretkCoin *)remOther_:(SecretkCoin *)other __attribute__((swift_name("rem(other_:)"))); +- (SecretkCoin *)timesOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("times(other:)"))); +- (SecretkCoin *)timesOther_:(SecretkCoin *)other __attribute__((swift_name("times(other_:)"))); - (SecretkCoinProto *)toProto __attribute__((swift_name("toProto()"))); - (NSString *)description __attribute__((swift_name("description()"))); @property (readonly) NSString *amount __attribute__((swift_name("amount"))); diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/Headers/secretk.h b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/Headers/secretk.h index 86a84b3..13f04ac 100644 --- a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/Headers/secretk.h +++ b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/Headers/secretk.h @@ -219,16 +219,18 @@ __attribute__((swift_name("Coin"))) - (NSString *)component1 __attribute__((swift_name("component1()"))) __attribute__((deprecated("use corresponding property instead"))); - (NSString *)component2 __attribute__((swift_name("component2()"))) __attribute__((deprecated("use corresponding property instead"))); - (SecretkCoin *)doCopyAmount:(NSString *)amount denom:(NSString *)denom __attribute__((swift_name("doCopy(amount:denom:)"))); -- (SecretkCoin *)divIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("div(increment:)"))); -- (SecretkCoin *)divIncrement_:(SecretkCoin *)increment __attribute__((swift_name("div(increment_:)"))); +- (SecretkCoin *)divOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("div(other:)"))); +- (SecretkCoin *)divOther_:(SecretkCoin *)other __attribute__((swift_name("div(other_:)"))); - (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); - (NSUInteger)hash __attribute__((swift_name("hash()"))); - (SecretkCoin *)minusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("minus(increment:)"))); - (SecretkCoin *)minusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("minus(increment_:)"))); - (SecretkCoin *)plusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("plus(increment:)"))); - (SecretkCoin *)plusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("plus(increment_:)"))); -- (SecretkCoin *)timesIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("times(increment:)"))); -- (SecretkCoin *)timesIncrement_:(SecretkCoin *)increment __attribute__((swift_name("times(increment_:)"))); +- (SecretkCoin *)remOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("rem(other:)"))); +- (SecretkCoin *)remOther_:(SecretkCoin *)other __attribute__((swift_name("rem(other_:)"))); +- (SecretkCoin *)timesOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("times(other:)"))); +- (SecretkCoin *)timesOther_:(SecretkCoin *)other __attribute__((swift_name("times(other_:)"))); - (SecretkCoinProto *)toProto __attribute__((swift_name("toProto()"))); - (NSString *)description __attribute__((swift_name("description()"))); @property (readonly) NSString *amount __attribute__((swift_name("amount"))); diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/secretk b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/secretk index 4385f55..df90702 100755 Binary files a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/secretk and b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/A/secretk differ diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/Headers/secretk.h b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/Headers/secretk.h index 86a84b3..13f04ac 100644 --- a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/Headers/secretk.h +++ b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/Headers/secretk.h @@ -219,16 +219,18 @@ __attribute__((swift_name("Coin"))) - (NSString *)component1 __attribute__((swift_name("component1()"))) __attribute__((deprecated("use corresponding property instead"))); - (NSString *)component2 __attribute__((swift_name("component2()"))) __attribute__((deprecated("use corresponding property instead"))); - (SecretkCoin *)doCopyAmount:(NSString *)amount denom:(NSString *)denom __attribute__((swift_name("doCopy(amount:denom:)"))); -- (SecretkCoin *)divIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("div(increment:)"))); -- (SecretkCoin *)divIncrement_:(SecretkCoin *)increment __attribute__((swift_name("div(increment_:)"))); +- (SecretkCoin *)divOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("div(other:)"))); +- (SecretkCoin *)divOther_:(SecretkCoin *)other __attribute__((swift_name("div(other_:)"))); - (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); - (NSUInteger)hash __attribute__((swift_name("hash()"))); - (SecretkCoin *)minusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("minus(increment:)"))); - (SecretkCoin *)minusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("minus(increment_:)"))); - (SecretkCoin *)plusIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("plus(increment:)"))); - (SecretkCoin *)plusIncrement_:(SecretkCoin *)increment __attribute__((swift_name("plus(increment_:)"))); -- (SecretkCoin *)timesIncrement:(SecretkBignumBigInteger *)increment __attribute__((swift_name("times(increment:)"))); -- (SecretkCoin *)timesIncrement_:(SecretkCoin *)increment __attribute__((swift_name("times(increment_:)"))); +- (SecretkCoin *)remOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("rem(other:)"))); +- (SecretkCoin *)remOther_:(SecretkCoin *)other __attribute__((swift_name("rem(other_:)"))); +- (SecretkCoin *)timesOther:(SecretkBignumBigInteger *)other __attribute__((swift_name("times(other:)"))); +- (SecretkCoin *)timesOther_:(SecretkCoin *)other __attribute__((swift_name("times(other_:)"))); - (SecretkCoinProto *)toProto __attribute__((swift_name("toProto()"))); - (NSString *)description __attribute__((swift_name("description()"))); @property (readonly) NSString *amount __attribute__((swift_name("amount"))); diff --git a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/secretk b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/secretk index c6fa70f..31b7951 100755 Binary files a/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/secretk and b/secretk.xcframework/macos-arm64_x86_64/secretk.framework/Versions/Current/secretk differ