Skip to content

Commit

Permalink
Locked app to portrait for now and switched the bundle id because of …
Browse files Browse the repository at this point in the history
…Apple.
  • Loading branch information
Iiro Krankka committed Apr 2, 2018
1 parent 1609efd commit 71ef932
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale"
android:hardwareAccelerated="true"
android:screenOrientation="sensorPortrait"
android:windowSoftInputMode="adjustResize">
<!-- This keeps the window background of the activity showing
until Flutter renders its first frame. It can be removed if
Expand Down
10 changes: 5 additions & 5 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
TargetAttributes = {
97C146ED1CF9000F007C117D = {
CreatedOnToolsVersion = 7.3.1;
DevelopmentTeam = MJ9CWTUK4S;
DevelopmentTeam = 9U3A2H2X3Y;
};
};
};
Expand Down Expand Up @@ -439,7 +439,7 @@
buildSettings = {
ARCHS = arm64;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = MJ9CWTUK4S;
DEVELOPMENT_TEAM = 9U3A2H2X3Y;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -451,7 +451,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.roughike.inkino;
PRODUCT_BUNDLE_IDENTIFIER = com.roughike.inkino.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -462,7 +462,7 @@
buildSettings = {
ARCHS = arm64;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = MJ9CWTUK4S;
DEVELOPMENT_TEAM = 9U3A2H2X3Y;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -474,7 +474,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
PRODUCT_BUNDLE_IDENTIFIER = com.roughike.inkino;
PRODUCT_BUNDLE_IDENTIFIER = com.roughike.inkino.ios;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down

0 comments on commit 71ef932

Please sign in to comment.