Skip to content

Commit

Permalink
chore: expo prebuild (partial)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Apr 12, 2024
1 parent 04edd68 commit daa097a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="io.icp0.jwtauthdemo"/>
<data android:scheme="exp+ic-react-native-jwt-auth-app"/>
</intent-filter>
</activity>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false"/>
Expand Down
4 changes: 2 additions & 2 deletions src/app/ios/icreactnativejwtauthapp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
PRODUCT_BUNDLE_IDENTIFIER = io.icp0.jwtauthdemo;
PRODUCT_NAME = icreactnativejwtauthapp;
PRODUCT_NAME = "icreactnativejwtauthapp";
SWIFT_OBJC_BRIDGING_HEADER = "icreactnativejwtauthapp/icreactnativejwtauthapp-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -373,7 +373,7 @@
);
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
PRODUCT_BUNDLE_IDENTIFIER = io.icp0.jwtauthdemo;
PRODUCT_NAME = icreactnativejwtauthapp;
PRODUCT_NAME = "icreactnativejwtauthapp";
SWIFT_OBJC_BRIDGING_HEADER = "icreactnativejwtauthapp/icreactnativejwtauthapp-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
14 changes: 14 additions & 0 deletions src/app/ios/icreactnativejwtauthapp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@
<string>io.icp0.jwtauthdemo</string>
</array>
</dict>
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>exp+ic-react-native-jwt-auth-app</string>
</array>
</dict>
<dict>
<key>CFBundleURLName</key>
<string>auth0</string>
<key>CFBundleURLSchemes</key>
<array>
<string>io.icp0.jwtauthdemo.auth0</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
Expand Down

0 comments on commit daa097a

Please sign in to comment.