Skip to content

Commit 4a6d13e

Browse files
committed
fix iOS build
1 parent 727b457 commit 4a6d13e

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"
2+
#include "Generated.xcconfig"

open_wearable/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ PODS:
5050
- Flutter
5151
- permission_handler_apple (9.3.0):
5252
- Flutter
53-
- SDWebImage (5.21.3):
54-
- SDWebImage/Core (= 5.21.3)
55-
- SDWebImage/Core (5.21.3)
53+
- SDWebImage (5.21.5):
54+
- SDWebImage/Core (= 5.21.5)
55+
- SDWebImage/Core (5.21.5)
5656
- share_plus (0.0.1):
5757
- Flutter
5858
- shared_preferences_foundation (0.0.1):
@@ -127,7 +127,7 @@ SPEC CHECKSUMS:
127127
mcumgr_flutter: 969e99cc15e9fe658242669ce1075bf4612aef8a
128128
open_file_ios: 46184d802ee7959203f6392abcfa0dd49fdb5be0
129129
permission_handler_apple: 4ed2196e43d0651e8ff7ca3483a069d469701f2d
130-
SDWebImage: 16309af6d214ba3f77a7c6f6fdda888cb313a50a
130+
SDWebImage: e9c98383c7572d713c1a0d7dd2783b10599b9838
131131
share_plus: 50da8cb520a8f0f65671c6c6a99b3617ed10a58a
132132
shared_preferences_foundation: 7036424c3d8ec98dfe75ff1667cb0cd531ec82bb
133133
SwiftCBOR: 465775bed0e8bac7bfb8160bcf7b95d7f75971e4

open_wearable/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
5959
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
6060
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
61+
A5E547E7250B8EDE002C7480 /* Profile.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Profile.xcconfig; path = Flutter/Profile.xcconfig; sourceTree = "<group>"; };
6162
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
6263
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
6364
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -110,6 +111,7 @@
110111
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
111112
9740EEB21CF90195004384FC /* Debug.xcconfig */,
112113
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
114+
A5E547E7250B8EDE002C7480 /* Profile.xcconfig */,
113115
9740EEB31CF90195004384FC /* Generated.xcconfig */,
114116
);
115117
name = Flutter;
@@ -483,7 +485,7 @@
483485
};
484486
249021D4217E4FDB00AE95B9 /* Profile */ = {
485487
isa = XCBuildConfiguration;
486-
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
488+
baseConfigurationReference = A5E547E7250B8EDE002C7480 /* Profile.xcconfig */;
487489
buildSettings = {
488490
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
489491
CLANG_ENABLE_MODULES = YES;

0 commit comments

Comments
 (0)