Skip to content

Commit 7c9f3c5

Browse files
committed
feat: update libraries
1 parent dc91289 commit 7c9f3c5

File tree

28 files changed

+530
-530
lines changed

28 files changed

+530
-530
lines changed

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,14 +359,14 @@
359359
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
360360
CLANG_ENABLE_MODULES = YES;
361361
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
362-
DEVELOPMENT_TEAM = "";
362+
DEVELOPMENT_TEAM = XTN92Q5995;
363363
ENABLE_BITCODE = NO;
364364
INFOPLIST_FILE = Runner/Info.plist;
365365
LD_RUNPATH_SEARCH_PATHS = (
366366
"$(inherited)",
367367
"@executable_path/Frameworks",
368368
);
369-
PRODUCT_BUNDLE_IDENTIFIER = com.aheaditec.freeraspExample;
369+
PRODUCT_BUNDLE_IDENTIFIER = app.talsec.freeraspExample;
370370
PRODUCT_NAME = "$(TARGET_NAME)";
371371
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
372372
SWIFT_VERSION = 5.0;
@@ -490,14 +490,14 @@
490490
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
491491
CLANG_ENABLE_MODULES = YES;
492492
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
493-
DEVELOPMENT_TEAM = "";
493+
DEVELOPMENT_TEAM = XTN92Q5995;
494494
ENABLE_BITCODE = NO;
495495
INFOPLIST_FILE = Runner/Info.plist;
496496
LD_RUNPATH_SEARCH_PATHS = (
497497
"$(inherited)",
498498
"@executable_path/Frameworks",
499499
);
500-
PRODUCT_BUNDLE_IDENTIFIER = com.aheaditec.freeraspExample;
500+
PRODUCT_BUNDLE_IDENTIFIER = app.talsec.freeraspExample;
501501
PRODUCT_NAME = "$(TARGET_NAME)";
502502
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
503503
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -513,14 +513,14 @@
513513
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
514514
CLANG_ENABLE_MODULES = YES;
515515
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
516-
DEVELOPMENT_TEAM = "";
516+
DEVELOPMENT_TEAM = XTN92Q5995;
517517
ENABLE_BITCODE = NO;
518518
INFOPLIST_FILE = Runner/Info.plist;
519519
LD_RUNPATH_SEARCH_PATHS = (
520520
"$(inherited)",
521521
"@executable_path/Frameworks",
522522
);
523-
PRODUCT_BUNDLE_IDENTIFIER = com.aheaditec.freeraspExample;
523+
PRODUCT_BUNDLE_IDENTIFIER = app.talsec.freeraspExample;
524524
PRODUCT_NAME = "$(TARGET_NAME)";
525525
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
526526
SWIFT_VERSION = 5.0;

example/ios/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<string>$(FLUTTER_BUILD_NUMBER)</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
27+
<key>UIApplicationSupportsIndirectInputEvents</key>
28+
<true/>
2729
<key>UILaunchStoryboardName</key>
2830
<string>LaunchScreen</string>
2931
<key>UIMainStoryboardFile</key>
@@ -43,7 +45,5 @@
4345
</array>
4446
<key>UIViewControllerBasedStatusBarAppearance</key>
4547
<false/>
46-
<key>UIApplicationSupportsIndirectInputEvents</key>
47-
<true/>
4848
</dict>
4949
</plist>

ios/TalsecRuntime.xcframework/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>BinaryPath</key>
99
<string>TalsecRuntime.framework/TalsecRuntime</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>TalsecRuntime.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17-
<string>x86_64</string>
1817
</array>
1918
<key>SupportedPlatform</key>
2019
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
2320
</dict>
2421
<dict>
2522
<key>BinaryPath</key>
2623
<string>TalsecRuntime.framework/TalsecRuntime</string>
2724
<key>LibraryIdentifier</key>
28-
<string>ios-arm64</string>
25+
<string>ios-arm64_x86_64-simulator</string>
2926
<key>LibraryPath</key>
3027
<string>TalsecRuntime.framework</string>
3128
<key>SupportedArchitectures</key>
3229
<array>
3330
<string>arm64</string>
31+
<string>x86_64</string>
3432
</array>
3533
<key>SupportedPlatform</key>
3634
<string>ios</string>
35+
<key>SupportedPlatformVariant</key>
36+
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)