Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
69373f4c
Commit
69373f4c
authored
Dec 20, 2017
by
Sébastiaan Versteeg
Browse files
Merge branch 'ios-development-settings' into 'master'
Fix iOS Signing See merge request thalia/ThaliApp-react!108
parents
aa888631
417557fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
ios/ThaliApp.xcodeproj/project.pbxproj
View file @
69373f4c
...
...
@@ -837,20 +837,19 @@
TargetAttributes
=
{
00E356ED1AD99517003FC87E
=
{
CreatedOnToolsVersion
=
6.2
;
DevelopmentTeam
=
8UJGJ546CU
;
DevelopmentTeam
=
FRD6Y7E88Y
;
TestTargetID
=
13B07F861A680F5B00A75B9A
;
};
13B07F861A680F5B00A75B9A
=
{
DevelopmentTeam
=
FRD6Y7E88Y
;
ProvisioningStyle
=
Automatic
;
};
2D02E47A1E0B4A5D006451C7
=
{
CreatedOnToolsVersion
=
8.2.1
;
DevelopmentTeam
=
8UJGJ546CU
;
ProvisioningStyle
=
Automatic
;
};
2D02E48F1E0B4A5D006451C7
=
{
CreatedOnToolsVersion
=
8.2.1
;
DevelopmentTeam
=
8UJGJ546CU
;
ProvisioningStyle
=
Automatic
;
TestTargetID
=
2D02E47A1E0B4A5D006451C7
;
};
...
...
@@ -1460,7 +1459,7 @@
baseConfigurationReference
=
75C9EFCD7D423E299C5EF1A9
/* Pods-ThaliAppTests.debug.xcconfig */
;
buildSettings
=
{
BUNDLE_LOADER
=
"$(TEST_HOST)"
;
DEVELOPMENT_TEAM
=
8UJGJ546CU
;
DEVELOPMENT_TEAM
=
FRD6Y7E88Y
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
"DEBUG=1"
,
"$(inherited)"
,
...
...
@@ -1498,7 +1497,7 @@
buildSettings
=
{
BUNDLE_LOADER
=
"$(TEST_HOST)"
;
COPY_PHASE_STRIP
=
NO
;
DEVELOPMENT_TEAM
=
8UJGJ546CU
;
DEVELOPMENT_TEAM
=
FRD6Y7E88Y
;
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager"
,
...
...
@@ -1531,6 +1530,7 @@
baseConfigurationReference
=
D43C2AB11CEE73A4F3E016EB
/* Pods-ThaliApp.debug.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
DEAD_CODE_STRIPPING
=
NO
;
DEVELOPMENT_TEAM
=
FRD6Y7E88Y
;
...
...
@@ -1559,6 +1559,7 @@
baseConfigurationReference
=
C6C1FDD66B6554EA8B77D096
/* Pods-ThaliApp.release.xcconfig */
;
buildSettings
=
{
ASSETCATALOG_COMPILER_APPICON_NAME
=
AppIcon
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
DEVELOPMENT_TEAM
=
FRD6Y7E88Y
;
HEADER_SEARCH_PATHS
=
(
...
...
@@ -1591,7 +1592,6 @@
CLANG_WARN_INFINITE_RECURSION
=
YES
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
DEBUG_INFORMATION_FORMAT
=
dwarf
;
DEVELOPMENT_TEAM
=
8UJGJ546CU
;
ENABLE_TESTABILITY
=
YES
;
GCC_NO_COMMON_BLOCKS
=
YES
;
HEADER_SEARCH_PATHS
=
(
...
...
@@ -1633,7 +1633,6 @@
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
DEVELOPMENT_TEAM
=
8UJGJ546CU
;
GCC_NO_COMMON_BLOCKS
=
YES
;
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
...
...
@@ -1672,7 +1671,6 @@
CLANG_WARN_INFINITE_RECURSION
=
YES
;
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
DEBUG_INFORMATION_FORMAT
=
dwarf
;
DEVELOPMENT_TEAM
=
8UJGJ546CU
;
ENABLE_TESTABILITY
=
YES
;
GCC_NO_COMMON_BLOCKS
=
YES
;
INFOPLIST_FILE
=
"ThaliApp-tvOSTests/Info.plist"
;
...
...
@@ -1702,7 +1700,6 @@
CLANG_WARN_SUSPICIOUS_MOVE
=
YES
;
COPY_PHASE_STRIP
=
NO
;
DEBUG_INFORMATION_FORMAT
=
"dwarf-with-dsym"
;
DEVELOPMENT_TEAM
=
8UJGJ546CU
;
GCC_NO_COMMON_BLOCKS
=
YES
;
INFOPLIST_FILE
=
"ThaliApp-tvOSTests/Info.plist"
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks @loader_path/Frameworks"
;
...
...
ios/ThaliApp/Images.xcassets/AppIcon.appiconset/Contents.json
View file @
69373f4c
...
...
@@ -119,6 +119,11 @@
"idiom"
:
"ipad"
,
"filename"
:
"Icon-App-83.5x83.5@2x.png"
,
"scale"
:
"2x"
},
{
"idiom"
:
"ios-marketing"
,
"size"
:
"1024x1024"
,
"scale"
:
"1x"
}
],
"info"
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment