Skip to content

Commit 5376f13

Browse files
committed
[NO-TICKET] Add iOS fastlane support - cleanup
1 parent ee722ea commit 5376f13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
356356
MARKETING_VERSION = 1.0;
357357
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
358-
PRODUCT_BUNDLE_IDENTIFIER = com.moduscreate.appmedaidgen;
358+
PRODUCT_BUNDLE_IDENTIFIER = com.moduscreate.appmedaigen;
359359
PRODUCT_NAME = "$(TARGET_NAME)";
360360
PROVISIONING_PROFILE_SPECIFIER = "";
361361
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;

frontend/ios/App/App/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>ITSAppUsesNonExemptEncryption</key>
24+
<false/>
2325
<key>LSRequiresIPhoneOS</key>
2426
<true/>
2527
<key>UILaunchStoryboardName</key>
2628
<string>LaunchScreen</string>
2729
<key>UIMainStoryboardFile</key>
2830
<string>Main</string>
29-
<key>ITSAppUsesNonExemptEncryption</key>
30-
<false/>
3131
<key>UIRequiredDeviceCapabilities</key>
3232
<array>
3333
<string>armv7</string>

0 commit comments

Comments
 (0)