Skip to content

Commit

Permalink
fix: bug timer
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 11, 2021
1 parent e57a4bf commit 3457292
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/assets/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Mimesis" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<script type="module" crossorigin src="/assets/index.bc71c506.js"></script>
<script type="module" crossorigin src="/assets/index.ec2524ca.js"></script>
<link rel="modulepreload" href="/assets/vendor.f3421895.js">
<link rel="stylesheet" href="/assets/index.ff43a23e.css">
<link rel="stylesheet" href="/assets/index.4e0e7a42.css">
</head>

<body>
Expand Down
8 changes: 4 additions & 4 deletions ios/App/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2.0.9;
CURRENT_PROJECT_VERSION = 2.0.10;
DEVELOPMENT_TEAM = UVTJ336J2D;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.0.10;
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.mimesis;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -383,12 +383,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2.0.9;
CURRENT_PROJECT_VERSION = 2.0.10;
DEVELOPMENT_TEAM = UVTJ336J2D;
INFOPLIST_FILE = App/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.9;
MARKETING_VERSION = 2.0.10;
PRODUCT_BUNDLE_IDENTIFIER = ee.forgr.mimesis;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
Expand Down

0 comments on commit 3457292

Please sign in to comment.