Skip to content

Commit

Permalink
Updating the Sample Apps Bundles to 10.12.0 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ManosDr committed Jul 25, 2024
1 parent aa8505e commit 4ad4c95
Show file tree
Hide file tree
Showing 46 changed files with 6,505 additions and 5,647 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</intent-filter>
</service>
<meta-data android:name="com.google.android.geo.API_KEY"
android:value="{{GEO_API_KEY}}"/>
android:value="AIzaSyBha1sFzMOMrHfWcbzl1yW71SBdKhaXCvE"/>
<meta-data
android:name="com.google.ar.core"
android:value="optional"/>
Expand Down
Binary file modified ios/DeveloperApp/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/DeveloperApp/Config/ApiKeys.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Api keys
GOOGLE_MAPS_API_KEY = {{google-maps-api-key}}
GOOGLE_MAPS_API_KEY = {Google_Key}
Binary file modified ios/DeveloperApp/Images.xcassets/.DS_Store
Binary file not shown.
Binary file modified ios/DeveloperApp/SampleApps/.DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,664 changes: 1,419 additions & 1,245 deletions ios/DeveloperApp/SampleApps/Bundles/banking_app/index.bundle

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,443 changes: 1,304 additions & 1,139 deletions ios/DeveloperApp/SampleApps/Bundles/citrus_grove_retail_app/index.bundle

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,274 changes: 1,222 additions & 1,052 deletions ios/DeveloperApp/SampleApps/Bundles/lato_bikes_app/index.bundle

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,465 changes: 1,324 additions & 1,141 deletions ios/DeveloperApp/SampleApps/Bundles/new_garden_county_app/index.bundle

Large diffs are not rendered by default.

2,296 changes: 1,231 additions & 1,065 deletions ios/DeveloperApp/SampleApps/Bundles/shift_swap_app/index.bundle

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ios/developerapp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@
"-lc++",
);
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DDEBUG";
PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER)";
PRODUCT_BUNDLE_IDENTIFIER = com.mendix.developerapp.native.mx10;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = NO;
Expand Down Expand Up @@ -846,7 +846,7 @@
"-lc++",
);
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS -D RCT_DEV";
PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER)";
PRODUCT_BUNDLE_IDENTIFIER = com.mendix.developerapp.native.mx10;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = NO;
Expand Down Expand Up @@ -1112,7 +1112,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "$(BUNDLE_IDENTIFIER)";
PRODUCT_BUNDLE_IDENTIFIER = com.mendix.developerapp.native.mx10;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = NO;
Expand Down

0 comments on commit 4ad4c95

Please sign in to comment.