Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Mobile App
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code
Mobile App
Commits
825a3d03
Commit
825a3d03
authored
5 years ago
by
Markin Igor
Browse files
Options
Downloads
Patches
Plain Diff
Modify config to upload directly to appstore
parent
e55ce42a
No related branches found
Branches containing commit
No related tags found
1 merge request
!3
Resolve "Set up building process."
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
build-ios.sh
+1
-4
1 addition, 4 deletions
build-ios.sh
ios/Runner.xcodeproj/project.pbxproj
+23
-3
23 additions, 3 deletions
ios/Runner.xcodeproj/project.pbxproj
ios/exportOptions-dev.plist
+4
-3
4 additions, 3 deletions
ios/exportOptions-dev.plist
lib/config.dart
+1
-1
1 addition, 1 deletion
lib/config.dart
with
29 additions
and
11 deletions
build-ios.sh
+
1
−
4
View file @
825a3d03
...
...
@@ -31,11 +31,8 @@ xcodebuild \
xcodebuild
\
-exportArchive
\
-archivePath
build/ios/
${
bundleName
}
.xcarchive
\
-exportOptionsPlist
ios/
Runner/Info
.plist
\
-exportOptionsPlist
ios/
exportOptions-dev
.plist
\
-exportPath
build/ios/
${
bundleName
}
# Move packages wherever we need
# cp build/ios/Vereign/production.ipa /path && cp build/ios/Vereign-dev/development.ipa /path
# Cleanup
# flutter clean
This diff is collapsed.
Click to expand it.
ios/Runner.xcodeproj/project.pbxproj
+
23
−
3
View file @
825a3d03
...
...
@@ -199,6 +199,7 @@
CreatedOnToolsVersion
=
7.3.1
;
DevelopmentTeam
=
825ANDQ593
;
LastSwiftMigration
=
1020
;
ProvisioningStyle
=
Manual
;
};
};
};
...
...
@@ -397,6 +398,8 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CLANG_ENABLE_MODULES
=
YES
;
CODE_SIGN_IDENTITY
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
"$(FLUTTER_BUILD_NUMBER)"
;
DEVELOPMENT_TEAM
=
825ANDQ593
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -412,6 +415,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.vereign.app
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
"Vereign-development"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"Runner-Bridging-Header.h"
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
SWIFT_VERSION
=
4.0
;
...
...
@@ -481,6 +485,8 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CLANG_ENABLE_MODULES
=
YES
;
CODE_SIGN_IDENTITY
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
"$(FLUTTER_BUILD_NUMBER)"
;
DEVELOPMENT_TEAM
=
825ANDQ593
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -496,6 +502,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.vereign.app
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
"Vereign-development"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"Runner-Bridging-Header.h"
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
SWIFT_VERSION
=
4.0
;
...
...
@@ -532,7 +539,7 @@
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone D
eveloper
"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone D
istribution
"
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
ENABLE_NS_ASSERTIONS
=
NO
;
...
...
@@ -559,6 +566,8 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CLANG_ENABLE_MODULES
=
YES
;
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
"$(FLUTTER_BUILD_NUMBER)"
;
DEVELOPMENT_TEAM
=
825ANDQ593
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -574,6 +583,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.vereign.app
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
"Vereign-appstore"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"Runner-Bridging-Header.h"
;
SWIFT_VERSION
=
4.0
;
VERSIONING_SYSTEM
=
"apple-generic"
;
...
...
@@ -609,7 +619,7 @@
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone D
eveloper
"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone D
istribution
"
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
ENABLE_NS_ASSERTIONS
=
NO
;
...
...
@@ -636,6 +646,8 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CLANG_ENABLE_MODULES
=
YES
;
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
"$(FLUTTER_BUILD_NUMBER)"
;
DEVELOPMENT_TEAM
=
825ANDQ593
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -651,6 +663,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.vereign.app
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
"Vereign-appstore"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"Runner-Bridging-Header.h"
;
SWIFT_VERSION
=
4.0
;
VERSIONING_SYSTEM
=
"apple-generic"
;
...
...
@@ -713,6 +726,7 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CLANG_ENABLE_MODULES
=
YES
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
"$(FLUTTER_BUILD_NUMBER)"
;
DEVELOPMENT_TEAM
=
825ANDQ593
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -819,7 +833,7 @@
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
CLANG_WARN_UNREACHABLE_CODE
=
YES
;
CLANG_WARN__DUPLICATE_METHOD_MATCH
=
YES
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone D
eveloper
"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone D
istribution
"
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
ENABLE_NS_ASSERTIONS
=
NO
;
...
...
@@ -846,6 +860,8 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CLANG_ENABLE_MODULES
=
YES
;
CODE_SIGN_IDENTITY
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
"$(FLUTTER_BUILD_NUMBER)"
;
DEVELOPMENT_TEAM
=
825ANDQ593
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -861,6 +877,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.vereign.app
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
"Vereign-development"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"Runner-Bridging-Header.h"
;
SWIFT_OPTIMIZATION_LEVEL
=
"-Onone"
;
SWIFT_VERSION
=
4.0
;
...
...
@@ -874,6 +891,8 @@
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CLANG_ENABLE_MODULES
=
YES
;
CODE_SIGN_IDENTITY
=
"iPhone Distribution"
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
"$(FLUTTER_BUILD_NUMBER)"
;
DEVELOPMENT_TEAM
=
825ANDQ593
;
ENABLE_BITCODE
=
NO
;
...
...
@@ -889,6 +908,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER
=
com.vereign.app
;
PRODUCT_NAME
=
"$(TARGET_NAME)"
;
PROVISIONING_PROFILE_SPECIFIER
=
"Vereign-appstore"
;
SWIFT_OBJC_BRIDGING_HEADER
=
"Runner-Bridging-Header.h"
;
SWIFT_VERSION
=
4.0
;
VERSIONING_SYSTEM
=
"apple-generic"
;
...
...
This diff is collapsed.
Click to expand it.
ios/exportOptions-dev.plist
+
4
−
3
View file @
825a3d03
...
...
@@ -3,18 +3,19 @@
<plist
version=
"1.0"
>
<dict>
<key>
method
</key>
<string>
a
d-hoc
</string>
<string>
a
pp-store
</string>
<key>
provisioningProfiles
</key>
<dict>
<key>
com.vereign.app.dev
</key>
<string>
Vereign-
dev ad-hoc
</string>
<string>
Vereign-
appstore
</string>
</dict>
<key>
teamID
</key>
<string>
825ANDQ593
</string>
<key>
uploadBitcode
</key>
<false/>
<key>
uploadSymbols
</key>
<true/>
<key>
destination
</key>
<string>
upload
</string>
</dict>
</plist>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
lib/config.dart
+
1
−
1
View file @
825a3d03
...
...
@@ -5,7 +5,7 @@ enum Flavor {
class
Config
{
static
Flavor
appFlavor
;
static
const
DEFAULT_APP_HOST
=
"https://
demo1
.vereign.com"
;
static
const
DEFAULT_APP_HOST
=
"https://
app
.vereign.com"
;
static
const
HOSTS
=
[
'https://demo1.vereign.com'
,
'https://demo2.vereign.com'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment