Skip to content

Commit

Permalink
M3-375 Feat : 앱 실행시 기본으로 점령되지 않게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
koomin1227 committed Sep 27, 2024
1 parent 9a9f115 commit 15c3ea4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 3BD2BV9TRM;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 1.0.6;
FLUTTER_BUILD_NAME = 1.1.0;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Ground Flip";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.healthcare-fitness";
Expand All @@ -512,7 +512,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.6;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.m3pro.groundFlip;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -697,7 +697,7 @@
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 3BD2BV9TRM;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 1.0.6;
FLUTTER_BUILD_NAME = 1.1.0;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Ground Flip";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.healthcare-fitness";
Expand All @@ -706,7 +706,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.6;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.m3pro.groundFlip;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand All @@ -727,7 +727,7 @@
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 3BD2BV9TRM;
ENABLE_BITCODE = NO;
FLUTTER_BUILD_NAME = 1.0.6;
FLUTTER_BUILD_NAME = 1.1.0;
INFOPLIST_FILE = Runner/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "Ground Flip";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.healthcare-fitness";
Expand All @@ -736,7 +736,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.6;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.m3pro.groundFlip;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down
3 changes: 1 addition & 2 deletions lib/controllers/map_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ class MapController extends SuperController {
super.onInit();
await _loadMapStyle();
await initCurrentLocation();
_updateLatestPixel();
latestPixel = {'x': 0, 'y': 0};
await updateCurrentPixel();
await occupyPixel();
updatePixels();
_trackUserLocation();
trackPixels();
Expand Down

0 comments on commit 15c3ea4

Please sign in to comment.