Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
1
1weather
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
1weather
Commits
46ea3181
Commit
46ea3181
authored
May 26, 2021
by
Demid Merzlyakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IOS-75: Fix references.
parent
f8c91f7f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
1 deletions
+57
-1
1Weather.xcworkspace/contents.xcworkspacedata
+1
-1
BlendHealthSource/BlendHealthSource.xcodeproj/project.pbxproj
+28
-0
CoreDataStorage/CoreDataStorage.xcodeproj/project.pbxproj
+28
-0
No files found.
1Weather.xcworkspace/contents.xcworkspacedata
View file @
46ea3181
...
...
@@ -8,7 +8,7 @@
location =
"group:CoreDataStorage/CoreDataStorage.xcodeproj"
>
</FileRef>
<FileRef
location =
"group:
/Users/dstepanets/Documents/Development/1Weather/
BlendFIPS/BlendFIPSSource.xcodeproj"
>
location =
"group:BlendFIPS/BlendFIPSSource.xcodeproj"
>
</FileRef>
<FileRef
location =
"group:BlendHealthSource/BlendHealthSource.xcodeproj"
>
...
...
BlendHealthSource/BlendHealthSource.xcodeproj/project.pbxproj
View file @
46ea3181
...
...
@@ -12,6 +12,8 @@
CD3883B32657B5EF0070FD6F
/* BlendHealthSource.h in Headers */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CD3883A52657B5EF0070FD6F
/* BlendHealthSource.h */
;
settings
=
{
ATTRIBUTES
=
(
Public
,
);
};
};
CD3883BF2657B6090070FD6F
/* BlendHealthSource.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CD3883BE2657B6090070FD6F
/* BlendHealthSource.swift */
;
};
CD3883C02657B68E0070FD6F
/* BlendHealthModels.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CD3883BC2657B6080070FD6F
/* BlendHealthModels.swift */
;
};
CE6CB551265E252500D7614A
/* OneWeatherCore.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CE6CB550265E252500D7614A
/* OneWeatherCore.framework */
;
};
CE6CB552265E252500D7614A
/* OneWeatherCore.framework in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CE6CB550265E252500D7614A
/* OneWeatherCore.framework */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
...
...
@@ -24,6 +26,20 @@
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
CE6CB553265E252600D7614A
/* Embed Frameworks */
=
{
isa
=
PBXCopyFilesBuildPhase
;
buildActionMask
=
2147483647
;
dstPath
=
""
;
dstSubfolderSpec
=
10
;
files
=
(
CE6CB552265E252500D7614A
/* OneWeatherCore.framework in Embed Frameworks */
,
);
name
=
"Embed Frameworks"
;
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
CD3883A22657B5EF0070FD6F
/* BlendHealthSource.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
includeInIndex
=
0
;
path
=
BlendHealthSource.framework
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
CD3883A52657B5EF0070FD6F
/* BlendHealthSource.h */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
BlendHealthSource.h
;
sourceTree
=
"<group>"
;
};
...
...
@@ -33,6 +49,7 @@
CD3883B22657B5EF0070FD6F
/* Info.plist */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.xml
;
path
=
Info.plist
;
sourceTree
=
"<group>"
;
};
CD3883BC2657B6080070FD6F
/* BlendHealthModels.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
BlendHealthModels.swift
;
sourceTree
=
"<group>"
;
};
CD3883BE2657B6090070FD6F
/* BlendHealthSource.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
BlendHealthSource.swift
;
sourceTree
=
"<group>"
;
};
CE6CB550265E252500D7614A
/* OneWeatherCore.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
path
=
OneWeatherCore.framework
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -40,6 +57,7 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
CE6CB551265E252500D7614A
/* OneWeatherCore.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
@@ -60,6 +78,7 @@
CD3883A42657B5EF0070FD6F
/* BlendHealthSource */
,
CD3883AF2657B5EF0070FD6F
/* BlendHealthSourceTests */
,
CD3883A32657B5EF0070FD6F
/* Products */
,
CE6CB54F265E252500D7614A
/* Frameworks */
,
);
sourceTree
=
"<group>"
;
};
...
...
@@ -100,6 +119,14 @@
path
=
Model
;
sourceTree
=
"<group>"
;
};
CE6CB54F265E252500D7614A
/* Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
CE6CB550265E252500D7614A
/* OneWeatherCore.framework */
,
);
name
=
Frameworks
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
...
...
@@ -122,6 +149,7 @@
CD38839E2657B5EF0070FD6F
/* Sources */
,
CD38839F2657B5EF0070FD6F
/* Frameworks */
,
CD3883A02657B5EF0070FD6F
/* Resources */
,
CE6CB553265E252600D7614A
/* Embed Frameworks */
,
);
buildRules
=
(
);
...
...
CoreDataStorage/CoreDataStorage.xcodeproj/project.pbxproj
View file @
46ea3181
...
...
@@ -36,6 +36,8 @@
CD3884522657BA550070FD6F
/* _CoreNotifications.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CD3884322657BA410070FD6F
/* _CoreNotifications.swift */
;
};
CD3884532657BA550070FD6F
/* _CoreNWSAlert.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CD3884332657BA410070FD6F
/* _CoreNWSAlert.swift */
;
};
CD8EA914265D42E2000D3D63
/* 1WModel.xcdatamodeld in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CD3884372657BA420070FD6F
/* 1WModel.xcdatamodeld */
;
};
CEEF40F9265E2EE600425D8F
/* OneWeatherCore.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CEEF40F8265E2EE600425D8F
/* OneWeatherCore.framework */
;
};
CEEF40FA265E2EE600425D8F
/* OneWeatherCore.framework in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
CEEF40F8265E2EE600425D8F
/* OneWeatherCore.framework */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
...
...
@@ -48,6 +50,20 @@
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
CEEF40FB265E2EE700425D8F
/* Embed Frameworks */
=
{
isa
=
PBXCopyFilesBuildPhase
;
buildActionMask
=
2147483647
;
dstPath
=
""
;
dstSubfolderSpec
=
10
;
files
=
(
CEEF40FA265E2EE600425D8F
/* OneWeatherCore.framework in Embed Frameworks */
,
);
name
=
"Embed Frameworks"
;
runOnlyForDeploymentPostprocessing
=
0
;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
CD3884032657BA190070FD6F
/* CoreDataStorage.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
includeInIndex
=
0
;
path
=
CoreDataStorage.framework
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
CD3884062657BA190070FD6F
/* CoreDataStorage.h */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
CoreDataStorage.h
;
sourceTree
=
"<group>"
;
};
...
...
@@ -81,6 +97,7 @@
CD3884382657BA420070FD6F
/* CoreDataError.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
CoreDataError.swift
;
sourceTree
=
"<group>"
;
};
CD3884392657BA420070FD6F
/* regenerate_objects.sh */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.script.sh
;
path
=
regenerate_objects.sh
;
sourceTree
=
"<group>"
;
};
CD38843A2657BA420070FD6F
/* CoreDataStorage.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
CoreDataStorage.swift
;
sourceTree
=
"<group>"
;
};
CEEF40F8265E2EE600425D8F
/* OneWeatherCore.framework */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
wrapper.framework
;
path
=
OneWeatherCore.framework
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
...
...
@@ -88,6 +105,7 @@
isa
=
PBXFrameworksBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
CEEF40F9265E2EE600425D8F
/* OneWeatherCore.framework in Frameworks */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
...
...
@@ -108,6 +126,7 @@
CD3884052657BA190070FD6F
/* CoreDataStorage */
,
CD3884102657BA190070FD6F
/* CoreDataStorageTests */
,
CD3884042657BA190070FD6F
/* Products */
,
CEEF40F7265E2EE600425D8F
/* Frameworks */
,
);
sourceTree
=
"<group>"
;
};
...
...
@@ -188,6 +207,14 @@
path
=
Objects
;
sourceTree
=
"<group>"
;
};
CEEF40F7265E2EE600425D8F
/* Frameworks */
=
{
isa
=
PBXGroup
;
children
=
(
CEEF40F8265E2EE600425D8F
/* OneWeatherCore.framework */
,
);
name
=
Frameworks
;
sourceTree
=
"<group>"
;
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
...
...
@@ -210,6 +237,7 @@
CD3883FF2657BA190070FD6F
/* Sources */
,
CD3884002657BA190070FD6F
/* Frameworks */
,
CD3884012657BA190070FD6F
/* Resources */
,
CEEF40FB265E2EE700425D8F
/* Embed Frameworks */
,
);
buildRules
=
(
);
...
...
Write
Preview
Markdown
is supported
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