Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
NAOYA-MAEDA-DEV committed Apr 28, 2024
1 parent cf0b150 commit bc233cc
Show file tree
Hide file tree
Showing 13 changed files with 735 additions and 0 deletions.
367 changes: 367 additions & 0 deletions CoreNFCSampler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,367 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
DE3011EF2BD4BC29000F9277 /* CoreNFCSamplerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE3011EE2BD4BC29000F9277 /* CoreNFCSamplerApp.swift */; };
DE3011F12BD4BC29000F9277 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE3011F02BD4BC29000F9277 /* ContentView.swift */; };
DE3011F32BD4BC2B000F9277 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DE3011F22BD4BC2B000F9277 /* Assets.xcassets */; };
DE3011F62BD4BC2B000F9277 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DE3011F52BD4BC2B000F9277 /* Preview Assets.xcassets */; };
DE3011FF2BD4BD35000F9277 /* Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE3011FE2BD4BD35000F9277 /* Utility.swift */; };
DE3012012BD4BD5C000F9277 /* NFCTagReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE3012002BD4BD5C000F9277 /* NFCTagReader.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
DE3011EB2BD4BC29000F9277 /* CoreNFCSampler.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CoreNFCSampler.app; sourceTree = BUILT_PRODUCTS_DIR; };
DE3011EE2BD4BC29000F9277 /* CoreNFCSamplerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreNFCSamplerApp.swift; sourceTree = "<group>"; };
DE3011F02BD4BC29000F9277 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
DE3011F22BD4BC2B000F9277 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
DE3011F52BD4BC2B000F9277 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
DE3011FC2BD4BCC1000F9277 /* CoreNFCSampler.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = CoreNFCSampler.entitlements; sourceTree = "<group>"; };
DE3011FD2BD4BCD7000F9277 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
DE3011FE2BD4BD35000F9277 /* Utility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utility.swift; sourceTree = "<group>"; };
DE3012002BD4BD5C000F9277 /* NFCTagReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NFCTagReader.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
DE3011E82BD4BC29000F9277 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
DE3011E22BD4BC29000F9277 = {
isa = PBXGroup;
children = (
DE3011ED2BD4BC29000F9277 /* CoreNFCSampler */,
DE3011EC2BD4BC29000F9277 /* Products */,
);
sourceTree = "<group>";
};
DE3011EC2BD4BC29000F9277 /* Products */ = {
isa = PBXGroup;
children = (
DE3011EB2BD4BC29000F9277 /* CoreNFCSampler.app */,
);
name = Products;
sourceTree = "<group>";
};
DE3011ED2BD4BC29000F9277 /* CoreNFCSampler */ = {
isa = PBXGroup;
children = (
DE3011FD2BD4BCD7000F9277 /* Info.plist */,
DE3011FC2BD4BCC1000F9277 /* CoreNFCSampler.entitlements */,
DE3011EE2BD4BC29000F9277 /* CoreNFCSamplerApp.swift */,
DE3012002BD4BD5C000F9277 /* NFCTagReader.swift */,
DE3011F02BD4BC29000F9277 /* ContentView.swift */,
DE3011FE2BD4BD35000F9277 /* Utility.swift */,
DE3011F22BD4BC2B000F9277 /* Assets.xcassets */,
DE3011F42BD4BC2B000F9277 /* Preview Content */,
);
path = CoreNFCSampler;
sourceTree = "<group>";
};
DE3011F42BD4BC2B000F9277 /* Preview Content */ = {
isa = PBXGroup;
children = (
DE3011F52BD4BC2B000F9277 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
DE3011EA2BD4BC29000F9277 /* CoreNFCSampler */ = {
isa = PBXNativeTarget;
buildConfigurationList = DE3011F92BD4BC2B000F9277 /* Build configuration list for PBXNativeTarget "CoreNFCSampler" */;
buildPhases = (
DE3011E72BD4BC29000F9277 /* Sources */,
DE3011E82BD4BC29000F9277 /* Frameworks */,
DE3011E92BD4BC29000F9277 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CoreNFCSampler;
productName = CoreNFCSampler;
productReference = DE3011EB2BD4BC29000F9277 /* CoreNFCSampler.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
DE3011E32BD4BC29000F9277 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1530;
LastUpgradeCheck = 1530;
TargetAttributes = {
DE3011EA2BD4BC29000F9277 = {
CreatedOnToolsVersion = 15.3;
};
};
};
buildConfigurationList = DE3011E62BD4BC29000F9277 /* Build configuration list for PBXProject "CoreNFCSampler" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = DE3011E22BD4BC29000F9277;
productRefGroup = DE3011EC2BD4BC29000F9277 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
DE3011EA2BD4BC29000F9277 /* CoreNFCSampler */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
DE3011E92BD4BC29000F9277 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DE3011F62BD4BC2B000F9277 /* Preview Assets.xcassets in Resources */,
DE3011F32BD4BC2B000F9277 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
DE3011E72BD4BC29000F9277 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DE3011F12BD4BC29000F9277 /* ContentView.swift in Sources */,
DE3011EF2BD4BC29000F9277 /* CoreNFCSamplerApp.swift in Sources */,
DE3011FF2BD4BD35000F9277 /* Utility.swift in Sources */,
DE3012012BD4BD5C000F9277 /* NFCTagReader.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
DE3011F72BD4BC2B000F9277 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
DE3011F82BD4BC2B000F9277 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 17.4;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
DE3011FA2BD4BC2B000F9277 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = CoreNFCSampler/CoreNFCSampler.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"CoreNFCSampler/Preview Content\"";
DEVELOPMENT_TEAM = XX5J8N9TWW;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = CoreNFCSampler/Info.plist;
INFOPLIST_KEY_NFCReaderUsageDescription = "It's required for scaning nfc tags.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.naoyamaeda.CoreNFCSampler;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
DE3011FB2BD4BC2B000F9277 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = CoreNFCSampler/CoreNFCSampler.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"CoreNFCSampler/Preview Content\"";
DEVELOPMENT_TEAM = XX5J8N9TWW;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = CoreNFCSampler/Info.plist;
INFOPLIST_KEY_NFCReaderUsageDescription = "It's required for scaning nfc tags.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.naoyamaeda.CoreNFCSampler;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
DE3011E62BD4BC29000F9277 /* Build configuration list for PBXProject "CoreNFCSampler" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DE3011F72BD4BC2B000F9277 /* Debug */,
DE3011F82BD4BC2B000F9277 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
DE3011F92BD4BC2B000F9277 /* Build configuration list for PBXNativeTarget "CoreNFCSampler" */ = {
isa = XCConfigurationList;
buildConfigurations = (
DE3011FA2BD4BC2B000F9277 /* Debug */,
DE3011FB2BD4BC2B000F9277 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = DE3011E32BD4BC29000F9277 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
11 changes: 11 additions & 0 deletions CoreNFCSampler/Assets.xcassets/AccentColor.colorset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"colors" : [
{
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading

0 comments on commit bc233cc

Please sign in to comment.