Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Nocilla.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -806,9 +806,11 @@
GCC_PREFIX_HEADER = "Nocilla/Nocilla-Prefix.pch";
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
GCC_WARN_PEDANTIC = NO;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = PublicHeaders;
SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Debug;
};
Expand All @@ -820,9 +822,11 @@
GCC_PREFIX_HEADER = "Nocilla/Nocilla-Prefix.pch";
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
GCC_WARN_PEDANTIC = NO;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
PUBLIC_HEADERS_FOLDER_PATH = PublicHeaders;
SKIP_INSTALL = YES;
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Release;
};
Expand Down
13 changes: 11 additions & 2 deletions Nocilla.xcodeproj/xcshareddata/xcschemes/Nocilla.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A085B84815E30749007D33C1"
BuildableName = "NocillaTests.octest"
BuildableName = "NocillaTests.xctest"
BlueprintName = "NocillaTests"
ReferencedContainer = "container:Nocilla.xcodeproj">
</BuildableReference>
Expand All @@ -47,7 +47,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A085B84815E30749007D33C1"
BuildableName = "NocillaTests.octest"
BuildableName = "NocillaTests.xctest"
BlueprintName = "NocillaTests"
ReferencedContainer = "container:Nocilla.xcodeproj">
</BuildableReference>
Expand All @@ -63,6 +63,15 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A085B83715E30749007D33C1"
BuildableName = "libNocilla.a"
BlueprintName = "Nocilla"
ReferencedContainer = "container:Nocilla.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
<AdditionalOption
key = "NSZombieEnabled"
Expand Down