fix build

This commit is contained in:
Salvatore Giordano
2021-10-18 15:27:35 +02:00
parent 9cc23786ea
commit 80665c3666
2 changed files with 4 additions and 4 deletions
@@ -449,7 +449,7 @@
); );
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.flutter; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.flutter;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.flutter 1633610671"; PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.flutter 1634304851";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
@@ -588,7 +588,7 @@
); );
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.flutter; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.flutter;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.flutter 1633610671"; PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.flutter 1634304851";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@@ -622,7 +622,7 @@
); );
PRODUCT_BUNDLE_IDENTIFIER = io.getstream.flutter; PRODUCT_BUNDLE_IDENTIFIER = io.getstream.flutter;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.flutter 1633610671"; PROVISIONING_PROFILE_SPECIFIER = "match AdHoc io.getstream.flutter 1634304851";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
@@ -7,7 +7,7 @@
<key>provisioningProfiles</key> <key>provisioningProfiles</key>
<dict> <dict>
<key>io.getstream.flutter</key> <key>io.getstream.flutter</key>
<string>match AdHoc io.getstream.flutter 1633610671</string> <string>match AdHoc io.getstream.flutter 1634304851</string>
</dict> </dict>
</dict> </dict>
</plist> </plist>